I want to modify a registry value on install and ignore doing anything on 
uninstall. Apparently that is not possible when I use the Action="write". This 
is removing the key value on uninstall which I don't want. Any help?

                <Registry Root="HKLM" Key="Software\Microsoft\Shared Tools\Web 
Server Extensions\12.0\Search\Global\Gathering Manager">
                    <Registry
                        Name="IgnoreWSSLocalGroups"
                        Action="write"
                        Type="integer"
                        Value="[SEARCHSERVER.REGVALUE.IGNOREWSSLOCALGROUPS]" />
                </Registry>

Thanks
Raghu
-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to