View previous topic :: View next topic |
Author |
Message |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
Posted: Fri Apr 02, 2004 12:46 am Post subject: InnoSetup MultiArc Addon |
|
|
InnoSetup MultiArc Addon
Uses InnoUnp, the Inno Setup Unpacker Version 0.07 ( supports Inno Setup versions 3.0.0-beta through 4.1.8 ) wich is included.
http://people.freenet.de/gnozal/InnoSetup_MultiArc_Addon.zip |
|
Back to top |
|
 |
Maxwish Senior Member


Joined: 05 Feb 2003 Posts: 370 Location: .NL
|
Posted: Fri Apr 02, 2004 7:20 am Post subject: |
|
|
Works fine! Thanks for this...I was waiting for an Inno setup unpacker for a long time.
How do you use it ? Because if associated with .exe, all exe files will be shown with achive icon. So I use it with extension 'inno" and just rename the executables I want to unpack to *.inno and then unpack. Do you do something like this or do you have another methode ? _________________ ...BRB... |
|
Back to top |
|
 |
Maxwish Senior Member


Joined: 05 Feb 2003 Posts: 370 Location: .NL
|
Posted: Fri Apr 02, 2004 7:48 am Post subject: |
|
|
Minor correction in Addon.
Source: innounp forum at SF
Code: |
; -----------------------------------------------------------------------
; Inno Setup ( 3.0.0-beta through 4.1.8)
; MultiArc Addon by Gnozal
;
; Uses: Innounp v0.07
; Homepage: http://innounp.sourceforge.net/
;
; Changes
; 2004-04-02 by Maxwish
; change: datestring in format0 from "yyyy.mm.dd" to "yyyy.tt.dd"
; reason: date not displayed correcty - see innounp forum
; -----------------------------------------------------------------------
[InnoSetup]
Description="InnoSetup"
ID=49 6E 6E 6F
IDPos=48
Archiver=C:\PROGRAM FILES\WINCMD\WCXPlugin\MultiArc\innounp.exe
List=%P -v %AQ
Start="^--------------------------------------"
End="^--------------------------------------"
Format0="zzzzzzzzzz yyyy.tt.dd hh:mm nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
Extract=%P -e %AQ {@%LQ}
ExtractWithPath=%P -x %AQ {@%LQ}
Debug=0
; -----------------------------------------------------------------------
|
_________________ ...BRB... |
|
Back to top |
|
 |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
Posted: Fri Apr 02, 2004 9:20 am Post subject: |
|
|
Maxwish wrote: | Works fine! Thanks for this...I was waiting for an Inno setup unpacker for a long time.
How do you use it ? Because if associated with .exe, all exe files will be shown with achive icon. So I use it with extension 'inno" and just rename the executables I want to unpack to *.inno and then unpack. Do you do something like this or do you have another methode ? |
I do not associate it with EXE. Just add the .addon to MultiArc.ini. Then if you do [Ctrl+PageDown] on the InnoSetup EXE, you should see the files.
PS : in WinCMD.ini [PackerPlugins] section, you have to place the MultiArc entries before the plugins wich handle EXE files (like resource and icons). If you don't, you will see icons and stuff and not the files.
Maxwish wrote: | Minor correction in Addon.
Source: innounp forum at SF |
Thanks. The ZIP file is modified. |
|
Back to top |
|
 |
Ergo Senior Member


Joined: 05 Feb 2003 Posts: 204 Location: Belarus
|
|
Back to top |
|
 |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
Posted: Sat Apr 03, 2004 12:56 am Post subject: |
|
|
yes, of course  |
|
Back to top |
|
 |
Maxwish Senior Member


Joined: 05 Feb 2003 Posts: 370 Location: .NL
|
Posted: Sat Apr 03, 2004 4:21 am Post subject: |
|
|
gnozal8 wrote: | PS : in WinCMD.ini [PackerPlugins] section, you have to place the MultiArc entries before the plugins wich handle EXE files (like resource and icons). |
thanks, that worked.
After I moved MultiArc to the top of the list, I can now use the CTRL-PAGEDOWN combination to enter the setup files. That didn't work before... _________________ ...BRB... |
|
Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 35075 Location: Switzerland
|
Posted: Wed Apr 07, 2004 3:07 am Post subject: |
|
|
Maybe some other plugin in the list is also using "by content" detection, and claims to handle the file? _________________ Author of Total Commander
http://www.ghisler.com |
|
Back to top |
|
 |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
|
Back to top |
|
 |
Maxwish Senior Member


Joined: 05 Feb 2003 Posts: 370 Location: .NL
|
Posted: Mon Apr 19, 2004 3:48 am Post subject: |
|
|
Here's my improved Addon. Especially the speed is increased by using the Batch mode. I removed the { } from the extract strings, IMO they are not needed ?
Code: | ; -----------------------------------------------------------------------
; Inno Setup ( 3.0.0-beta through 4.2.1)
; MultiArc Addon by Gnozal
;
; Uses: Innounp v0.08
; Homepage: http://innounp.sourceforge.net/
;
; Changes
; 2004-04-02 by Maxwish
; * corrected datestring in 'format0' from "yyyy.mm.dd" to "yyyy.tt.dd"
; 2004-04-19 by Maxwish
; * added '-m' parameters (now will also show embedded files)
; * added 'BatchUnpack=1' (improves speed)
; * removed { } from {@%LQ} in 'extract' strings (not needed)
; -----------------------------------------------------------------------
[InnoSetup]
Description="Inno Setup (v3.0.0-beta to v4.2.1)"
Archiver=T:\wcx_multiarc\innosetup\innounp.exe
Extension=exe
ID=49 6E 6E 6F
IDPos=48
Start="^--------------------------------------"
End="^--------------------------------------"
Format0="zzzzzzzzzz yyyy.tt.dd hh:mm nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
List=%P -v -m %AQ
Extract=%P -e -m %AQ @%LQ
ExtractWithPath=%P -x -m %AQ @%LQ
;Test=
;Delete=
;Add=
;Move=
;InputString=
IgnoreErrors=0
SkipEmpty=0
SkipDirsInFileList=0
SearchForUglyDirs=0
BatchUnpack=1
UnixPath=0
AskMode=0
SkipLIST=1
Debug=0
; -----------------------------------------------------------------------
|
_________________ ...BRB... |
|
Back to top |
|
 |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
|
Back to top |
|
 |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
|
Back to top |
|
 |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
|
Back to top |
|
 |
gnozal8 Junior Member

Joined: 12 Jan 2004 Posts: 83
|
|
Back to top |
|
 |
Dreamer Junior Member

Joined: 21 Dec 2004 Posts: 74
|
Posted: Tue Mar 08, 2005 9:32 am Post subject: |
|
|
innounp, the Inno Setup Unpacker
Version 0.15
http://innounp.sourceforge.net/get-latest-innounp.php
How to use MultiArc & InnoUnp with IETotal.wcx?
When MultiArc is first, IETotal is no use.
When IETotal is first, MultiArc is no use.
InnoUnp can unpack Inno setup very well.
But IETotal can do something else. |
|
Back to top |
|
 |
|