Re: [WiX-users] Conditionally Creating a directory tree

2009-04-05 Thread Bob Arnson
phillip_sid...@dellteam.com wrote: > I am passing REGION into MSIEXEC, not manipulating it with a UI element, > so it is set well before the feature installation is evaluated. > > I am running verbose logging and I can see the REGION property is set > and much further down in the log, the Feature i

Re: [WiX-users] Conditionally Creating a directory tree

2009-03-27 Thread Phillip_Sidari
wrong here? Thanks. - Phil -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Friday, March 27, 2009 12:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Conditionally Creating a directory tree phillip_sid...@dellteam.com wrote

Re: [WiX-users] Conditionally Creating a directory tree

2009-03-27 Thread Bob Arnson
phillip_sid...@dellteam.com wrote: > The INSTALLLEVEL is set to 1000. I believe this fragment should only > install the VoltFeedsDirStructure component group if the REGION="DAO", > since the Condition will only reset the Level to 1 if it evaluates to > true. Am I missing something? > Depends on

[WiX-users] Conditionally Creating a directory tree

2009-03-26 Thread Phillip_Sidari
I have a directory tree that I have been installer with WiX for some time now. Recently we decided that these directories only need to be installed under certain conditions. I moved the ComponentGroup for these directories into its own feature and tried to set a condition as follows: RE