Need help scripting an Installation
Has any one been able to script the installation of the CyberPark application agent. It has an installation key and asked for the path to the config file
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
Hobbsy
3 years ago
Posted by:
bbjornstad
3 years ago
Posted by:
Hobbsy
3 years ago
So, reading between the lines here maybe the command line should look like
Msiexec.exe /i vfagentsetupx64.msi" INSTALLATIONKEY="Key information" CONFIGURATION=config information /qn
If you create a zip file that includes the msi file and the config file, both in the root of the zip, then create a managed installation to deploy using the zip, the may be no need for script as the Managed installation should see, what will be a local config file to the msi?