ricky sundrani wrote:
> I have a component whose purpose is to modify the machine.config file. What
> it does is add a new line to machine.config using XmlConfig element.
> But when i clicked on the repair button for repair, the component described
> above is called again i.e the line which was added to machine.config is
> added again.
> So i decided on using a registrykey and registry value as a component
> keypath that would aid during the repair process..
>   

If your REINSTALLMODE property contains "m" then all registry values are 
rewritten and so your component will get installed again. Use VerifyPath 
in your XmlConfig to prevent double entries.

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



------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to