Re: [WiX-users] dependent features

2011-05-10 Thread Martin Kulov
-Original Message- From: Martin Kulov [mailto:mar...@kulov.net] Sent: Tuesday, 10 May 2011 11:14 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] dependent features Michael, Any tips on how to implement compensating action on uninstall? Should

Re: [WiX-users] dependent features

2011-05-10 Thread Peter Shirtcliffe
and (e.g. start myapp.exe). It will have the desired effect in the Start/Run dialog box however. -Original Message- From: Martin Kulov [mailto:mar...@kulov.net] Sent: 10 May 2011 10:33 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] dependent featur

Re: [WiX-users] dependent features

2011-05-10 Thread Martin Kulov
AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] dependent features App Paths would be a neat way to solve this, if they meet all your requirements. The "registration" lives in components that you can add to the features. http://msdn.microsoft.co

Re: [WiX-users] dependent features

2011-05-10 Thread Peter Shirtcliffe
App Paths would be a neat way to solve this, if they meet all your requirements. The "registration" lives in components that you can add to the features. http://msdn.microsoft.com/en-us/library/ee872121%28v=vs.85%29.aspx#reg_app -Original Message- From: Martin Kulov [mailto:mar...@kulov.

Re: [WiX-users] dependent features

2011-05-09 Thread Michael Osmond
Message- From: Martin Kulov [mailto:mar...@kulov.net] Sent: Tuesday, 10 May 2011 11:14 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] dependent features Michael, Any tips on how to implement compensating action on uninstall? Should I preserve the p

Re: [WiX-users] dependent features

2011-05-09 Thread Martin Kulov
@lists.sourceforge.net Subject: Re: [WiX-users] dependent features Hi Michael, That was something I was playing with. However your solution just nailed it! One comment for the history - one should use public property like PATHADD instead of PathAdd to make sure property is transferred between user and

Re: [WiX-users] dependent features

2011-05-09 Thread Martin Kulov
osm...@baytech.com.au > To: wix-users@lists.sourceforge.net > Date: Tue, 10 May 2011 08:04:59 +1000 > Subject: Re: [WiX-users] dependent features > > Hi Martin > > You could build up a single property with the PATH entry you wish to add > using a series of Type 51 Custom

Re: [WiX-users] dependent features

2011-05-09 Thread Michael Osmond
Hi Martin You could build up a single property with the PATH entry you wish to add using a series of Type 51 Custom Actions. Each would add the path option for a feature and be conditioned by the feature state. You then have a single component (linked to you Register Environment Variables fe

Re: [WiX-users] dependent features

2007-08-30 Thread Bob Arnson
Adam Langley wrote: > How do I configure these 4 features so that if either (or both) of the 2 > websites that needs the GAC feature is chosen for installation, then the UI > forces the user to select the GAC feature aswell? But if only the website > that doesn't need the GAC assemblies is chosen,