You are here

Running multiple profiles of PortableApp

2 posts / 0 new
Last post
bendre
Offline
Last seen: 2 years 6 months ago
Joined: 2006-11-21 22:00
Running multiple profiles of PortableApp

Hi,

Currently i use multiple profiles of Portable Firefox and Pidgin by compiling the nsi file from Source Folder.

1. Open .nsi located in Source folder
2. Change section to !define NAME "FirefoxPortable2". original is !define NAME "FirefoxPortable"
3. Then search and replace \Data to \Data2 (this changes location of profile to Data2 folder.
4. Compile the nsi to exe file using NSIS.
5. Now I have two portable exe launchers FirefoxPortable.exe which is original pointing to \Data folder and 2nd one FirefoxPortable2.exe which now saves all settings to \Data2 folder.
6. INI file to have settings AllowMultipleInstances=true if both launcher need to be used at same time.

Not sure if there is any other better way to store multiple profile without actually installing two copies of apps.

With Regards,
Nikhil Bendre

digitxp
digitxp's picture
Offline
Last seen: 13 years 4 months ago
Joined: 2007-11-03 18:33
Well,

if you're willing to do some gui programming, you could click a button to let it change the settings directory...

Insert original signature here with Greasemonkey Script.

Log in or register to post comments