Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #46  
Old 11-01-2015, 11:42
Ozzy1911 Ozzy1911 is offline
Registered User
 
Join Date: Aug 2011
Location: in my home?
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Ozzy1911 is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #47  
Old 13-01-2015, 05:59
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
Looks good +10
can you share the script,bro?
Reply With Quote
  #48  
Old 13-01-2015, 16:03
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by punchao View Post
Looks good +10
can you share the script,bro?
first post
Reply With Quote
  #49  
Old 18-02-2015, 04:38
rabbit0x1 rabbit0x1 is offline
Registered User
 
Join Date: Feb 2015
Location: japiran
Posts: 8
Thanks: 2
Thanked 5 Times in 5 Posts
rabbit0x1 is on a distinguished road
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
Reply With Quote
  #50  
Old 24-03-2015, 03:21
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road


these two files are copied to my game folder, once installed
how I can fix it?
Reply With Quote
  #51  
Old 24-03-2015, 04:34
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Try this

Code:
Source: dllFiles\ISSkinExU.dll; DestDir: "{tmp}"; Flags: dontcopy;
Source: InstallFiles\skin.cjstyles; DestDir: "{tmp}"; Flags: dontcopy;
__________________
Haters gonna hate
Reply With Quote
  #52  
Old 24-03-2015, 05:32
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
[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}
Reply With Quote
The Following User Says Thank You to punchao For This Useful Post:
y_thelastknight (13-10-2020)
  #53  
Old 24-03-2015, 05:34
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
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.
Reply With Quote
  #54  
Old 25-03-2015, 19:22
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Beautifull desing of the script.Kudos!!!!!!
PD:i wanna see more of yours scripts, are very original.
__________________
-the science of the useless-
Reply With Quote
The Following 2 Users Say Thank You to gozarck For This Useful Post:
Sarvagya (26-03-2015), y_thelastknight (13-10-2020)
  #55  
Old 26-03-2015, 20:48
Sidsq Sidsq is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 4
Thanks: 1
Thanked 1 Time in 1 Post
Sidsq is on a distinguished road
It just says while installing " Setup has stopped working "
Reply With Quote
  #56  
Old 27-03-2015, 13:55
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by punchao View Post


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

Last edited by Razor12911; 27-03-2015 at 13:58.
Reply With Quote
  #57  
Old 04-06-2015, 22:31
Sidsq Sidsq is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 4
Thanks: 1
Thanked 1 Time in 1 Post
Sidsq is on a distinguished road
Video uploaded for portable installer @ https://www.youtube.com/channel/UCd5...BnXQvLhm0vxYZg
Reply With Quote
The Following User Says Thank You to Sidsq For This Useful Post:
y_thelastknight (04-06-2015)
  #58  
Old 14-10-2020, 15:03
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Code:
Version v1.3.1

- Minor Code Fixes 
- Update to Compressor 2.1 ISDone Support
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following 3 Users Say Thank You to y_thelastknight For This Useful Post:
78372 (14-10-2020), ffmla (16-10-2020), Gehrman (14-10-2020)
  #59  
Old 22-10-2020, 22:09
Giriplayslegend899's Avatar
Giriplayslegend899 Giriplayslegend899 is offline
Registered User
 
Join Date: Oct 2020
Location: India
Posts: 17
Thanks: 8
Thanked 2 Times in 1 Post
Giriplayslegend899 is on a distinguished road
hey,please reply fast . it says error when i try to compile error

line 325 setfocus

what should i do?
Reply With Quote
  #60  
Old 23-10-2020, 00:02
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Giriplayslegend899 View Post
what should i do?
Use this version of Inno Ultra (enhanced edition)
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 00:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com