Install InstallAware Vendor exe as System Account
Posted: Wed Sep 18, 2019 3:27 am
Hello everyone,
I have explored the forums a bit but I cannot find a fix for my problem:
When installing a vendor exe using InstallAware using a System account (PsExec for tests and later SCCM) the installation fails because it can't find the User specific paths. I use the ALLUSERS parameter but it still doesn't work. Can you provide a solution?
These are my parameters:
/s /l=""C:\Windows\Logs\PallBioTechCadenceSMBPhaseEditor.log"" ALLUSERS=TRUE
The double " is because of script semantic.
The Script fails during the following step(given U0095054 as my Username): MSI (s) (D0:EC) [08:09:17:135]: Executing op: FolderCreate(Folder=C:\Users\U0095054\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\,Foreign=0,,)
and will probably also fail during the next step:
MSI (s) (D0:EC) [08:09:17:137]: Executing op: FolderCreate(Folder=\\eudembrnas01\U0095054$\Desktop\,Foreign=0,,)
While going through the logs i found the MSI-Property P1C05FD30 & P83358801 for these paths. Could I just change these values with an MST?
I'm hoping to find some help.
Kind regards
Elias
I have explored the forums a bit but I cannot find a fix for my problem:
When installing a vendor exe using InstallAware using a System account (PsExec for tests and later SCCM) the installation fails because it can't find the User specific paths. I use the ALLUSERS parameter but it still doesn't work. Can you provide a solution?
These are my parameters:
/s /l=""C:\Windows\Logs\PallBioTechCadenceSMBPhaseEditor.log"" ALLUSERS=TRUE
The double " is because of script semantic.
The Script fails during the following step(given U0095054 as my Username): MSI (s) (D0:EC) [08:09:17:135]: Executing op: FolderCreate(Folder=C:\Users\U0095054\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\,Foreign=0,,)
and will probably also fail during the next step:
MSI (s) (D0:EC) [08:09:17:137]: Executing op: FolderCreate(Folder=\\eudembrnas01\U0095054$\Desktop\,Foreign=0,,)
While going through the logs i found the MSI-Property P1C05FD30 & P83358801 for these paths. Could I just change these values with an MST?
I'm hoping to find some help.
Kind regards
Elias