Add/Remove programs does remove the application.  But Uninstalling doen't. 
The Log says ExecuteAction and Action are both = INSTALL, when I am trying
to uninstall, but when I changed those it broke and ended prematurely.  So
its getting pretty confusing and I have not found a tutorial for
uninstalling so I thought that maybe its a simple thing to do.

Dana Gutride wrote:
> 
> What does the msi log say is happening when you try to uninstall?  Also,
> what happens if you use add/remove programs to remove your program?
> 
> Dana
> 
> On 8/14/06, Magus <[EMAIL PROTECTED]> wrote:
>>
>>
>> My app was installed by the MSI.  I am not using the WixUI_xxx or any of
>> those standard UI's I created my own.  I install the game using the .msi
>> The I want to see if I can uninstall it using the .msi.  When I do it
>> opens
>> and I have a dialog condition only to run if the program is installed
>> already.  I was using orca to look at the what is created with
>> WixUI_Mondo
>> to see if there were anything I should try and I say a <Publish Event =
>> "Remove" Value = "ALL"> type setup but that didn't seem to lead to
>> anything
>> as far at removing the product.  Anyway my product doesnt' go away after
>> trying to make it disappear
>>
>> Dana Gutride wrote:
>> >
>> > If your app wasn't installed by an MSI before hand, you'll need a
>> custom
>> > action to handle this for you.  You will also need a way of
>> conditioning
>> > the
>> > custom action to run only when your app is found.  Searching for a
>> > registry
>> > key might be something to look into.  If you had previously installed
>> with
>> > an MSI and included an upgrade code, then the WiX tutorial can help you
>> > with
>> > upgrading that version.
>> >
>> > Dana
>> >
>> > On 8/14/06, Magus <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> I am trying to make my .msi uninstall my app if its already on the
>> users
>> >> computer, the problem is I don't know what makes that happen.  Is
>> there
>> a
>> >> special property or something I need to do in order to make it
>> uninstall
>> >> the
>> >> app
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5801674
>> >> Sent from the wix-users forum at Nabble.com.
>> >>
>> >>
>> >>
>> -------------------------------------------------------------------------
>> >> Using Tomcat but need to do more? Need to support web services,
>> security?
>> >> Get stuff done quickly with pre-integrated technology to make your job
>> >> easier
>> >> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> >> Geronimo
>> >>
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> >> _______________________________________________
>> >> WiX-users mailing list
>> >> WiX-users@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/wix-users
>> >>
>> >
>> >
>> -------------------------------------------------------------------------
>> > Using Tomcat but need to do more? Need to support web services,
>> security?
>> > Get stuff done quickly with pre-integrated technology to make your job
>> > easier
>> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> > _______________________________________________
>> > WiX-users mailing list
>> > WiX-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wix-users
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5804967
>> Sent from the wix-users forum at Nabble.com.
>>
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Uninstalling-does-nothing-tf2104998.html#a5817420
Sent from the wix-users forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to