Bugs item #1681505, was opened at 2007-03-15 07:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1681505&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Kelly Hollis (kellyhpdx) Assigned to: Nobody/Anonymous (nobody) Summary: REG_MULTI_SZ RegistrySearch causes errors during MSI install Initial Comment: When a RegistrySearch element is reading a REG_MULTI_SZ, the resulting MSI fails to install to the location specified during feature customization, and will not uninstall via the Remove button. For instance, if the registry contains the key: HKLM\Software\TestWix\MyMultiString with values "Test1" and "Test2", the search <RegistrySearch Id="mymulti" Root="HKLM" Key="SOFTWARE\TestWix" Name="MyMultiString" Type="raw" /> will cause the installer to exhibit the problems mentioned above. Attached is a zip file with a sample project that demonstrates these problems. Changing the registry search to look at a REG_SZ key instead causes the problems to disappear. This was tested using version 3.0.2712.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1681505&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
