FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Portable Installer Inno Setup Script (https://fileforums.com/showthread.php?t=95588)

Stor31 09-01-2015 05:49

error Plz help

http://nsa34.casimages.com/img/2015/...5120421647.jpg

Razor12911 09-01-2015 06:03

use this inno setup bro
http://fileforums.com/showpost.php?p...4&postcount=16

Stor31 09-01-2015 06:21

Thx Razor12911 A nother Error

1 http://nsa33.casimages.com/img/2015/...2152731709.jpg

2http://nsa33.casimages.com/img/2015/...2326985069.jpg

???????

Razor12911 09-01-2015 06:25

make your that your archives are freearc typed

Stor31 09-01-2015 06:30

Sorry but I board not included
( Désolé mais j'ais pas compris )
!!!!!!!!

Ozzy1911 11-01-2015 11:42

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}


punchao 13-01-2015 05:59

Looks good +10
can you share the script,bro?

pakrat2k2 13-01-2015 16:03

Quote:

Originally Posted by punchao (Post 437262)
Looks good +10
can you share the script,bro?

first post

rabbit0x1 18-02-2015 04:38

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 :)

punchao 24-03-2015 03:21

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?

KaktoR 24-03-2015 04:34

Try this

Code:

Source: dllFiles\ISSkinExU.dll; DestDir: "{tmp}"; Flags: dontcopy;
Source: InstallFiles\skin.cjstyles; DestDir: "{tmp}"; Flags: dontcopy;


punchao 24-03-2015 05:32

[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}

punchao 24-03-2015 05:34

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

gozarck 25-03-2015 19:22

Beautifull desing of the script.Kudos!!!!!!
PD:i wanna see more of yours scripts, are very original.

Sidsq 26-03-2015 20:48

It just says while installing " Setup has stopped working "

Razor12911 27-03-2015 13:55

Quote:

Originally Posted by punchao (Post 439120)
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?

Those files are only there in order for uninstaller to use them when uninstalling. So they are needed

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

Sidsq 04-06-2015 22:31

Video uploaded for portable installer @ https://www.youtube.com/channel/UCd5...BnXQvLhm0vxYZg

y_thelastknight 14-10-2020 15:03

Code:

Version v1.3.1

- Minor Code Fixes
- Update to Compressor 2.1 ISDone Support


Giriplayslegend899 22-10-2020 22:09

hey,please reply fast . it says error when i try to compile error

line 325 setfocus

what should i do?

y_thelastknight 23-10-2020 00:02

Quote:

Originally Posted by Giriplayslegend899 (Post 488502)
what should i do?

Use this version of Inno Ultra (enhanced edition)


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