It is from my understanding that when someone creates their own custom dialogs
that they are extending (so to speak) the WixUI_InstallDir. That being said
the .msi that is used to install my application should also be able to
uninstall that same application. However whenever I click on it to uninstall
it just runs the installer again. There is no error message, and the program
continues through the installation fully (i.e. it overwrites everything). I
guess my question here is, is there something I missed? Am I supposed to make
a call to an uninstall method like the following?
<InstallExecuteSequence>
<RemoveExistingProducts Before="InstallInitialize"/>
</InstallExecuteSequence>
Also embarrassingly enough I am not sure how to access the verbose installer
logs...
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users