weist123 Posted December 27, 2004 Posted December 27, 2004 i collected the unpack mothods for some kinds of installer package:PACKAGE TOOLS--------------------------------------------------------------------------------------MS installer (.msi/msp) msiplus for totalcmd WinINSTALL LE 2003 orca of windows installer SDK installshield wise for msi--------------------------------------------------------------------------------------INNO SETUP(.exe) Innounp--------------------------------------------------------------------------------------WISE SETUP(.exe) E_WISE Wise Unpacker GUI?C HWUN v0.50a--------------------------------------------------------------------------------------InstallShield(.cab/.hdr) winpack v3.0--------------------------------------------------------------------------------------setupfactory(.exe) Setup Factory unpacker--------------------------------------------------------------------------------------IExpress package(.exe) winzip/winrar--------------------------------------------------------------------------------------winzip \winrar package(.exe) winzip/winrar--------------------------------------------------------------------------------------is there any complementarity ? please reply me !
nfm Posted December 27, 2004 Posted December 27, 2004 sweet, just what i was looking for. Thank you really much
shokri Posted October 23, 2006 Posted October 23, 2006 (edited) i collected the unpack mothods for some kinds of installer package:PACKAGE TOOLS--------------------------------------------------------------------------------------MS installer (.msi/msp) msiplus for totalcmd WinINSTALL LE 2003 orca of windows installer SDK installshield wise for msi--------------------------------------------------------------------------------------INNO SETUP(.exe) Innounp--------------------------------------------------------------------------------------WISE SETUP(.exe) E_WISE Wise Unpacker GUI?C HWUN v0.50a--------------------------------------------------------------------------------------InstallShield(.cab/.hdr) winpack v3.0--------------------------------------------------------------------------------------setupfactory(.exe) Setup Factory unpacker--------------------------------------------------------------------------------------IExpress package(.exe) winzip/winrar--------------------------------------------------------------------------------------winzip \winrar package(.exe) winzip/winrar--------------------------------------------------------------------------------------is there any complementarity ? please reply me !ThanksThank I want Thise File Link Please E-mail Me E-Mail : Mohsen6558@Gmail.com Edited October 23, 2006 by shokri
alperefe Posted October 23, 2006 Posted October 23, 2006 yeah thanx alot for the list but download links would be great
CoffeeFiend Posted October 25, 2006 Posted October 25, 2006 is there any complementarity ? please reply me !Unfortunately, I'm not going to add any to your list (although there are more), just some quick comments:MSI files are actually pretty easy to manipulate. It's some kind of custom database (yes, you can run SQL queries against it and all), but there's a standard API for it (pretty straightforward e.g. MsiOpenDatabase to open a msi file - and there's a C# wrapper out there), full docs on MSDN, there's a MSI SDK, etc. And there's a fair amount of tools for it (even some stuff on sourceforge). I think it's one of the best formats out there (easier to manipulate than the others at least).InstallShield wise, most of the tools out there are for very old versions like 6, when v11 is out... (that's one reason why I like msi - no need for extensive reverse engineering to peek inside like that)Also, there are some NSIS unpackers.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now