I'am trying to install PTS script, in the task configuration I have setted Run under "LocalSystem".
On the client computer the script run in LocalSystem... ok it's what I Expected... But:
When my script contain a /run command (for example /run/wait msiexec.exe /i "c:\temp\Package.msi" /qn) the process (msiexec.exe inmy example) run in logged user context... and fail because not enougth rigths...
(I Insiste on that the packge is on the localdrive and all acl's is correct...)
My questions:
- This is a normal comportement ? - There is a way to execute /run in localSystem context ?
Thanks a lot
Best regardsSébastien
We are using Vista with UAC enabled. Is there a way to keep these commands in the script and use LocalSystem?
So..
/run /wait msiexec /i c:\localpath\msi.msi ALLUSERS=2 /qn
This will help make sure everyone gets targeted with User Specific info when they login.