Ed Russell wrote:
> I might be being stupid here - I have a component element which I use to
> update a number of registry settings based on inputs into a dialog
> during an install.  I've put it in it's own Feature which all seems to
> work fine on the main install... 
>
> Now I want users to be able to re-run the install, select the "Change"
> option, update these values and have them re-written into the
> registry...  But it doesn't seem to want to do anything... Am I missing
> anything obvious?  Or is this how the Installer Change behaviour works?
>   
A modify/change operation lets users choose different sets of features 
to install. It doesn't reinstall everything, which is the problem you're 
running into. Your component is installed so the only thing a change 
operation can do is remove it.

-- 
sig://boB
http://bobs.org



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

Reply via email to