Extract Files from Setup.exe
Moderators: Hacker, petermad, Stefan2, white
- Thomas_BA
- Junior Member
- Posts: 41
- Joined: 2004-10-02, 18:03 UTC
- Location: Buenos Aires - Munic
- Contact:
Extract Files from Setup.exe
Is there a Plugin available to extract files from setup.exe routines.
Thanks
Tommy
Thanks
Tommy
Ciao
Thomas
(for now in Buenos Aires)
Thomas
(for now in Buenos Aires)
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
Check these:
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_Redhat.Packages-RPM_1.5%2BSRC.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_MSI_1.2.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_MSI-plus_0.4.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_MSC.ms-compress_1.0.0.1.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_Installshield.CAB_0.1.alfa%2BSRC.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_Redhat.Packages-RPM_1.5%2BSRC.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_MSI_1.2.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_MSI-plus_0.4.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_MSC.ms-compress_1.0.0.1.zip
http://clubtotal.free.fr/index.php?dir=WCX_Packer_Plugins/&file=WCX-archive_Installshield.CAB_0.1.alfa%2BSRC.zip
I switched to Linux, bye and thanks for all the fish!
Usually the setup routine unpacks the installation files to the temp dir and then asks the user for accept the users licence (or anything).
So before clickin OK (or cancel ) you may go to %temp% and look for the desired files. If you are not good at searching you can delete the %temp% -dir before starting the setup.
sheepdog
So before clickin OK (or cancel ) you may go to %temp% and look for the desired files. If you are not good at searching you can delete the %temp% -dir before starting the setup.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
As different Setup routines use different methods, there is no "default" way.
For example, the two must used Installers:
Installshield: As an single file installer, setup.exe (which is just an self-extracting archive) first extracts the real setup programm and the data (in InstallShield-CAB files) to %TEMP%. There are some more or less functional tools for unpacking InstallShield cab's in the web.
Wise Installation System: Extracts data directly from the setup.exe, you can extract data via "Setup.exe /x"
Some other installers like NSIS or Inno (http://innounp.sourceforge.net/) also extract data directly from the setup.exe.
So which installer are you talking about?
regards
chiron
For example, the two must used Installers:
Installshield: As an single file installer, setup.exe (which is just an self-extracting archive) first extracts the real setup programm and the data (in InstallShield-CAB files) to %TEMP%. There are some more or less functional tools for unpacking InstallShield cab's in the web.
Wise Installation System: Extracts data directly from the setup.exe, you can extract data via "Setup.exe /x"
Some other installers like NSIS or Inno (http://innounp.sourceforge.net/) also extract data directly from the setup.exe.
So which installer are you talking about?
regards
chiron
SanskritFritz forgot the all-in-one-solution:
http://www.totalcmd.net/plugring/IETotal.html
http://www.totalcmd.net/plugring/IETotal.html
tc.net wrote: InstallExporer Port 2004-06-04
InstallExporer Port for Total Commander. InstallExplorer is a FAR plugin (© Sergei Wanin) that can explore and unpack exe-files created with Wise, Vise, Inno Setup, Gentee, Installer, InstallShield, NullSoft Installer (ver>=1.1o), SetupFactory, Eschalon. Contains both InstallExporer Port for Total Commander and InstallExplorer 3.0 for FAR.
Hoecker sie sind raus!
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
Re: Extract Files from Setup.exe
...and of course...nobody mentioned, that when "behind" that .exe is zip or rar or another supported format, you can simply press Ctrl-PgDn on that file and you can browse its contents like archive 

@Thomas_BA:
For example the VLC setup file vlc-0.8.1-win32.exe, NSIS installer:
http://www.videolan.org/vlc/download-windows.html
Make sure that you adjust path of 6InstExpl.dll in IETotal.ini or put the dll in same directory as plugin. It's all in Readme...
Icfu
For example the VLC setup file vlc-0.8.1-win32.exe, NSIS installer:
http://www.videolan.org/vlc/download-windows.html
Make sure that you adjust path of 6InstExpl.dll in IETotal.ini or put the dll in same directory as plugin. It's all in Readme...
Icfu
This account is for sale
- Thomas_BA
- Junior Member
- Posts: 41
- Joined: 2004-10-02, 18:03 UTC
- Location: Buenos Aires - Munic
- Contact:
Me again:
Two Problems:
By doubleklick on each exe file, the plugin wants to open the file, even if it is a normal exe file. Is it possoible to configure the plugin that opening by plugin only happens by Alt+Pagedown, and that the exe files will be executed by doublecklicking them?
Second:
Tested it with some setup.exe files. File will be opend, than i see a bin and script file inside. Openening them shows no further files, empty. Even if the bin file has about 70MB.
I am missing something?
Two Problems:
By doubleklick on each exe file, the plugin wants to open the file, even if it is a normal exe file. Is it possoible to configure the plugin that opening by plugin only happens by Alt+Pagedown, and that the exe files will be executed by doublecklicking them?
Second:
Tested it with some setup.exe files. File will be opend, than i see a bin and script file inside. Openening them shows no further files, empty. Even if the bin file has about 70MB.
I am missing something?
Ciao
Thomas
(for now in Buenos Aires)
Thomas
(for now in Buenos Aires)
Just use a dummy extension like "*IETotal" for example instead of exe.
Alternatively you can add 256 to the number you see in the line in wincmd.ini.
So, either change
to
or
or
Icfu
Alternatively you can add 256 to the number you see in the line in wincmd.ini.
So, either change
Code: Select all
exe=64,X:\Path\To\IETotal.wcx
Code: Select all
exe=320,X:\Path\To\IETotal.wcx
Code: Select all
*IETotal=64,X:\Path\To\IETotal.wcx
Code: Select all
*IETotal=320,X:\Path\To\IETotal.wcx
You musn't expect that all the secrets are discovered when using a plugin. Some developers don't want you to see what's inside so you won't see it.I am missing something?
Icfu
This account is for sale