|
#661
|
|||
|
|||
|
How I can add close antivirus warning on inno setup?
|
| Sponsored Links |
|
#662
|
||||
|
||||
|
add msgbox function under initializewizard procedure.
Msgbox example is found in inno setup documentation. |
|
#663
|
|||
|
|||
|
I created an arc with no compression --> data.arc
I then precomped it with " -intense -v -c-" and the file i got was -----> data.pcf I then compressed it with free arc again "-mx -ld1600m" and got it as data.arc...... i wanted to extract use this file in my setup which i created with Yenner90's Custom Installer... i used this [ExtractSettings] FreeArcFile1={src}\Data.cab;DestDir:{app};Disk:1;P recSrep:0 but it didn't work... so processed the pcf file with SREP 64 and got ---> data.pcf.srep compressed it with freearc again to make it ---> data.arc and then used the same extract settings....but i still got the same error... can anyone plzz help me in gettin outta this ????
|
|
#664
|
||||
|
||||
|
procedure of compressing is
data.arc - freearc data.pcf - precomp data.srep - srep/srep64 data.cab - freearc(.cab can be changed with any extension) PrecSrep:1; (Must be enabled if ARC-PCF-SREP-ARC method is used) |
|
#665
|
|||
|
|||
|
I used this batch to process my files...
i change the value from 0 to 1 ..but i stll get the same error... @echo off precomp -intense -v -c- data.arc del data.arc srep64.exe -m3f data.pcf ren data.pcf.srep data.srep del data.pcf arc.exe a -mx -ld1600m data.srep data.cab exit |
|
#666
|
||||
|
||||
|
in setup.ini make sure that you have PrecompVer=Inside
|
|
#667
|
|||
|
|||
|
@packarat...
can u please elaborate it a little ??? i didn't get what u wanted to say... I am using precomp 0.4.2 alpha... I have attatched my setup.ini... if u can please find a solution for thiss... thnxx |
|
#668
|
||||
|
||||
|
example only use your setup.ini & add PrecompVer=Inside at bottom of [Installoptions] section
Code:
[InstallOptions] ApplicationName=Two Worlds 2 Epic Edition GameSize=5229 MyExecutableName=TwoWorlds2_DX10.exe MyExecutablePath=Two Worlds II MyExecutableIconName=Two Worlds II-DX10 MyExecutableName2=TwoWorlds2.exe MyExecutablePath2=Two Worlds II MyExecutableIconName2=Two Worlds II-DX9 MyExecutableName3=Castle Defense MyExecutablePath3=Castle Defense\TW2 Castle Defense MyExecutableIconName3=TW2CD.exe Editor=pakrat/sentinelks Lang=en PrecompVer=Inside |
|
#669
|
|||
|
|||
|
I made it this way now..
[InstallOptions] ApplicationName=Hitman - Blood Money Publisher=IO interactive GameSize=9950 MyExecutableName=hitmanbooldmoney.exe Editor=Riddle_R Lang=en, [InstallSettings] GDFBinary=GDF.dll [ExtractSettings] FreeArcFile1={src}\Data.arc;DestDir:{app};Disk:1;P recSrep:1 PrecompVer=Inside Still get the same error ![]()
|
|
#670
|
||||
|
||||
|
Quote:
sorry my bad english |
|
#671
|
||||
|
||||
|
and it must be
[ExtractSettings] FreeArcFile1={src}\Data.cab;DestDir:{app};Disk:1;P recSrep:1 |
|
#672
|
||||
|
||||
|
Quote:
with PrecompVer=Inside you DONT need PrecSrep:1 at end of FreeArcFile1 line... ONLY if you made your archives old way freearc -m0 compression data.arc precomp data.arc > data.pcf srep data.pcf > data.srep freearc ( -m9x -ld192m (max compression method you want ) data.srep > data.xyz ( extension can be any name. )) and REMOVE [InstallSettings] shouldnt be there. MyExecutableName=hitmanbooldmoney.exe > typo ? should be hitmanbloodmoney Last edited by pakrat2k2; 29-07-2013 at 09:31. |
|
#673
|
||||
|
||||
|
Help
I need help (Advanced Users)
Using CIU in 1.0.0.6, if I put flash.swf (Page Installer) and Setup.cjstyles (Skin), is occurring error in the installer completion or cancellation. (Windows XP SP3) ![]() And in the TEMP folder create a folder named WERxxxx.dir00. Putting only Skin or Flash works normally. What can it be? Can anyone tell me how to get around without removing any? |
|
#674
|
||||
|
||||
|
Quote:
![]() or you need to add a exception to the exe on Data Execution Prevention. To add a exception on WinXP look here: http://support.microsoft.com/kb/875352/pt-br EDIT... Look for this part: Quote:
Last edited by Fabioddq; 03-08-2013 at 00:07. |
| The Following User Says Thank You to Fabioddq For This Useful Post: | ||
Cesar82 (03-08-2013) | ||
|
#675
|
||||
|
||||
|
Friends removing the marker isdone hours minutes and seconds
leave only time leave it eg Elapsed: 00:00:12 Remaining: 00:20:00 |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |