Deployment tool: How to uninstall a patch [SOLVED]

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
RomainM
Posts: 19
Joined: Wed May 18, 2016 1:37 am
Location: France

Deployment tool: How to uninstall a patch [SOLVED]

Post 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 5516 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
Last edited by RomainM on Mon Oct 22, 2018 6:29 pm, edited 1 time in total.
JamesDuignan
Posts: 85
Joined: Thu Nov 26, 2015 1:43 pm

Re: Deployment tool: How to uninstall a patch?

Post 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 5508 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 5508 times
this will uninstall the patch.

Regards,
James Duignan
RomainM
Posts: 19
Joined: Wed May 18, 2016 1:37 am
Location: France

Re: Deployment tool: How to uninstall a patch ?

Post by RomainM »

thank you James,

I did not know this Windows option.

Romain
Post Reply