Hi Dave,

http://wix.sourceforge.net/manual-wix3/wix_xsd_product.htm

The Id attribute of the Product element... It's the third line in
every single one of my WiX projects :)

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Product Id="$(var.Property_ProductCode)" ....


Sascha

On Fri, Oct 16, 2009 at 2:38 PM, Dave Kolb <d...@dotnetcodeslingers.com> wrote:
> I understand "Product/@Id" is an XPath fragment but where is such syntax
> used in conjunction with wix? I could find no such usage in any wix or
> project files that I am using. Just trying to understand what you are
> talking about. Thanks, Dave
>
> <snip>
>
> Currently for our main product I'm using two Product/@Id with each
> release - one for x86 and one for x64. However I'm using the *same*
> Product/@Id and Upgrade/@Id for the 6 different languages we ship.
>
> <snip>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to