Page 1 of 1

Deployment tool: How to uninstall a patch [SOLVED]

Posted: Sat Oct 20, 2018 1:30 am
by RomainM
Hi,

I have done 2 packages, one version and one patch.
The patch is set to be uninstallable
Patch.PNG
Patch.PNG (2.75 KiB) Viewed 5518 times
I want to remove this patch, I have tried

Code: Select all

msiexec /uninstall ROMAIN_v1.0.0.1_fr-fr.msp /package ROMAIN_v1.0.0_fr-fr.msi
But it do not work.

Is there somebody who know how to remove a patch?

Romain

Re: Deployment tool: How to uninstall a patch?

Posted: Mon Oct 22, 2018 8:45 am
by JamesDuignan
Hi Romain,

Go to control panel > Programs and features. In the top left is an item that says view installed updates, click on this.
aa1.PNG
aa1.PNG (13.98 KiB) Viewed 5510 times
Find your application in the list. Right click on the version you want to roll back and select uninstall.
aa2.PNG
aa2.PNG (34.29 KiB) Viewed 5510 times
this will uninstall the patch.

Regards,
James Duignan

Re: Deployment tool: How to uninstall a patch ?

Posted: Mon Oct 22, 2018 6:29 pm
by RomainM
thank you James,

I did not know this Windows option.

Romain