Jump to content


echdareez

Set-CMDeploymenttype to change the Installation Program?

Recommended Posts

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.