1 | initial version |
Hello,
You can perform it using the flag RUNSERVICEASLOCALSYSTEM=1.
Full example:
msiexec /i $CloudbaseInitMsiPath /qn RUNSERVICEASLOCALSYSTEM=1
More examples can be found here: https://github.com/cloudbase/windows-imaging-tools/blob/master/UnattendResources/Logon.ps1#L628 .
Thank you,
Adrian