![]() |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Aug 2009
Location: Milton Keynes
Posts: 192
|
Im looking for a program that will repackage a .EXE not as a SFX archive that extracts files/folders when clicked. For example some non installed freeware comes with the application that can run without being installed but requires other files/folders to be stored beside the application. I would like a program so that i can place these files inside the applications .exe not just marked as hidden along side the program.
__________________
If it ain't broke don't fix it, improve it, break it then fix it
|
|
|
|
|
|
#2 (permalink) | |
|
Editor
Join Date: Oct 2011
Location: San Rafael, Argentina
Posts: 237
|
Quote:
__________________
You call destiny to the future you can't control. |
|
|
|
|
|
|
#3 (permalink) |
|
Senior Member
Join Date: Aug 2009
Location: Milton Keynes
Posts: 192
|
i dont want anything extracted, i no how to make installation files portable, but in some cases it needs files beside the .exe to run, i want to be able to store these files inside the .exe
__________________
If it ain't broke don't fix it, improve it, break it then fix it
|
|
|
|
|
|
#4 (permalink) |
|
Editor
Join Date: Oct 2011
Location: San Rafael, Argentina
Posts: 237
|
Sorry buddy, you are looking for an App that packs data but does not unpack it when executing. By generally rule, this programs unpacks data , even to a temporary path. I have no knowledge about any software that meets your needs. Jojoyee is the genius here, maybe he can help you.
__________________
You call destiny to the future you can't control. |
|
|
|
|
|
#5 (permalink) |
|
Senior Member
Join Date: Aug 2009
Location: Milton Keynes
Posts: 192
|
Oh sorry i ment to say i don't mind if it extracts to windows temp, or even to another file thats gets deleted when the program closes. I just dont want it to rely on a file thats outside the .exe that if it gets moved or deleted the .exe will no longer work.
For example Audacity requires the LAME file for mp3 rather then have it located somewhere on the computer that may accidentally get deleted i want to put the file inside the .exe But i want to do it with portable programs not installed programs if that makes sense :?
__________________
If it ain't broke don't fix it, improve it, break it then fix it
|
|
|
|
|
|
#6 (permalink) | |
|
Editor
Join Date: Oct 2011
Location: San Rafael, Argentina
Posts: 237
|
Quote:
. What about a virtualization App like virtualbox? Windows has a built-in tool called (and invoked as) iexpress, it main purpose is to make installer for any App but you can set to decompress any data to a temp folder like %Temp%. Virtualbox (freeware of course) website https://www.virtualbox.org/
__________________
You call destiny to the future you can't control. |
|
|
|
|
|
|
#7 (permalink) | |
|
Maestro di Search
Join Date: Jul 2008
Posts: 4,295
|
Quote:
It pretty much depends on how a program is coded and compiled AFAIK. Removing other files needed by a program will encounter an error unless the program is able to re-create a file which has been removed, or the program source is re-coded and re-compiled so that it doesn't rely on other files than the exe file proper. A better and simple solution for me is to zip all files that come along or needed by the executable file into one for backup. If it's a setup file for a non-portable program, keep this file instead for backup as zipping all expanded or installed files may not work. Others who know more might want to chip in.
__________________
Keep It Short and Sweet |
|
|
|
|
|
|
#8 (permalink) |
|
Senior Member
Join Date: Sep 2008
Location: The north Coast
Posts: 1,117
|
Not sure if this is exactly what your looking for but take a look at createinstall
Heres a video http://www.metacafe.com/watch/721126..._install_file/ |
|
|
|
|
|
#9 (permalink) |
|
Maestro di Search
Join Date: Jul 2008
Posts: 4,295
|
Thanks wdhpr for mentioning 'Create Install'. This reminds me of Inno Setup which is one of my favorite setup builders. Both are reviewed in this article Best Free Setup Builder.
Most of these setup builders are able to combine several files into one setup or installation file. But before a program is able to run, you need to run the setup file first for it to expand into several files, including an executable file for running, in most cases. These builders probably do not deal with repackaging all files into one exe file for direct running without installation unless I'm mistaken.
__________________
Keep It Short and Sweet |
|
|
|
|
|
#10 (permalink) |
|
Member
Join Date: Jun 2010
Posts: 5
|
i never use it myself,
but enigma virtual box looks fit your description http://www.enigmaprotector.com/en/aboutvb.html |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|