|
#46
|
|||
|
|||
|
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]
Type: filesandordirs; Name: {app}
Last edited by Ozzy1911; 11-01-2015 at 12:24. |
| Sponsored Links |
|
#47
|
||||
|
||||
|
Looks good +10
can you share the script,bro? |
|
#48
|
||||
|
||||
|
#49
|
|||
|
|||
|
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
|
|
#50
|
||||
|
||||
![]() these two files are copied to my game folder, once installed how I can fix it? |
|
#51
|
||||
|
||||
|
Try this
Code:
Source: dllFiles\ISSkinExU.dll; DestDir: "{tmp}"; Flags: dontcopy;
Source: InstallFiles\skin.cjstyles; DestDir: "{tmp}"; Flags: dontcopy;
__________________
Haters gonna hate
|
|
#52
|
||||
|
||||
|
[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} |
| The Following User Says Thank You to punchao For This Useful Post: | ||
y_thelastknight (13-10-2020) | ||
|
#53
|
||||
|
||||
|
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 Last edited by punchao; 24-03-2015 at 05:46. |
|
#54
|
||||
|
||||
|
Beautifull desing of the script.Kudos!!!!!!
PD:i wanna see more of yours scripts, are very original.
__________________
-the science of the useless- |
| The Following 2 Users Say Thank You to gozarck For This Useful Post: | ||
Sarvagya (26-03-2015), y_thelastknight (13-10-2020) | ||
|
#55
|
|||
|
|||
|
It just says while installing " Setup has stopped working "
|
|
#56
|
||||
|
||||
|
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 Last edited by Razor12911; 27-03-2015 at 13:58. |
|
#57
|
|||
|
|||
|
Video uploaded for portable installer @ https://www.youtube.com/channel/UCd5...BnXQvLhm0vxYZg
|
| The Following User Says Thank You to Sidsq For This Useful Post: | ||
y_thelastknight (04-06-2015) | ||
|
#58
|
||||
|
||||
|
Code:
Version v1.3.1 - Minor Code Fixes - Update to Compressor 2.1 ISDone Support
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#59
|
||||
|
||||
|
hey,please reply fast . it says error when i try to compile error
line 325 setfocus what should i do? |
|
#60
|
||||
|
||||
|
__________________
Glass BB | BlackBox v2 | Portable Installer |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Inno Setup Secure Installer | thilanka | Software | 0 | 21-01-2013 19:47 |