InnoSetup module for Observer

Here you can discuss about your favorite plug-in.
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

Latest post of the previous page:

I really don't like that idea. Is there anything which prevents Observer 1.12 from being marked as an official release and uploaded here to PlugRing? Then I could update the sources and upload the submodule without any problems.
skipik
Posts: 318
Joined: Wed 03 Jun, 2015 15:24
Has thanked: 67 times
Been thanked: 29 times

InnoSetup module for Observer

Post by skipik »

pepak, https://github.com/lazyhamster/Observer/releases, 1.12 is final version now, please update your module. :)
User avatar
lordmuzer
Posts: 533
Joined: Mon 12 Nov, 2007 22:05
Location: Киев
Has thanked: 20 times
Contact:

InnoSetup module for Observer

Post by lordmuzer »

And it was announced on forum viewtopic.php?p=160294#p160294
It was not uploaded to PlugRing due to some issues with PlugRing itself
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

Uploaded version 0.49.1 with support for Observer 1.12.
skipik
Posts: 318
Joined: Wed 03 Jun, 2015 15:24
Has thanked: 67 times
Been thanked: 29 times

InnoSetup module for Observer

Post by skipik »

pepak, there's a new version was just released: https://sourceforge.net/projects/innoun ... np%200.50/
Would be great if you could update your builds, too.
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

https://www.pepak.net/files/far/innounp-0.50.0-mod.zip
  • Synchronized with InnoUnp 0.50
  • Updated some internal libraries
Note that I don't have any actual InnoUnp 6.x archives so I can't verify that they work.
User avatar
zollo
Posts: 55
Joined: Wed 04 Nov, 2009 10:06
Has thanked: 5 times
Been thanked: 5 times

InnoSetup module for Observer

Post by zollo »

pepak, The x64 version does not open innosetup 6.1.* files.
innounp.x64.exe too.

Code: Select all

D:\1\1>innounp -v innosetup-qsp-6.1.2.exe
; Version detected: 6100 (Unicode)
Error (Exception) "Failed to find type information for field TSetupFileEntry.Options" at address 0054730F
 
Last edited by zollo on Sat 19 Dec, 2020 10:37, edited 1 time in total.
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

I don't have any InnoSetup 6.x archive to test with. I expected that InnoSetup 6.1.2 would use InnoSetup 6.x for install, but either it doesn't or innounp 0.50 does not work either.

Never mind, looks like I was mistaken. Apparently there is again some incompatibility between 32bit and 64bit version. I'll try to find it.
Last edited by pepak on Sat 19 Dec, 2020 10:45, edited 1 time in total.
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

https://www.pepak.net/files/far/innounp-0.50.1-mod.zip
  • Fixed the bug with 64bit version and InnoSetup 6.1+.
Last edited by pepak on Sat 19 Dec, 2020 14:12, edited 1 time in total.
User avatar
zollo
Posts: 55
Joined: Wed 04 Nov, 2009 10:06
Has thanked: 5 times
Been thanked: 5 times

InnoSetup module for Observer

Post by zollo »

pepak.
Ispack-setup.exe is 0 bytes and empty line

Code: Select all

╔═════════════════ Inno:\{app} ═════════╤══════╗
║n                Name                  │ Size ║
║..                                     │  Up  ║
║Examples                               │Folder║
║Languages                              │Folder║
║                                       │     0║  <========
║Compil32.exe                           │2762 K║
║Default.isl                            │ 20665║
║isbunzip.dll                           │ 35616║
║isbzip.dll                             │ 39200║
║ISCC.exe                               │873272║
║ISCmplr.dll                            │1390 K║
║ISetup.chm                             │391080║
║isfaq.url                              │    58║
║islzma.dll                             │ 90400║
║islzma32.exe                           │ 88352║
║islzma64.exe                           │116000║
║Ispack-setup.exe                       │     0║ <========
║ISPP.chm                               │ 78254║
║ISPP.dll                               │ 992 K║
║ISPPBuiltins.iss                       │ 10153║
In install_script.iss these lines are commented:

Code: Select all

Source: "{app}\Examples\IsPortable.iss"; DestDir: "{app}\Examples"; MinVersion: 0.0,6.01 Se
; Source: "{app}\"; DestDir: "{app}"; Check: "ISCryptCheck"; MinVersion: 0.0,6.01 Service P
; Source: "{app}\Ispack-setup.exe"; DestDir: "{app}"; Check: "not ModifyingCheck"; MinVersi

pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

That's actually a long-standing bug. Will be fixed later today. Anything else I should be aware of? (I know about the password protected archives.)
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

https://www.pepak.net/files/far/innounp-0.50.2-mod.zip
  • Fixed support for encrypted archives (thanks Markus2).
  • Fixed the Observer module listing invalid files from the archives.
Pasha_ZZZ
Posts: 430
Joined: Mon 12 Jun, 2006 14:58
Has thanked: 1 time
Been thanked: 27 times
Contact:

InnoSetup module for Observer

Post by Pasha_ZZZ »

https://github.com/dscharrer/innoextract can unpack modified versions of IS but InnoUnp cant
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

InnoSetup module for Observer

Post by pepak »

True, but unfortunately it is much more difficult to embed into Observer.
Pasha_ZZZ
Posts: 430
Joined: Mon 12 Jun, 2006 14:58
Has thanked: 1 time
Been thanked: 27 times
Contact:

InnoSetup module for Observer

Post by Pasha_ZZZ »

unpacking (inside ZIP is IS multi volume) - more than 70 TB shows progress in Observer (unpacks correct).
Last edited by HaRT on Fri 17 Feb, 2023 16:41, edited 1 time in total.
Reason: Hid large useless preview, added a link to the original report (in Russian).
User avatar
HaRT
Moderator
Posts: 10822
Joined: Tue 30 Aug, 2005 17:21
Has thanked: 221 times
Been thanked: 358 times

InnoSetup module for Observer

Post by HaRT »

pepak wrote: Sun 20 Dec, 2020 17:06 https://www.pepak.net/files/far/innounp-0.50.2-mod.zip
  • Fixed support for encrypted archives (thanks Markus2).
[…]
When I try to open the K-Lite Codec Pack installer by Observer, I'm getting a , but any non-empty password suffices (for the listing, not for upacking). Is is hard to avoid firing the password prompt for merely listing the archive?
Original discussion in Russian
Фар есть инструмент, а не нянька. © 2009 DrKnS
Post Reply

Return to “General Plug-In Discussions”