Get the new PortableApps.com Platform 10.0: Gorgeous themes, a full portable app store and advanced functionality
Announcing the World's Best Flash Drive: The PortableApps.com Companion | Did you see a malware warning on Friday?

[Bug] Sunbird Portable 0.9 leaves folder behind

Bart.S
Developer
- October 1, 2008 - 6:31am

This seems similar to Thunderbird Portable, but in case of Sunbird Portable I can reproduce the issue.

The empty folder "$APPDATA\Mozilla\Sunbird\Profiles" is left behind after a fresh install.
Also if I delete the complete Data folder and launch SunbirdPortable.exe, the folder will be created and left behind.


( categories: )

I thought

I had the same problem but it just took the launcher very long do its job and finish.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Well, the code is:

RemoveLocalFiles:
	Delete "$APPDATA\Mozilla\Sunbird\pluginreg.dat"
	RMDir "$APPDATA\Mozilla\Sunbird\Profile" ;=== Will only delete if empty (no /r switch)
	RMDir "$APPDATA\Mozilla\Sunbird\" ;=== Will only delete if empty (no /r switch)
	RMDir "$APPDATA\Mozilla\" ;=== Will only delete if empty (no /r switch)
	Goto TheEnd

There is no line RMDir "$APPDATA\Mozilla\Sunbird\Profiles" in the launcher.
So I can wait hours and the folder is still present.

0.9 Rev 2

Same issue