Hi All, The info on this forum is very useful. Thanks.
I have an issue, our application needs a different set of permissions set on a directory depending on the windows os. Ive coded this below, I want the first permission to be set if we are installing on WinXP or W2003 and the second set to be only set if we have W2003. However, both sets always seem to be set. Any help would be greatly appreciated. <Directory Id="fldTest" Name="testfld"> <Component Id="ProductComponent1" Guid="8BC5224C-8775-4568-9796-1788B040F680"> <CreateFolder> <Permission GenericRead="yes" Domain="[ComputerName]" Traverse="yes" User="ASPNET"/> </CreateFolder> </Component> <Component Id="ProductComponent2" Guid="EBAA71D5-F364-408A-A9B6-A2269F905696"> <Condition><![CDATA[VersionNT = 502]]></Condition> <CreateFolder> <Permission GenericRead="yes" Traverse="yes" Domain="[ComputerName]" User="IUSR_[ComputerName]"/> </CreateFolder> </Component> </Directory> -- View this message in context: http://www.nabble.com/Conditional-Folder-Permission-tf2338480.html#a6507140 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users