Weber Stefan (IT) wrote:
> The Problem is the &Login and Visual Studio throws an error about illegal 
> entity name and doesn't build the msi.
>   

WiX is based on XML so you need to follow XML rules, one of which is 
that & is the introductory character for an "entity." You need to 
replace literal ampersands with *&* instead.

-- 
sig://boB
http://joyofsetup.com/

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to