Jump to content

Recommended Posts

Posted

Hi

 

I am trying to update silverlight accross the network and I have to remove the old version before I can install the new one via MSI. The old version is included in a thick image. I have created a batch file with the following

 

wmic product where caption='Microsoft Silverlight' call uninstall

 

This works fine but if I leave it linked it will always remove any version of silverlight, is there a way to specify what version to remove? I can then deploy a new version and the batch file wont touch it.

 

Cheers

Posted
If you have a wsus server just update it using that.

 

Good thinking, i'm just looking into that, Silverlight was not ticked on my WSUS server :)

Posted
If you do a silent install from the exe not MSI it will upgrade the old version too :)

 

Steve

 

I saw that Steve, but would need SCCM to push an exe accross the network or can I push an exe via a batch file?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...