On 28-Jul-14 08:51, Chetan Dabade wrote:
> i scanned my whole machine but couldn't find file "*Common.wxs*" and in
> addition under Installer.wxs file there is a variable declared as:
>
>
> *<WixVariable Id="WixUICostingPopupOptOut" Value="1" Overridable="yes" />*
>   while googling i found the above mentioned error
>
> http://www.joyofsetup.com/2010/05/20/its-time-to-experiment/
>
> and Bob has addressed on how to avoid the issue :
>
> http://www.joyofsetup.com/2010/05/28/experimental-results-part-i/
>
> http://www.joyofsetup.com/2010/10/09/experimental-results-part-ii/
>
> The above mentioned bug has been addressed in Wix version 3.5/3.6, i have
> installed Wix 3.8 (3.8.1128.0)
As I said at 
http://www.joyofsetup.com/2010/10/09/experimental-results-part-ii/:

If you've built a customized dialog set, remove the 
WixUICostingPopupOptOut WiX variable definition from your dialog set 
fragment or you're likely to get an error message at link time:

    The Windows Installer XML variable 'WixUICostingPopupOptOut' is
    declared in more than one location.  Please remove one of the
    declarations.

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

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to