Unable to do silent Uninstall using MSI

Core FTP client questions and answers
Post Reply
mmarsh1972
Posts: 1
Joined: Fri Aug 12, 2011 2:18 pm

Unable to do silent Uninstall using MSI

Post by mmarsh1972 »

Hi Gents.

I am trying to Package the *.msi. When I create my uninstalled batch file file

msiexec /x (PRODUCTID) /QN

I still get the warning message "Do you want to delete your profiles...etc" which stops the automatic uninstall. This is despite the fact the silent uninstall command has been added.

I am unable to suppress this message does anyone know a method to get rid of it?
Post Reply