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
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg04249.html

On Mon, Apr 6, 2009 at 7:23 PM, Natalia Gladkova <
natalia.gladk...@arcadia.spb.ru> wrote:

> 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:
>
> --
> <CustomAction Id="SetREINSTALL" Property="REINSTALL"
> Value="RegistryFeature"
> />
>
> <InstallUISequence>
>        <Custom Action="SetREINSTALL"
> Before="CostInitialize"><![CDATA[Installed AND NOT (REMOVE ~= "ALL") AND
> NOT
> REINSTALL]]></Custom>
> </InstallExecuteSequence>
> --
>
> Best regards,
> Natalia Gladkova
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to