![]() |
|
use this inno setup bro
http://fileforums.com/showpost.php?p...4&postcount=16 |
Thx Razor12911 A nother Error
1 http://nsa33.casimages.com/img/2015/...2152731709.jpg 2http://nsa33.casimages.com/img/2015/...2326985069.jpg ??????? |
make your that your archives are freearc typed
|
Sorry but I board not included
( Désolé mais j'ais pas compris ) !!!!!!!! |
Form me the installer crashes after few seconds of unpacking a freearc archive.
It only hapens so if there is a compresion used, when no compresion, no crash. No errors just Setup\Unninstal stoped working. I tried everything that i could find in the internet even the cjstyles copyover My system is windows 7 pro x64 run under admin rights etc etc Any sugestions ? Oh, and yes. The installer after unistall does not deltle the files that are being installed from the cab files Ad this to the script : Code:
[UninstallDelete] |
Looks good +10
can you share the script,bro? |
Quote:
|
hello first i wanna say nice installer.
I had a problem while compiling: it shows me an error : Out of memry. can you help me fixing it ? thnx :) |
http://snap.ashampoo.com/uploads/201...4/kRkOIxRW.png
these two files are copied to my game folder, once installed how I can fix it? |
Try this
Code:
Source: dllFiles\ISSkinExU.dll; DestDir: "{tmp}"; Flags: dontcopy; |
[Files]
Source: dllFiles\isgsg.dll; Flags: dontcopy Source: dllFiles\botva2.dll; DestDir: {tmp}; Flags: dontcopy Source: dllFiles\CallbackCtrl.dll; DestDir: {tmp}; Flags: dontcopy #ifdef UNICODE Source: dllFiles\ISSkinExU.dll; DestDir: "{tmp}"; Flags: dontcopy; #else Source: dllFiles\ISSkinEx.dll; DestDir: "{app}"; Flags: ignoreversion; #endif Source: InstallFiles\skin.cjstyles; DestDir: "{tmp}"; Flags: dontcopy; Source: Include\*; DestDir: {tmp}; Flags: dontcopy ignoreversion; Source: InstallFiles\*; DestDir: {tmp}; Flags: dontcopy ignoreversion; #define i 0 #ifexist "Slides\1.jpg" #sub AddFile Source: Slides\{#i}.jpg; DestDir: {tmp}; Flags: dontcopy; #endsub #for {i = 1; FileExists(StringChange("Slides\FileName.jpg", "FileName", Str(i))) != 0; i++} AddFile #endif [UninstallDelete] Type: filesandordirs; Name: {app} |
Source: dllFiles\ISSkinExU.dll; DestDir: "{tmp}"; Flags: dontcopy;
Source: InstallFiles\skin.cjstyles; DestDir: "{tmp}"; Flags: dontcopy; i add this to the script,and work,cjstyles and ISSKinExU.dll dont copy to install folder,but uninstall dont work when add [UninstallDelete] Type: filesandordirs; Name: {app} to the script ,to uninstall the game correctly these two files return to the install folder and if I do not add [UninstallDelete] Type: filesandordirs; Name: {app} the files are not deleted when uninstall |
Beautifull desing of the script.Kudos!!!!!!
PD:i wanna see more of yours scripts, are very original. |
It just says while installing " Setup has stopped working "
|
Quote:
But you can hide the files by adding something like hiddensystem or something like that, just look under the documentation and it must go under Flags |
Video uploaded for portable installer @ https://www.youtube.com/channel/UCd5...BnXQvLhm0vxYZg
|
Code:
Version v1.3.1 |
hey,please reply fast . it says error when i try to compile error
line 325 setfocus what should i do? |
Quote:
|
| All times are GMT -7. The time now is 16:46. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com