Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-13 Thread Ralph
Before CostFinalize works! Now I have the custom action in both InstallUISequence and InstallExecuteSequence. Thank you guys for your help. BTW, today I finally started getting information about my custom action in the log, yesterday whatever I did, no custom action was mentioned even if it was

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Steven Ogilvie
...@racelogic.co.uk] Sent: September-12-13 11:44 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action, feature condition and silent install No custom action is executed and no property is set: Action start 16:32:54: CostFinalize. MSI (s) (A0:CC) [16:32:54:363]: Doing action

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Steven Ogilvie
@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action, feature condition and silent install Steven Ogilvie wrote > Have you tried After CostFinalize Unfortunately it doesn't work either... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.co

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Ralph
No custom action is executed and no property is set: Action start 16:32:54: CostFinalize. MSI (s) (A0:CC) [16:32:54:363]: Doing action: InstallValidate MSI (s) (A0:CC) [16:32:54:363]: Note: 1: 2205 2: 3: ActionText Action ended 16:32:54: CostFinalize. Return value 1. MSI (s) (A0:CC) [16:32:54:36

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Phil Wilson
11:21 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Custom Action, feature condition and silent > install > > It is product.wxs file. > > The feature should not be displayed in the UI if the version of the third > party application is equal or great

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Ralph
It is product.wxs file. The feature should not be displayed in the UI if the version of the third party application is equal or greater than 5. If the version is older than 5 or the third party application is not installed, the feature should appear in the UI (and be installed by default in silen

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread John Cooper
- From: Ralph [mailto:ralph.gu...@racelogic.co.uk] Sent: Thursday, September 12, 2013 11:21 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action, feature condition and silent install It is product.wxs file. The feature should not be displayed in the UI if the version of th

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Steven Ogilvie
What does your log file say? -Original Message- From: Ralph [mailto:ralph.gu...@racelogic.co.uk] Sent: September-12-13 10:38 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action, feature condition and silent install Steven Ogilvie wrote > Have you tried Af

[WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Ralph
I have a custom action which detects the version of some installed third party library and assigns the version to some property. Then I have a condition reading that property to enable or disable a feature. If I put the custom action into InstallUISequence it works very well with the UI, but does

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Ralph
Steven Ogilvie wrote > Have you tried After CostFinalize Unfortunately it doesn't work either... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-feature-condition-and-silent-install-tp7588916p7588918.html Sent from the wix-users mai

Re: [WiX-users] Custom Action, feature condition and silent install

2013-09-12 Thread Steven Ogilvie
Have you tried After CostFinalize -Original Message- From: Ralph [mailto:ralph.gu...@racelogic.co.uk] Sent: September-12-13 10:17 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action, feature condition and silent install I have a custom action which detects the