Hi All,
I have created MSI using Wix 3.0.
At the installation, I am creating a registry key using "<RegistryKey/>". This 
works all fine. Now the requirement came is to enable "Change" option and edit 
the value of the registry created on installation.
I enabled the "Change", and now if the product is already installed, clicking 
on MSI would take to Change option. 
I tried following to edit the registry key but nothing seem working:
1. Changed the value of property that is used to assign value to registry key 
during installation, using c# custom action.
2. Wrote direct registry editing code in c# custom action.
3. And calling these custom action on "Change" click event.

If anyone can point me to right direction. Where I am going wrong and what 
should be the best way to achieve this.

Any help would be greatly appreciated.
Thanks in Advance.

Thanks
Sachin


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to