Re: [WiX-users] Trying to create directory name at compile time

2009-02-14 Thread Pankaj Agrawal (Infosys Technologies Ltd)
Working fine. Thanks, pankaj -Original Message- From: Pankaj Agrawal (Infosys Technologies Ltd) [mailto:v-pa...@microsoft.com] Sent: Saturday, February 14, 2009 2:24 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Trying to create directory name at

[WiX-users] Trying to create directory name at compile time

2009-02-14 Thread Pankaj Agrawal (Infosys Technologies Ltd)
Hi, I am trying to create directory name while compiling Wix fille. I am using AdminTools.wxs(79): error CNDL0006: The Directory/@Name attribute's value cannot be an empty string. If you want the value to be null or empty, simply r emove the entire attribute. Please let me know how to fix this