PortableApps.com Platform and Suite 1.6 have been released.

[Bug] Sunbird Portable 0.9 leaves folder behind

Submitted by Bart.S on October 1, 2008 - 7: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