Well with certain things removed I could. IE Company Info Dana Gutride wrote: > > Would you be able to attach a log of the failed uninstall to your > response? > > Dana > > On 8/15/06, Magus <[EMAIL PROTECTED]> wrote: >> >> >> There is no space before "Remove" that was just a quick mock up of what >> my >> program code looks like. But I did check my code to make sure. >> Probably should have just copy paste before but here are the actual lines >> <Control Id ="Uninstall" Type ="PushButton" X ="[INS_X" Y ="[INS_Y]" >> Width >> ="[BW]" >> Height ="[BH]" Default ="no" Text ="[REMOVE]"> >> <Publish Event ="Remove" Value ="All">1</Publish> >> <Publish Event ="EndDialog" Value ="Return">1</Publish> >> </Control> >> >> >> Dana Gutride wrote: >> > >> > Your code below seems to have lost a few characters that are necessary, >> is >> > there really a space before Remove? >> > >> > >> > On 8/15/06, Magus <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> I have that control in but the Id = Uninstall/Text = Uninstall >> >> <Control Id = "Uninstaller Type = "PushButton" X = "[INS_X]" Y >> ="[INS_Y]" >> >> Width = "[BW]" Height = "[BH]" Text = "[REMOVE]"> >> >> <Publish Event =" Remove" Value = "All">1</Publish >> >> <Publish Event = EndDialog Value = "Return"/> >> >> </Control> >> >> It doesn't fail when I do this, it for some reason still thinks it >> should >> >> be >> >> installing. >> >> >> >> It failed after I checked the log and thought I should change the >> ACTION >> >> Property to UNINSTALL or REMOVE. >> >> >> >> >> >> >> >> Dana Gutride wrote: >> >> > >> >> > On your custom dialog, do you have a control that does something >> like >> >> > what's >> >> > outlined below? >> >> > >> >> > <Control Id="Remove" Type="PushButton" X="236" Y="243" Width="56" >> >> > Height="17" Text="Remove"> >> >> > <Publish Event="Remove" Value="All">1</Publish> >> >> > </Control> >> >> > >> >> > When you do this, does the uninstall still fail? If so where is it >> >> > failing >> >> > and what is the specific error message in the log? >> >> > >> >> > On 8/15/06, Magus <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> >> >> >> 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 >> >> >> >> >> > >> >> > >> >> >> ------------------------------------------------------------------------- >> >> > 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#a5817979 >> >> >> >> 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#a5818669 >> 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#a5818870 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