Hi,

I am using the wix project to create a MSI.

In the directory tag I use the following entry
<Directory Id="Solutions" Name="Solutions" LongName="Solutions">

When I compile I get the following error

ERROR :"<FileName>.wxs(1605) :
error CNDL0027 : The Directory/@Name attribute's value, 'Solutions', is not a 
valid 8.3-compliant name.  Legal names contain no more than 8 characters 
followed by an optional extension of no more than 3 characters.  Any character 
except for the follow may be used: \ ? | > < : / * " + , ; = [ ] (space)."

I changed the Name attribute to "Soluti~1" with LongName as it is..and compiled 
the project.
While getting compiled, the Name attribute gets reverted to "Solutions" and 
still the same error is displayed.


Can anyone help me to solve this error
Thanks in advance

Regards,
Karthic.GS

________________________________
http://www.mindtree.com/email/disclaimer.html
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to