Bugs item #1562657, was opened at 2006-09-21 08:32 Message generated for change (Comment added) made by hilko_lantinga You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1562657&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: candle Group: None Status: Open Resolution: None Priority: 5 Submitted By: appel (appel__) Assigned to: Nobody/Anonymous (nobody) Summary: error CNDL0206 when TARGET Directory Name is SOURCEDIR Initial Comment: Using: Microsoft (R) Windows Installer Xml Compiler version 3.0.2015.0 The Directory element is: <Directory Id="TARGETDIR" Name="SOURCEDIR"> The error: C:\proj\wixtest\wixtest.wxs(17) : error CNDL0206 : The 'TARGETDIR' directory has an illegal DefaultDir value of 'tqepgrb4|SOURCEDIR'. The DefaultDir value is created from the *Name attributes of the Directory element. The TARGETDIR directory is a special directory which must have its Name attribute set to 'SourceDir' or 'SOURCEDIR'. If I change SOURCEDIR to SourceDir it works. So either there's a problem with handling both cases or the error text is wrong. ---------------------------------------------------------------------- Comment By: Hilko_Lantinga (hilko_lantinga) Date: 2006-09-25 10:53 Message: Logged In: YES user_id=1470437 SDK: SourceDir Property The SourceDir property is the root directory that contains the source cabinet file or the source file tree of the installation package. This value is used for directory resolution. So the error text seams to be wrong. Wise uses SOURCEDIR, but they have been wrong before. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1562657&group_id=105970 ------------------------------------------------------------------------- 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-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
