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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1201  
Old 07-01-2013, 21:55
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
Just an FYI, to those using CIU / CI any version.... You MUST generate a NEW game GUID for each and every game. Its NOT an issue when you have only 1 game installed at a time but DOES become an issue IF you have multiple games installed at a time.

Just goto Tools, Generate GUID, and it will create a new guid for that conversion. Make having multiple games installed on OS, not have an issue uninstalling the wrong game or having uninstall information incorrect. ( having multples of one game in uninstall programs or showing farcry 3 when its actually AC3 thats being uninstalled )

May need to post this in first post if not already there, i didnt find it.
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Grumpy (09-01-2013)
Sponsored Links
  #1202  
Old 10-01-2013, 04:54
geekstar geekstar is offline
Registered User
 
Join Date: Nov 2012
Location: India
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
geekstar is on a distinguished road
Quote:
Originally Posted by KillerOh View Post
By looking the setup.ini file provided in the newest setup code, I've noticed the following:
Code:
FreeArcFile1={src}\Movies.cab;DestDir:{app};Disk:1;PrecSrep:0
It seems that switching that "0" to "1" will enable PreComp and SRep compressions.
Plus, by reading this:

I suppose that will do the trick.
I haven't seen the coding part yet, but I suppose that, if no "*.srep" file is present, then the IsDone functions will just "skip" that and start PreComp de-compress.

I'll enjoy the chance and ask if there is a way to make a "cab" file uncompress ONLY when we select a specific language.
I mean, let's consider that I've created three different cabs, "lang_eng.cab" (English), "lang_esp.cab" (Spanish) and "lang_ger.cab" (German). Is that possible to this installer to unpack only "lang_eng.cab" when select "english" in the lang selector, or "lang_esp.cab" when select "spanish" language, and so on?
should the extension of srep compressed file be *.srep or *.rep????please answer quickly....
  #1203  
Old 10-01-2013, 20:07
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
look in this tutorial under setup.ini section...

http://fileforums.com/showthread.php?t=92805
The Following User Says Thank You to pakrat2k2 For This Useful Post:
geekstar (18-01-2013)
  #1204  
Old 11-01-2013, 06:24
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
fix for Far Cry 3 Uninstaller problem:
#define ProductCode "{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"
delete this line.
The Following User Says Thank You to yener90 For This Useful Post:
Fabioddq (11-01-2013)
  #1205  
Old 11-01-2013, 06:52
Janukafix Janukafix is offline
Banned
 
Join Date: Jan 2013
Location: SRI LANKA
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Janukafix is on a distinguished road
Fullscreen erro

go to link download attachment help please yener90

http://www.fileforums.com/showthread.php?t=94069
  #1206  
Old 11-01-2013, 07:39
muzz's Avatar
muzz muzz is offline
Registered User
 
Join Date: Jun 2012
Location: delhi
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
muzz is on a distinguished road
minimize and close button

how to add minimize and close button in small installer
  #1207  
Old 11-01-2013, 08:04
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 yener90 View Post
fix for Far Cry 3 Uninstaller problem:
#define ProductCode "{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"
delete this line.
not a fix, just an error on everyone's part using same productcode for every game. instead in inno, goto tools, generate GUID. put the new generated GUID for that conversion, into the define productcode line. then they wont be the same for every game/conversion.
  #1208  
Old 11-01-2013, 08:25
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by muzz View Post
how to add minimize and close button in small installer
Support only in Installer (Welcome Page).
  #1209  
Old 11-01-2013, 08:25
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
not a fix, just an error on everyone's part using same productcode for every game. instead in inno, goto tools, generate GUID. put the new generated GUID for that conversion, into the define productcode line. then they wont be the same for every game/conversion.
its not really an error, just a featue^^
this code adds installshield registry values.
for this you need installshield code & edit the values in the codes.
-> this feature should fix problem if you update the game.
  #1210  
Old 11-01-2013, 10:28
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
To AntiVir Users...
My conversion will be detected as virus.
This happens on everything which is compiled with lazarus
So AntiVir thinks:
Ahhh there is a tool created with lazarus
its 100%ly a virus.
the lazarus community already wrote to AntiVir a mail about this.
i wanted to say:
ITS DEFINITLY NOT A VIRUS.
i could share the source, but everybody would have the code for decrypting crypted archives.
The Following User Says Thank You to yener90 For This Useful Post:
Grumpy (11-01-2013)
  #1211  
Old 12-01-2013, 04:03
Janukafix Janukafix is offline
Banned
 
Join Date: Jan 2013
Location: SRI LANKA
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Janukafix is on a distinguished road
http://www.fileforums.com/showthread.php?t=94069

CIU 1.0.0.3 Fullscreen "Error"

Fix please yener90.....
  #1212  
Old 12-01-2013, 07:44
vasu001 vasu001 is offline
Registered User
 
Join Date: Oct 2012
Location: in my dreams
Posts: 94
Thanks: 11
Thanked 1 Time in 1 Post
vasu001 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
To AntiVir Users...
My conversion will be detected as virus.
This happens on everything which is compiled with lazarus
So AntiVir thinks:
Ahhh there is a tool created with lazarus
its 100%ly a virus.
the lazarus community already wrote to AntiVir a mail about this.
i wanted to say:
ITS DEFINITLY NOT A VIRUS.
i could share the source, but everybody would have the code for decrypting crypted archives.
when this started to happen?
i am using Eset 5.2.9.1 and didn't get any virus warning up until now........
  #1213  
Old 17-01-2013, 13:50
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Update 1.0.0.4 Hotfix:
- small language box is back -> faster and more stable
- fixed disabled button in WelcomePage
- fixed exit button in finishedpage
- fixed fullscreen video play
- fixed AntiVir error message
Hotfix:
- fixes regarding small language box
-> now you can disable arrows also all languages should appear

Thx to Fabio informing me about the problems
The Following User Says Thank You to yener90 For This Useful Post:
Fabioddq (17-01-2013)
  #1214  
Old 17-01-2013, 14:16
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Any fix about the one additional shortcut after 4th component ? It redirects to game insallation folder but there's no exe file in there, therefore it's not needed.

Cheers
  #1215  
Old 17-01-2013, 14:34
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by REV0 View Post
Any fix about the one additional shortcut after 4th component ? It redirects to game insallation folder but there's no exe file in there, therefore it's not needed.

Cheers
I will test with Angry Birds Collection and post my results.
Closed Thread


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 TROUBLESHOOT - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



All times are GMT -7. The time now is 10:24.


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