[WiX-users] Registry keys not removed after uninstall

2007-02-26 Thread Emma Hanna
When I install then uninstall my app all registry keys created on install are completely removed as expected. However if I apply a patch to the install and then attempt to uninstall the original application, the registry keys are left behind - but everything else is removed. Could someone help me o

Re: [WiX-users] Patch Uninstall Help - SOLVED

2007-02-26 Thread Emma Hanna
the patch but not the correct components to create it. I upgraded to the latest version and it all works like a dream. Cheers Emma. From: Emma Hanna Sent: Tuesday, 16 January 2007 11:40 AM To: 'Bob Arnson' Cc: Wilson, Phil; wix-users@lists.sourc

Re: [WiX-users] [bcc] Re: Help needed with adjustiong msi to support fullpatching

2007-01-28 Thread Emma Hanna
an make patches uninstallable. But none of them applies for me. Even the example patch given in the tutorial is not uninstallable. Could anyone please help me here ? Emma Hanna wrote: Yes I have thank you, but none of them apply. Has anyone else had issues uninstalling

Re: [WiX-users] Patch Uninstall Help

2007-01-15 Thread Emma Hanna
? Thanks Emma. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Friday, 12 January 2007 2:39 AM To: Emma Hanna Cc: Wilson, Phil; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patch Uninstall Help Emma Hanna wrote: I am using Windows Installer 3.0

Re: [WiX-users] Patch Uninstall Help

2007-01-11 Thread Emma Hanna
Subject: Re: [WiX-users] Patch Uninstall Help The Windows Installer version might be too old on that system. It's 3.0 you need. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emma Hanna Sent: Wednesday, January 10, 2007 4:43

[WiX-users] Patch Uninstall Help

2007-01-10 Thread Emma Hanna
I am attempting to create a patch for my application, and I am able to create the patch and install it successfully but when I try to uninstall I receive the Windows Installer error - 1646 (Patch removal is not supported). I have set the AllowRemoval attribute of the PatchMetadata to 'yes', could s

Re: [WiX-users] Optional Service Start - Help Needed

2006-12-05 Thread Emma Hanna
Hi Michael This worked brilliantly - thank you so much for your help. Cheers Emma. From: Michael Osmond [mailto:[EMAIL PROTECTED] Sent: Tuesday, 5 December 2006 2:55 PM To: Emma Hanna; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Optional

Re: [WiX-users] Optional Service Start - Help Needed

2006-12-04 Thread Emma Hanna
someone give me some help on how to do this? Cheers Emma. From: Michael Osmond [mailto:[EMAIL PROTECTED] Sent: Monday, 4 December 2006 12:37 PM To: Emma Hanna; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Optional Service Start - Help Needed

[WiX-users] Optional Service Start - Help Needed

2006-12-03 Thread Emma Hanna
When installing a windows service with WIX, I need for the service to be optionally started or not, depending on input from the user (a check box or the like). I have tried doing this using two separate components and adding a condition, and this appears to work, however does not uninstall properly

[WiX-users] Windows Service Conditional Start

2006-11-15 Thread Emma Hanna
I am installing a Windows Service which I need the user to indicate if they want the service started on install or not, and if it is started there is a SQL Script I have to execute. I'm using the script below to install the service, but am not sure how to conditionally start the service or how to e

Re: [WiX-users] [Bug #1498645 ] Configure IIS error on2.0.4126(Verbose Output)

2006-09-20 Thread Emma Hanna
Hi David Did you ever solve this problem? I am having the same issue and really need some help... Thanks Emma. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Friday, 1 September 2006 10:37 PM To: wix-users@lists.sourceforge.net Subject

[WiX-users] Message Queue Help Needed

2006-09-20 Thread Emma Hanna
Title: Message Queue Help Needed Hi Everyone I am using the following code to create a Message Queue. It works fine when installed to the local machine (i.e. when AUDITQUEUESERVER is set to local machine name or ‘.’) but when I try to install to another machine name it fails. Can anyone give