https://issues.apache.org/ooo/show_bug.cgi?id=120330
--- Comment #2 from George Kaz <[email protected]> --- I've figured out a work around for now, although it's not great if you use a mixture of roaming and non-roaming profiles http://forum.openoffice.org/en/forum/viewtopic.php?f=74&t=12426#p61192 Using the above link I realised you can change the UserInstallation path in bootstrap.ini from UserInstallation=$SYSUSERCONFIG/OpenOffice.org/3 to UserInstallation=file://///filestore1/userprofiles/$USERNAME/OpenOffice.org/3 [Bootstrap] BaseInstallation=${OOO_BASE_DIR} InstallMode=<installmode> ProductKey=OpenOffice.org 3.4.1 UserInstallation=file://///filestore1/userprofiles/$USERNAME/OpenOffice.org/3 [ErrorReport] ErrorReportPort=80 ErrorReportServer= This seems to work fine. Alternatively, you can change your shortcuts for an individual user to something along the lines of: "C:\Program Files\OpenOffice.org 3\program\soffice.exe" -env:UserInstallation=file://///filestore1/userprofiles/$USERNAME/OpenOffice.org/3 I hope this helps someone. -- You are receiving this mail because: You are on the CC list for the bug.
