Page 1 of 1
Make Portable Programs Create Portable Programs
#1
Posted 17 March 2007 - 01:02 AM
How To Create Portable Program????
somepeople say "
Get Total Uninstaller 2.35.
Run the installer you want in Total Uninstaller.
Save the log to your desktop.
Get Portable Application Template.
Open up the NSI file.
Open up the Total Uninstaller log.
Copy all the Total Uninstaller registry entries to the PAT, separating them with ||.
Do the same with Settings Files and Settings Directories.
For icons, get Icons From File. Extract the icon from the main program. Alternatively, do a Google Images search.
Fill in the rest of the info.
Compile with NSIS. PortableNSIS also good.
Uninstall the original program with Total Uninstall.
Run the portable program.
Check to see if the registry entries and files are there."
Anyone can be explain exactly or give me example?????
somepeople say "
Get Total Uninstaller 2.35.
Run the installer you want in Total Uninstaller.
Save the log to your desktop.
Get Portable Application Template.
Open up the NSI file.
Open up the Total Uninstaller log.
Copy all the Total Uninstaller registry entries to the PAT, separating them with ||.
Do the same with Settings Files and Settings Directories.
For icons, get Icons From File. Extract the icon from the main program. Alternatively, do a Google Images search.
Fill in the rest of the info.
Compile with NSIS. PortableNSIS also good.
Uninstall the original program with Total Uninstall.
Run the portable program.
Check to see if the registry entries and files are there."
Anyone can be explain exactly or give me example?????
#2
Posted 17 March 2007 - 01:39 AM
Yes, that would be great
I also heard about 'virtualised' portable apps...
#3
Posted 17 March 2007 - 12:17 PM
It seem a complex method to me. Wich application do you want portable ?
#4
Posted 17 March 2007 - 12:57 PM
As long as the application doesn't install a Service, it should be able to be made portable.
PortableApps
For most software, you only need to copy the Program Files folder to a flash drive.
PortableApps
For most software, you only need to copy the Program Files folder to a flash drive.
#6
Posted 18 March 2007 - 11:46 AM
@Jeremy
Never heard of the registry, DLL, Application Data folder ? ...
Never heard of the registry, DLL, Application Data folder ? ...
#7
Posted 18 March 2007 - 11:54 AM
albator, on Mar 18 2007, 01:46 PM, said:
@Jeremy
Never heard of the registry, DLL, Application Data folder ? ...
Never heard of the registry, DLL, Application Data folder ? ...
Jeremy, on Mar 17 2007, 02:57 PM, said:
For most software, you only need to copy the Program Files folder to a flash drive.
If the software uses the registry to create Services, then it can't be made portable. It would have to run completely standalone or use an .INI or .XML file. Application Data, of course. DLL? You mean system32? The more directories it installs files to, the harder it makes it to be made portable. You'd need some method of logging/monitoring where files are being written to such as FileMon or Process Explorer.
Regardless, I think there's already enough portable programs to accomplish what someone would want to do. Finding them is the hard part, but the website I linked to is a good start.
This post has been edited by Jeremy: 18 March 2007 - 11:55 AM
#8
Posted 18 March 2007 - 02:14 PM
K, your fist statement was confusing. It seem like you were saying that any program can be portable as long as it doesn't use service.
http://www.portablefreeware.com/ is a good website too.
http://www.portablefreeware.com/ is a good website too.
This post has been edited by albator: 18 March 2007 - 02:15 PM
Share this topic:
Page 1 of 1



Help
Back to top









