Re: [WiX-users] Registry values are not updated during "Change"

2009-04-07 Thread Natalia
I found the solution. Using Reinstall and ReinstallMode control events did the trick: -- 1 1 -- (these events are tied to a PushButton control) -- View this message in context: http://n2.nabble.com/Registry-values-are-not-updated-during-%22Change%22-tp2592315p2599464.html Sent from the wix-u

Re: [WiX-users] Registry values are not updated during "Change"

2009-04-06 Thread Vishal Nahar
i dnt know whether ur method wrks or nt. but i found out a way tat is write a wix localization file in which you can define the values of the strings in http://wix.cvs.sourceforge.net/*checkout*/wix/wix/src/ext/UIExtension/wixlib/WixUI_en-us.wxland add this file in ur project as in this acrticle ht

Re: [WiX-users] Registry values are not updated during "Change"

2009-04-06 Thread Natalia Gladkova
I found the similar discussion and it helped me to solve this. The solution for this problem is the following: I added the component writing the registry values to a separate feature, RegistryFeature. And then I added the following code: -- -- Best regards, Natalia Gladkova

Re: [WiX-users] Registry values are not updated during "Change"

2009-04-06 Thread Natalia Gladkova
Installer XML toolset. Subject: Re: [WiX-users] Registry values are not updated during "Change" Hi Natalia, tried setting transitive=yes for the parent component(s)? Kind regards, Hans On Mon, April 6, 2009 12:12, Natalia wrote: > > Hello all, > > I'm storing ins

Re: [WiX-users] Registry values are not updated during "Change"

2009-04-06 Thread post
Hi Natalia, tried setting transitive=yes for the parent component(s)? Kind regards, Hans On Mon, April 6, 2009 12:12, Natalia wrote: > > Hello all, > > I'm storing installation parameters in the registry. > > The code is the following: > > -- > > >Key='SOFTWARE\MyAppli

[WiX-users] Registry values are not updated during "Change"

2009-04-06 Thread Natalia
Hello all, I'm storing installation parameters in the registry. The code is the following: -- -- All works as I expected it to while installing and uninstalling. But if I choose "Change" mode on the "MaintenanceType" dialog an