Hi all,

I'm quite green when it comes to WiX.

Has anyone got any examples of creating an arbitrary folder outside of the 
TARGETDIR?

And is it possible (and how to do so) to have a property for that path, and 
then have subdirectories created from/in it?

Sorry if I'm too vague..

I envision something like this:

<Directory Id="TARGETDIR" Name="SourceDir">
  <!--the rest snipped -->
</Directory>

<Property ID="RootPath"><![CDATA[c:\root\]]></Property>

<Directory Id="RootPath" Name=".">
  <Directory Name="foo" />
  <Directory Name="bar" />
</Directory>


Consider your responsibility to the environment - think before you print! 

******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the 
intended recipient(s) at the email address(es) to which it has been addressed. 
It may not be disclosed to or used by anyone other than the addressee(s), nor 
may it be copied in anyway. If received in error, please contact the sender, 
then delete it from your system. Although this email and attachments are 
believed to be free of virus, or any other defect which might affect any 
computer or IT system into which they are received and opened, it is the 
responsibility of the recipient to ensure that they are virus free and no 
responsibility is accepted by Pinesoft for any loss or damage arising in any 
way from receipt or use thereof. 
*******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. 
Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to