![]() |
How I can add close antivirus warning on inno setup?
|
add msgbox function under initializewizard procedure.
Msgbox example is found in inno setup documentation. |
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 ???? http://s15.postimg.org/gsuhjyorf/Untitled.jpg |
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) |
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 |
in setup.ini make sure that you have PrecompVer=Inside
|
@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 |
example only use your setup.ini & add PrecompVer=Inside at bottom of [Installoptions] section
Code:
[InstallOptions] |
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 :(:( |
Quote:
sorry my bad english |
and it must be
[ExtractSettings] FreeArcFile1={src}\Data.cab;DestDir:{app};Disk:1;P recSrep:1 |
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 |
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) http://i.imgur.com/BgHXtSy.jpg 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? |
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:
|
Friends removing the marker isdone hours minutes and seconds
leave only time leave it eg Elapsed: 00:00:12 Remaining: 00:20:00 |
| All times are GMT -7. The time now is 18:41. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com