You are here

Profile on other volume

2 posts / 0 new
Last post
skar
Offline
Last seen: 14 years 5 months ago
Joined: 2009-07-22 06:39
Profile on other volume

Hello guys,

I am "playing" with Portable Firefox so we can make an easy solution for on our network. Let's say I want the following situation:

- C:\ volume (local): Firefox Portable executables
- D:\ volume (network mapping): Firefox profile

I already tried this with a FirefoxPortable.ini with the following settings:

[FirefoxPortable]
FirefoxDirectory=App\firefox
ProfileDirectory=D:\Firefox
SettingsDirectory=Data\settings
PluginsDirectory=Data\plugins
FirefoxExecutable=firefox.exe
AdditionalParameters=
LocalHomepage=
DisableSplashScreen=false
AllowMultipleInstances=false
DisableIntelligentStart=false
SkipCompregFix=false
RunLocally=false

Problem is that he just creates a folder called "D" in the FirefoxPortable root. Is my idea possible? Thanks in advance!

Regards,

Jasper

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 9 years 5 months ago
Joined: 2007-04-15 21:08
No

No, this isn't possible. It's not intended to be used that way. Incidentally, most of those options will be vanishing soon, making the launcher a lot simpler. All our apps are narrowing down their customisability, in areas where it's not really necessary. The generic launcher for all apps (almost here...) will help us a lot in achieving this.

For a more technical reason as to why it won't work, all those paths are relative to $EXEDIR, the directory in which FirefoxPortable.exe is. The way it works is just by sticking "$EXEDIR\" onto the start of it - so you'll have a path like C:\PortableApps\FirefoxPortable\D:\Firefox, and the : will get removed somewhere as it's a bad character, but in other places it may just break things.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Log in or register to post comments