Hi Sascha, I also do that same exact thing since I use the same .wxs file
for x64 and x86 and define unique product codes for each but was wondering
where exactly you were using/seeing that xpath syntax fragment of
"Product/@Id" which is different than the 3rd line of what you just listed
which is the syntax I would expect in an .xls file. - Dave

-----Original Message-----
From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] 
Sent: Thursday, October 15, 2009 11:56 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] When to change Product/@Id (ProductCode)? - two
editions of the same product.

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


------------------------------------------------------------------------------
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