Hi guys,
I'm getting ready to update everyone's computers in my medium-small company with the newest version of parallels, and I'm trying to put together a small batch file that will make things easier (so I don't have to go to every computer and update it manually).
I'm basing it off of the pages here: http://kb.parallels.com/123750
and here: http://kb.parallels.com/en/123211
However, whenever it runs it installs the new version correctly, but instead of loading the configuration file it instead deletes it! any suggestions?
code below:
[msiexec /qn /i "network share location\RASClient-x64-16.0.18324.msi" DEFSETTINGS="local config location\moi_41.2xc" OVERRIDEUSERSETTINGS=1]
I'm getting ready to update everyone's computers in my medium-small company with the newest version of parallels, and I'm trying to put together a small batch file that will make things easier (so I don't have to go to every computer and update it manually).
I'm basing it off of the pages here: http://kb.parallels.com/123750
and here: http://kb.parallels.com/en/123211
However, whenever it runs it installs the new version correctly, but instead of loading the configuration file it instead deletes it! any suggestions?
code below:
[msiexec /qn /i "network share location\RASClient-x64-16.0.18324.msi" DEFSETTINGS="local config location\moi_41.2xc" OVERRIDEUSERSETTINGS=1]