echdareez Posted February 12, 2016 Report post Posted February 12, 2016 Hi there, I've been able to create deployment types using Add-CMDeploymentType with this line : Add-CMDeploymentType -ApplicationName $AppNameString -DeploymentTypeName $AppDeploymentName -InstallationFileLocation $CombinedMSILocation -MsiInstaller -AutoIdentifyFromInstallationFile -ForceForUnknownPublisher $true So : the properties of the MSI are read to propagate the uninstall command / the manufacturer / the detection method and so on... But as I have a custom msi install command (which I need to add into the Install Program field), how can I change this afterwards? I've tried these but seems I am missing some parameters? : Set-CMDeploymentType -DeploymentTypeName $AppDeploymentName -InstallationProgram $App.CommandLine Set-CMDeploymentType -DeploymentTypeName $AppDeploymentName -InstallationCommandLine $App.Commandline thanks, /dimi Quote Share this post Link to post Share on other sites More sharing options...