Re: [WiX-users] Wix VisualStudio weird Registry Values

2009-06-02 Thread Bob Arnson
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 liter

[WiX-users] Wix VisualStudio weird Registry Values

2009-06-02 Thread Weber Stefan (IT)
Hello, iam using Visual Studio to build MSIs with Wix 3. I just stumpled upon an error when trying to write the following registry value The Problem is the &Login and Visual Studio throws an error about illegal entity name and doesn't build the msi. Is it possible to build the Wix File someh