Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Magus
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

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Dana Gutride
Would you be able to attach a log of the failed uninstall to your response?DanaOn 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

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Magus
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 1 1 Dana Gutride wrote: > > You

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Dana Gutride
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 = UninstallWidth = "[BW]" Height = "[BH]" Text = "[REMOVE]"> 1It doesn't fail when I do thi

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Magus
I have that control in but the Id = Uninstall/Text = Uninstall 1 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 yo

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Dana Gutride
On your custom dialog, do you have a control that does something like what's outlined below?   1When 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 doe

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Magus
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 uninsta

Re: [WiX-users] Uninstalling does nothing

2006-08-15 Thread Dana Gutride
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?DanaOn 8/14/06, Magus <[EMAIL PROTECTED]> wrote: My app was installed by the MSI.  I am not using the WixUI_xxx or any ofthose standard UI's I created my own.

Re: [WiX-users] Uninstalling does nothing

2006-08-14 Thread Magus
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 alrea

Re: [WiX-users] Uninstalling does nothing

2006-08-14 Thread Dana Gutride
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 wit

[WiX-users] Uninstalling does nothing

2006-08-14 Thread Magus
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-