Try putting this key in its own component and then set the Permanent='yes'
attribute on the component.

 

Mike Poulson
Network Engineer
Tableau Software

400 North 34th Street, Suite 200
Seattle, WA 98103
206 633 3400 x.556



 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Raghu Kolluru
Sent: Wednesday, March 07, 2007 6:18 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX registry question

 

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