Not many of you would want to actually sequence this… If you are using App-V, chances are you have licenses to use Microsoft Office already! But if you want to learn a cool trick that might help out with other apps, read on!

This one was coming up with an error on launch:

LibreOfficeError

Procmon showed that it was trying to access (but could not find) the user profile of the account used to sequence it, even though it was not launched during sequencing, there was no appdata folder in the package, and there was no evidence of the user name stored anywhere that I could find. This is a prime example of why you should always use a different account to test the app than the one used to sequence it by the way!

My solution was to install the MSI under the System account during monitoring. The user profile for this account is stored under C:\Windows\System32\config\systemprofile, and with VFS Write enabled, users should not have a problem accessing this folder within the bubble. To do this I used Sysinternals tool PsExec to start a CMD prompt as System:

psexec -s -i cmd

Then install the software from within there. Now the sequenced package works! I could not find it trying to write to the System profile during use, instead the application writes to %APPDATA%\LibreOffice as intended, but this little trick solved whatever was causing it to hiccup during launch previously.

Tags:

Categories:

Updated:

Comments