Re: [WiX-users] Uninstall Custom Action Always Executing

2012-09-18 Thread racingcow
Thanks, Jacob. That is exactly what I needed. I was trying to put the conditions (or rules as I had called them) in the "CustomAction" element instead of the "Custom" element. Once I moved them over, they worked exactly needed. -- View this message in context: http://windows-installer-xml-wix-t

Re: [WiX-users] Uninstall Custom Action Always Executing

2012-09-18 Thread Hoover, Jacob
, September 18, 2012 7:03 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Uninstall Custom Action Always Executing Hello, I am trying to use WiX v3.7.910.0 to create an installer in Visual Studio 2012 (4.5 Framework) . My executable file uses TopShelf (http://topshelf-project.com/), which

[WiX-users] Uninstall Custom Action Always Executing

2012-09-18 Thread racingcow
Hello, I am trying to use WiX v3.7.910.0 to create an installer in Visual Studio 2012 (4.5 Framework) . My executable file uses TopShelf (http://topshelf-project.com/), which auto-installs via a command line. I have a couple of custom actions that install and start the service, as shown below ..

Re: [WiX-users] Uninstall Custom action

2010-08-11 Thread ricky sundrani
To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Uninstall Custom action > > > Hi , > I have written a C# custom action which is to be invoked during uninstall , > but i want to invoke it before the files in INSTALLDIR are deleted. So i > set >

Re: [WiX-users] Uninstall Custom action

2010-08-11 Thread Wilson, Phil
ilto:rickysundr...@gmail.com] Sent: Wednesday, August 11, 2010 7:34 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Uninstall Custom action Hi , I have written a C# custom action which is to be invoked during uninstall , but i want to invoke it before the files in INSTALLDIR are delete

[WiX-users] Uninstall Custom action

2010-08-11 Thread ricky21
Hi , I have written a C# custom action which is to be invoked during uninstall , but i want to invoke it before the files in INSTALLDIR are deleted. So i set the custom action to execute before removefiles action. See the snippet below : REMOVE="ALL"

[WiX-users] Uninstall Custom Action -- Need Help

2009-04-13 Thread ron cooper
Dear All, Thank you for discussing different things. It helps a lot to people like me in the learning stage. I have come across a situation where installed files are not getting deleted if I choose installation other than Program Files/MyApp. Also how to get input from user if I wish my database

[WiX-users] uninstall custom action

2008-07-08 Thread Yu, Brian
I am new to WIX and found myself supporting it. It's a great tool and I'm sure there are more fun to be had. My question is At Uninstall, I want the msi to create a machine.config file and populate with important registry settings I used xmltask to get it to populate an existing file I cr

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Dane Anderson
e key. Many thanks for your help. > -Original Message- > From: Dane Anderson > Sent: Monday, October 16, 2006 12:09 PM > To: 'wix-users@lists.sourceforge.net' > Subject: RE: [WiX-users] Uninstall Custom action > > Sorry to be bending your 'ears&#x

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Dane Anderson
By the way, MANY thanks for the helpful suggestions. > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Wilson, Phil > Sent: Monday, October 16, 2006 11:05 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Uni

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Wilson, Phil
wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Uninstall Custom action No soap. I tried: Remove="ALL" and REMOVE="ALL" and REMOVE="all" and Remove="all" and REMOVE="All" and Remove="All" With all I got the same results. It

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Dane Anderson
e- > From: Wilson, Phil [mailto:[EMAIL PROTECTED] > Sent: Monday, October 16, 2006 10:18 AM > To: Dane Anderson; wix-users@lists.sourceforge.net > Subject: RE: [WiX-users] Uninstall Custom action > > Properties are case-sensitive in that syntax you're using. Try "ALL&

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Wilson, Phil
x27;Installed' with 'REMOVE="All"') it does nothing. In other words the custom action doesn't get executed. > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Rob Hamflett > Sent: Monday, October 1

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Dane Anderson
REMOVE="All"') it does nothing. In other words the custom action doesn't get executed. > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Rob Hamflett > Sent: Monday, October 16, 2006 1:12 AM > To: wix-

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Rob Hamflett
A condition of REMOVE="ALL" should be fine for uninstall CAs. Rob Dane Anderson wrote: > I have an install package that I am attempting to put together. In the > process of installing > > I have it run an executable, CabInstaller.exe, that installs the dll > contained in the .cab > > and sets