Anyone know what the correct MSIEXEC.EXE MSI install syntax for a Post Installation task is on the k2100?
We're installing Win10 21H2. We're trying to post install the Zscayler vpn and can't get it to quietly install no matter what we try. If we just put "zscaler.msi" in the command line it installs fine but with all the prompts of a manual install. If we put "msiexec.exe /i zscaler.msi /qn" in the command line it errors out saying it can't find it to run and to check the spelling. Thanks
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
Channeler
2 years ago
Is this an application type of post install task?
Make sure you don't have a typo, or an extra space somewhere.
This should work:
Posted by:
tbahm
2 years ago