You are here

Thumb driver enumeration might be different on each machine -- how does Thunderbird find its profile?

2 posts / 0 new
Last post
jlfranks
Offline
Last seen: 9 years 3 months ago
Joined: 2015-01-20 16:56
Thumb driver enumeration might be different on each machine -- how does Thunderbird find its profile?

The .ini file for Thunderbird looks like this on machine #1.

[ThunderbirdPortableSettings]
AgreedToLicense=YES
LastProfileDirectory=F:\PortableApps\ThunderbirdPortable\Data\profile

The USB drive enumeration might be different on another machine.
Does this get handled in some way?

regards,

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 1 hour 34 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
Yes

Handling of drive letter changes is one of the primary requirements for apps officially released here.

The way this works is that our Launcher stores where it was last run from, then compares it to where it is currently running from, and updates the fields within the app's data if it needs to before launching the actual app.

For most (if not all) official apps this will also work changing the entire path (eg C:\PortableApps\ to D:\Apps\Portable\), not just the drive letter.

Log in or register to post comments