I have an autostart file in the root of my portable drive which runs pstart on startup. Pstart in turn starts up my portable thunderbird, Pass2Go and FireFox, can you tell me if it is possible to disable the splash screens in the portable applications on this site? Is there a setting that can be simply changed to disable this.
Thanks, Simon
It's in the ini, dude. People really should read the documentation before posting these questions.
Vintage!
It's all in my signature
Thanks, it was missing from my ini file and I must have overlooked it in the readme so for that I apologise.
--
Anyone who has never made a mistake has never tried anything new.
www.creativenrg.co.uk
Signature automatically removed for containing links
Here is my ini file but the splash screen is still being displayed:
[PortableThunderbird]
ThunderbirdDirectory=thunderbird
ProfileDirectory=profile
PluginsDirectory=plugins
UserProfileDirectory=userprofile
AdditionalParameters=
AllowMultipleInstances=false
SkipChromeFix=false
SkipCompregFix=false
WaitForThunderbird=false
ThunderbirdExecutable=thunderbird.exe
DisableSplashScreen=true
GPGPathDirectory=gpg
GPGHomeDirectory=gpg
--
Anyone who has never made a mistake has never tried anything new.
www.creativenrg.co.uk
Signature automatically removed for containing links
In the same directory (folder) as the PortableFirefox.exe launcher (not firefox.exe)? It will not work anywhere else. You have to move it to the exact same folder.
Ashes
------
It will work in the following places:
the directory where portablethunderbird.exe is, which we'll call ${EXEDIR}
\${EXEDIR}\
\${EXEDIR}\PortableThunderbird\
\${EXEDIR}\PortableApps\PortableThunderbird\ (where I keep mine)
Here's the code snippet from PortableThunderbird.nsi (PortableThunderbird.exe's source file):
Of course, this is explained in the readme.
Vintage!