Re: [WiX-users] prerequisite conditions

2008-12-05 Thread zett42
Correction: By default a CA is run twice if you put it in both sequences and UILevel is NOT "basic" NOR "silent". ;) zett42 wrote: > > > Robert O'Brien-2 wrote: >> >> Question - is the reason for sequencing the execution of a customaction >> in both InstallUISequence And InstallExecuteSequenc

Re: [WiX-users] prerequisite conditions

2008-12-05 Thread zett42
Robert O'Brien-2 wrote: > > Question - is the reason for sequencing the execution of a customaction in > both InstallUISequence And InstallExecuteSequence so that you cover both > interactive and unattended installs? > Exactly. Robert O'Brien-2 wrote: > > In the case of an interactive instal

Re: [WiX-users] prerequisite conditions

2008-12-05 Thread Robert O'Brien
04, 2008 10:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] prerequisite conditions http://msdn.microsoft.com/en-us/library/aa368012(VS.85).aspx Under "Feature and component state values". I think it could work if you put LaunchConditions after CostFinalize in the sequen

Re: [WiX-users] prerequisite conditions

2008-12-04 Thread Richard
In article <[EMAIL PROTECTED]>, Robert O'Brien <[EMAIL PROTECTED]> writes: > Is it expected that prerequisite condition statements support checking > featur e state and action values in order to determine if prerequisite > should be check ed for, e.g. is the following valid given an msi that

Re: [WiX-users] prerequisite conditions

2008-12-04 Thread zett42
http://msdn.microsoft.com/en-us/library/aa368012(VS.85).aspx Under "Feature and component state values". I think it could work if you put LaunchConditions after CostFinalize in the sequence tables. Otherwise, you could also use a CustomAction using the "Error" attribute and you could sequence thi

[WiX-users] prerequisite conditions

2008-12-04 Thread Robert O'Brien
Is it expected that prerequisite condition statements support checking feature state and action values in order to determine if prerequisite should be checked for, e.g. is the following valid given an msi that has a Feature named "Databases" and a SQL08DIR property assignment using registry sear