|
|
|
#1
|
|||
|
|||
|
Unarc innosetup
Hi, thanks for reading.
How can I make an Inno script linked to an .ARC file. Let's say the file is "ABC.arc" What's the code to unarc it? |
| Sponsored Links |
|
#2
|
|||
|
|||
|
What Inno Setup Script are you using?
|
|
#3
|
|||
|
|||
|
Thanks for fast answer, Stacked Deck.
First of all, I used a small game for tests, easy to work. I'm searching around and I think I found an easiest way. For a noob, but it's working. Only one problem: The final installer create an uninstaller but it doesn't work, the only uninstalled file is the uninstaller itself.. --> File to decompress abc.sfx (looks easiest and better then abc.arc) How I'm building my Installer: Step 1: I build a simple script based on the directory of the game files. I save the script and close it without compile. Step 2: I create a .sfx archive with the game files. Step 3: Open the saved script of Step 1 and then overwrite 2 sections, [Files] and [Run] with this: [Files] Source: "D:\abc.exe"; DestDir: {tmp}; Flags: deleteafterinstall [Run] Filename: {tmp}\abc.exe; Parameters: "-x -d""{app}"" -y -s2" Final script attached. Last edited by gabrimor; 08-12-2012 at 08:49. |
|
#4
|
|||
|
|||
|
And I found a workaround, another...
Some people say it's not recommended: [UninstallDelete] Type: filesandordirs; name:{app} |
|
#5
|
|||
|
|||
|
Quote:
The attachment below removes you problems forever. Open script, goto line 333, set up archive name, directory and destination. to disable, put // done. Problem solved |
| The Following User Says Thank You to Stacked Deck For This Useful Post: | ||
gabrimor (08-12-2012) | ||
|
#6
|
|||
|
|||
|
WOW!!!!!!!!!!!!!!!!!!!
You're the man, you're really good, it's working like a charm. Thanks for all your help and patience, Gabriel |
|
#7
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fallout Nv Ultimate Edition 3xDVD9 to 2xDVD5 InnoSetup 1 LANGUAGE | THADEADMAN2011 | PC Games - CD/DVD Conversions | 9 | 04-09-2022 05:40 |