Hi,
I need to specify some msi properties via command line in the deploy-application.ps1 and Im having some issues with the syntax:
Execute-MSI -Action Install -Path "%application1.msi" -Parameters "LicenseKey=xxxxxxxx" LicenseTo=xxxxxxxx" "servername=xxxxxx" /qn
The above command-line successfully deploys and configures via command prompt and SCCM, when configuring in deploy-application.ps1 the syntax is incorrect.
Can someone please confirm the correct syntax for executing an msi with properties please?
Thanks
I need to specify some msi properties via command line in the deploy-application.ps1 and Im having some issues with the syntax:
Execute-MSI -Action Install -Path "%application1.msi" -Parameters "LicenseKey=xxxxxxxx" LicenseTo=xxxxxxxx" "servername=xxxxxx" /qn
The above command-line successfully deploys and configures via command prompt and SCCM, when configuring in deploy-application.ps1 the syntax is incorrect.
Can someone please confirm the correct syntax for executing an msi with properties please?
Thanks