Page 1 of 1

Removing a exisitng package that required the and UI level

Posted: Thu Jul 05, 2007 6:53 pm
by Ryan Lee
I have an application that was installed previously using Wix. I can grab the product code for my previous installation using the pluging "Upgrade Code". I then use this product code to perform a remove as follows:

Code: Select all

Install/Remove MSI Package $MyPreviousPackageId$[REMOVE=ALL]


This should work but the old installation requires that a UI level of 3 or greater be specified. Is there any way to specify the UI level when I make this call or can I suppress the UI requirement in some fashion? When I uninstall the old product from the add/remove dialog I get no such error.

Thanks in advance.

Posted: Fri Jul 06, 2007 2:21 pm
by MichaelNesmith
It seems like you need to run the package externally, without using this command. Try Run Program instead.