[WiX-users] PseudoLoc build fails for Wix V3 wxs files

2010-02-19 Thread Sharath P R
Hi, We recently upgraded our wxs files from Wix V2 to Wix V3. Post that upgrade, we are seeing that PseudoLoc build fails for these wix files with the following error: error LGHT0311 : A string was provided with characters that are not available in the specified database code page '936'. Ei

[WiX-users] Alternative for 'Extended' attribute of Permissions element

2010-01-21 Thread Sharath P R
Hi All, What is the alternative for the 'Extended' attribute of Permissions element of Wix V2 in wix V3? Basically I am trying to set permissions for a folder to a group which I have created during the install itself. So was wondering if I could use the extended attribute to solve this prob