[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 Always Executing

2012-09-18 Thread Hoover, Jacob
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 auto-installs via

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:

[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 : InstallExecuteSequence Custom Action=Set_INSTALLDIR

Re: [WiX-users] Uninstall Custom action

2010-08-11 Thread ricky sundrani
] 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 the custom action to execute before removefiles action. See the snippet below : InstallExecuteSequence

[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

[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

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 some

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Dane Anderson
] Uninstall Custom action 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

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Wilson, Phil
: [WiX-users] Uninstall Custom action 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

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread 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. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dane Anderson Sent: Monday, October

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Wilson, Phil
@lists.sourceforge.net Subject: Re: [WiX-users] Uninstall Custom action No soap. I tried: Custom Action=DeleteCabs Sequence=3490Remove=ALL/Custom and Custom Action=DeleteCabs Sequence=3490REMOVE=ALL/Custom and Custom Action=DeleteCabs Sequence=3490REMOVE=all/Custom and Custom Action=DeleteCabs Sequence

Re: [WiX-users] Uninstall Custom action

2006-10-16 Thread Dane Anderson
- 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] Uninstall Custom action REMOVE=ALL is the right syntax. Must be time for a log: Msiexec /x {your