![]() |
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? |
What Inno Setup Script are you using?
|
1 Attachment(s)
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. |
And I found a workaround, another...
Some people say it's not recommended: [UninstallDelete] Type: filesandordirs; name:{app} |
Quote:
|
1 Attachment(s)
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 |
WOW!!!!!!!!!!!!!!!!!!!
You're the man, you're really good, it's working like a charm. Thanks for all your help and patience, Gabriel |
My Pleasure, Here are some installers.
http://www.fileforums.com/showpost.p...99&postcount=5 |
| All times are GMT -7. The time now is 21:14. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com