I have the following in my WXS-file for the MSI-project:

...
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Product Id="*" Name="$(var.ProductName)" Language="1033"
Version="$(var.Version)" Manufacturer="Company"
UpgradeCode="$(var.UpgradeCode)">
        <Package InstallerVersion="200" Compressed="yes"
InstallScope="perMachine"/>
        <MajorUpgrade DowngradeErrorMessage="A newer version of
[ProductName] is already installed."/>
...

I wonder how the  [ProductName] connects to the <Product Name=""> -
properyt?
Where is it documented?
I wonder where I can use  [ProductName] instead of my defined variable:
$(var.ProductName)...

Thanks!

//Sam
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&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