It looks like the documentation doesn't match this could you confirm which is 
correct?

This http://wix.sourceforge.net/manual-wix3/util_xsd_registrysearch.htm says 
that util extension RegistrySearch supports @Format="raw" and mentions 
REG_MULTI_SZ in the @ExpandEnvironmentVariables section but not specifically in 
the Format attribute.

This http://wix.sourceforge.net/manual-wix3/wix_xsd_registrysearch.htm says the 
native RegistrySearch supports @Type="raw" and does include REG_MULTI_SZ in the 
documentation.

Neil

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 19 May 2012 00:40
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error when doing a REG_MULTI_SZ registry search within 
Burn.

On 18-May-12 15:53, Richard Mayes wrote:
> Error 0x80004001: Unsupported registry key value type. Type = '7'
> RegistrySearchValue failed: 'SOFTWARE\Microsoft\Microsoft SQL Server', 
> HRESULT 0x8000400
Like MSI, Burn doesn't support getting the value of a multi-sz string. 
However, if all you want to do is check whether the registry value exists, use 
@Result="exists".

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to