Skip to content
⌘ NSIS Forum Archive

about MSI uninstall

3 posts

51819#

about MSI uninstall

Please see the Attach file !

if i uesd
ExecWait 'msiexec.exe /qn /uninstall "/I{394BE3D9-7F57-4638-A8D1-66C953121B1D}"'
want to uninstall the msi file? but that's only Repair ,not Remove it!

now, i want to remove ,how to do it?
kichik#
That depends on the options that specific MSI provides for you. Try running msiexec.exe with /? to figure out which options you have at your disposal.

Unattended might have a section about that specific installer, so it's worth a look.

51819#
the MSI File is Windows Installer!

</uninstall | /x> <Product.msi | ProductCode>
/qn : Displays no user interface.


how to uninstall it with /qn ?