| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
Verfasst am: Fr Apr 02, 2004 12:46 am Titel: 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 |
|
| Nach oben |
|
 |
Maxwish Senior Member


Anmeldungsdatum: 05.02.2003 Beiträge: 370 Wohnort: .NL
|
Verfasst am: Fr Apr 02, 2004 7:20 am Titel: |
|
|
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... |
|
| Nach oben |
|
 |
Maxwish Senior Member


Anmeldungsdatum: 05.02.2003 Beiträge: 370 Wohnort: .NL
|
Verfasst am: Fr Apr 02, 2004 7:48 am Titel: |
|
|
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... |
|
| Nach oben |
|
 |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
Verfasst am: Fr Apr 02, 2004 9:20 am Titel: |
|
|
| Maxwish hat folgendes geschrieben: | 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 hat folgendes geschrieben: | Minor correction in Addon.
Source: innounp forum at SF |
Thanks. The ZIP file is modified. |
|
| Nach oben |
|
 |
Ergo Senior Member


Anmeldungsdatum: 05.02.2003 Beiträge: 203 Wohnort: Belarus
|
|
| Nach oben |
|
 |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
Verfasst am: Sa Apr 03, 2004 12:56 am Titel: |
|
|
yes, of course  |
|
| Nach oben |
|
 |
Maxwish Senior Member


Anmeldungsdatum: 05.02.2003 Beiträge: 370 Wohnort: .NL
|
Verfasst am: Sa Apr 03, 2004 4:21 am Titel: |
|
|
| gnozal8 hat folgendes geschrieben: | | 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... |
|
| Nach oben |
|
 |
ghisler(Author) Site Admin


Anmeldungsdatum: 04.02.2003 Beiträge: 17794 Wohnort: Switzerland
|
Verfasst am: Mi Apr 07, 2004 3:07 am Titel: |
|
|
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 |
|
| Nach oben |
|
 |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
|
| Nach oben |
|
 |
Maxwish Senior Member


Anmeldungsdatum: 05.02.2003 Beiträge: 370 Wohnort: .NL
|
Verfasst am: Mo Apr 19, 2004 3:48 am Titel: |
|
|
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... |
|
| Nach oben |
|
 |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
|
| Nach oben |
|
 |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
|
| Nach oben |
|
 |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
|
| Nach oben |
|
 |
gnozal8 Junior Member

Anmeldungsdatum: 12.01.2004 Beiträge: 81
|
|
| Nach oben |
|
 |
Dreamer Junior Member

Anmeldungsdatum: 21.12.2004 Beiträge: 64
|
Verfasst am: Di März 08, 2005 9:32 am Titel: |
|
|
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. |
|
| Nach oben |
|
 |
|