WiX is XML. XML requires all the special characters (i.e. <>&;") to be escaped. You have a bunch of &'s below. You need to use & instead.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anidil Sent: Friday, July 27, 2007 2:39 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Help on writing REG_MULTI_SZ values to registry I use the following code to write REG_MULTI_SZ values.. <Registry Id="PCPERegFile" Root="HKLM" Key="Software\Wow6432Node\product\Worksafe"> <Registry Action="write" Name="File" Type="multiString" Value="File[~]&File[~]Archivo[~]&[EMAIL PROTECTED]@ƒCƒ‹(F)[EMAIL PROTECTED](&F)[~]̧²Ù[~]̧²Ù(F)[~]̧²Ù(&F)[~]Fichier[~]&Fichier[~]Datei[~]&Datei[~]ÆÄÀÏ[~]ÆÄÀÏ(F)[~]ÆÄÀÏ(&F)[~]Plik[~]&Plik[~]Fájl[~]&Fájl[~]Ôàéë[~]&Ôàéë[~]Arquivo[~]&Arquivo[~]Îļþ(F)[~]Îļþ(&F)" xmlns="http://schemas.microsoft.com/wix/2006/wi" /> </Registry> But it gives me the following error while compiling.. C:\WiX\wix-2.0.5325.0-binaries\installer.wxs(231) : fatal error CNDL0031: An error oc curred while parsing EntityName.. Am i giving the "Value" attribute in the proper way? couldn't find much on this in the documentaion.. -- View this message in context: http://www.nabble.com/Help-on-writing-REG_MULTI_SZ-values-to-registry-tf4156436.html#a11825785 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users