Re: [WiX-users] Customize TARGETDIR based on selected features

2007-10-07 Thread Bob Arnson
Mark Allanson wrote: > Control="Next" > Event="SetTargetPath" > > Value="[MPSONLYINSTALLPATH]">&MessagePublishingQueuesFeature > >= 2 AND &ArchitectureFeature < 2 > SetTargetPath takes the name of a property not the value (unles

Re: [WiX-users] Customize TARGETDIR based on selected features

2007-10-04 Thread Mark Allanson
Mmmm I tried this already but was getting Error 2872 at build time... Relevent Script bits.. Not Installed Installed &MessagePublishingQueuesFeature >= 2 AND &ArchitectureFeature < 2 &ArchitectureFeature >= 2 1 Make sen

Re: [WiX-users] Customize TARGETDIR based on selected features

2007-10-04 Thread Bob Arnson
Mark Allanson wrote: > The problem I have is that if I change TARGETDIR property on a next > button event of my feature selection screen, it doesn't recalculate > all the other directory paths. Is there any way I can trigger this > recalculation between UI screens. In the UI, use the SetTarget