Uninstall .msi silently

Got a problem you cannot solve? Try here.
NeeeeB
Posts: 12
Joined: Mon May 17, 2021 2:32 am

Uninstall .msi silently

Postby NeeeeB » Thu Apr 21, 2022 8:50 am

Hi,
Please, how do I unnstall my .msi package silently ?
running
mypackage.msi /s MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES
brings the msiexec help windows....
and
msiexec /quiet /uninstall 4.8.12.23067.msi
brings the UI to select uninstall or repair...

Any advice would be greatly appreciated (.msi are installed with commandline, SILENT:TRUE and ALLUSERS:TRUE)

Thanks.

NeeeeB
Posts: 12
Joined: Mon May 17, 2021 2:32 am

Re: Uninstall .msi silently

Postby NeeeeB » Mon Apr 25, 2022 2:28 am

That command gives the same result also :

msiexec /qn /x ..\..\MyPackage.msi

Wizard appears every time.
Any help with this would be greatly appreciated.

FrancescoT
Site Admin
Posts: 5360
Joined: Sun Aug 22, 2010 4:28 am

Re: Uninstall .msi silently

Postby FrancescoT » Mon Apr 25, 2022 7:43 am

please try;

"mypackage.msi" CMDLINE="MODIFY=FALSE REMOVE=TRUE SILENT=TRUE"

or

"mypackage.msi" CMDLINE="MODIFY=FALSE REMOVE=TRUE /s"
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

NeeeeB
Posts: 12
Joined: Mon May 17, 2021 2:32 am

Re: Uninstall .msi silently

Postby NeeeeB » Tue Apr 26, 2022 2:25 am

FrancescoT wrote:please try;

"mypackage.msi" CMDLINE="MODIFY=FALSE REMOVE=TRUE SILENT=TRUE"

or

"mypackage.msi" CMDLINE="MODIFY=FALSE REMOVE=TRUE /s"


Works like a charm !! many thanks !!


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 53 guests