Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-03-2021, 19:00
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by steamsy View Post
I repacked a game using FreeArc (and XTool19H8, SREP and LOLZ), what tool is best to create a simple setup .exe (no graphics needed) to install redists / decompress the game files?
I didn't understand the version of XTool you used.

As you have already compressed the game, the same compressor/decompressor (or similar) must be used to decompress the game.
Maybe you can use Light Installer Script 1.0.0.7 and define the compressors you used in COMPRESSOR_GUI.exe.
You may need to replace the XTool exes with the one you used for compression (testing only).
If you can recompress the game you can use the latest "Light Installer Script v1.0.0.8".
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
steamsy (08-03-2021)
Sponsored Links
  #2  
Old 08-03-2021, 20:25
steamsy steamsy is offline
Registered User
 
Join Date: Aug 2020
Location: USA
Posts: 2
Thanks: 3
Thanked 0 Times in 0 Posts
steamsy is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
I didn't understand the version of XTool you used.

As you have already compressed the game, the same compressor/decompressor (or similar) must be used to decompress the game.
Maybe you can use Light Installer Script 1.0.0.7 and define the compressors you used in COMPRESSOR_GUI.exe.
You may need to replace the XTool exes with the one you used for compression (testing only).
If you can recompress the game you can use the latest "Light Installer Script v1.0.0.8".
I'll try it out, thanks
Reply With Quote
  #3  
Old 28-03-2021, 00:52
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
I know there's an if/else but is there an if/else for ifdef?

Example:

Code:
#define example

#ifdef example
     ExtractTemporaryFile('def.txt')
#else
     ExtractTemporaryFile('notdef.txt')
#endif
Would that work?
Reply With Quote
  #4  
Old 28-03-2021, 08:24
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
I know there's an if/else but is there an if/else for ifdef?

Example:

Code:
#define example

#ifdef example
     ExtractTemporaryFile('def.txt')
#else
     ExtractTemporaryFile('notdef.txt')
#endif
Would that work?
Yes. For ISPP there is more than one way to use ELSE like:
Code:
#define example 5

#if defined(example)
  #if Example == 5
     ExtractTemporaryFile('def5.txt')
  #elif Example == 4
      ExtractTemporaryFile('def4.txt')
  #elif Example == 3
     ExtractTemporaryFile('def3.txt')
  #elif Example == 2
      ExtractTemporaryFile('def2.txt')
  #elif Example == 1
      ExtractTemporaryFile('def1.txt')
  #else
      ExtractTemporaryFile('def.txt')
  #endif
#else
     ExtractTemporaryFile('notdef.txt')
#endif
P.S: elif = else if
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
ffmla (28-03-2021), Prince4 (28-03-2021)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



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


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