I am not understanding examples on how to set a bundle version from the version 
of an exe file.

I did so very simply in my msi as shown below:

  <?define Version="!(bind.FileVersion.MainExe)" ?>
  <?define Product="Varoom" ?>
  <?define Company="Fastcom" ?>
  <?define UpgradeCode="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx" ?>

  <Product Id="*"
    UpgradeCode="$(var.UpgradeCode)"
    Language="1033"
    Name="$(var.Product) $(var.Version)"
    Version="$(var.Version)"
    Manufacturer="$(var.Company)">
    ...

  </Product>



  <Fragment>

    ...

    <Component Id="MainExe" Guid="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx">

      <File Id="MainExe" Source="Speedy.exe">

        ...

      </File>

    </Component>

  </Fragment>



But can't figure out how to do the same for a Bundle that contains my msi.


________________________________

NOTICE: The information contained in this electronic mail transmission is 
intended by Applied Vision Corporation and its affiliates for the sole use of 
the named individual or entity to which it is directed, and may contain 
confidential information and/or trade secrets. This electronic mail is not 
intended for transmission to, or receipt by, anyone other than the named 
addressee (or a person authorized to deliver it to the named addressee). This 
electronic mail should not be copied or forwarded to any unauthorized persons. 
If you have received this electronic mail transmission in error, please delete 
it from your system without copying or forwarding it, and notify the sender of 
the error by reply email or by calling Applied Vision Corporation at 
330.926.2222, so that our address record can be corrected.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to