Re: [WiX-users] uninstall sequence

2010-03-23 Thread Pally Sandher
l Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: shabbir [mailto:shabbir_ah...@hotmail.com] Sent: 23 March 2010 11:43 To: wix-users@lists.sourceforge.net Subj

Re: [WiX-users] uninstall sequence

2010-03-23 Thread shabbir
Thanks Pally and Phil. I have marked the service as stop at uninstall and the remove file is now after the stop service. I ahve put remove folders commands in place - would this automatically delete the files within the folder or would I ahve to put remove file for each file contained within it?

Re: [WiX-users] uninstall sequence

2010-03-22 Thread Wilson, Phil
The service is marked in ServiceControl as "stop at uninstall" ? Phil Wilson -Original Message- From: Shabbir Ahsan [mailto:shabbir_ah...@hotmail.com] Sent: Monday, March 22, 2010 9:02 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] uninstall sequence Hi, how do I set

Re: [WiX-users] uninstall sequence

2010-03-22 Thread Pally Sandher
There is no "Uninstall Sequence". InstallExecuteSequence (http://msdn.microsoft.com/en-us/library/aa369500.aspx) & InstallUISequence (http://msdn.microsoft.com/en-us/library/aa369543.aspx) run during Install & Uninstall (and Modify/Repair/etc) unless actions within them are conditioned appropriatel

Re: [WiX-users] Uninstall sequence problem

2007-06-18 Thread volkmar
THX for the quick help. I hopefully solved my problem. Now i use one main msi, as some kind of chainer. (no nested msi ;)) I think that will work, and i have enough control over my un-/ installsequence. Bob Arnson-6 wrote: > > volkmar wrote: >> My problem is not the call of CA. >> It is more

Re: [WiX-users] Uninstall sequence problem

2007-06-18 Thread Bob Arnson
volkmar wrote: > My problem is not the call of CA. > It is more the problem of sequenced uninstall. > > The solution i am thinking about is: > 1. uninstall component A > 2. do CA > 3. remove all > MSI lets you schedule actions relative to one another, so you can call a custom action after the

Re: [WiX-users] Uninstall sequence problem

2007-06-18 Thread volkmar
My problem is not the call of CA. It is more the problem of sequenced uninstall. The solution i am thinking about is: 1. uninstall component A 2. do CA 3. remove all But i have no idea how i could realize this. Bob Arnson-6 wrote: > > volkmar wrote: >> For uninstalling the msi, i need a spec

Re: [WiX-users] Uninstall sequence problem

2007-06-18 Thread volkmar
My problem is not the call of CA. It is more the problem of sequenced uninstall. The solution i am thinking about is: 1. uninstall component A 2. do CA 3. remove all But i have no idea how i could realize this. volkmar wrote: > > First, sorry for my bad english. > > my msi creates some re

Re: [WiX-users] Uninstall sequence problem

2007-06-16 Thread Bob Arnson
volkmar wrote: > For uninstalling the msi, i need a special sequence: > 1. Remove Registry Entries > 2. Start and Exit Visual Studio > 3. Remove Assemblies > You can sequence a custom action after RemoveRegistryValues to achieve that order. The WixVSExtension includes CAs to run 'devenv /setup