79f6ce50fbf17...@na-exmsg-c102.redmond.corp.microsoft.com> 
<af38fcb0e23090498ef4e0fe7b1cd59c07114...@lqmmaexc.liquidmachines.com>
In-Reply-To: 
<af38fcb0e23090498ef4e0fe7b1cd59c07114...@lqmmaexc.liquidmachines.com>
Subject: RE: [WiX-users] WIX 3 - Suggestions
Date: Wed, 31 Dec 2008 07:18:00 -0600
Message-ID: <000601c96b4a$34d0f070$9e72d1...@com>
MIME-Version: 1.0
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AclqrPgf4n5IkoT4TQe3iDMuGLr4tQAAF3AAAAAdOnAAAkaSgAAkXEeA
Content-Language: en-us


Jeremy,

When I run heat against a directory structure that contains two files with
the same name (in separate directories), it automatically adds to the
File/@Id wrapped Component/@Id with a "_1", "_2", etc. suffix.

-Ryan

-----Original Message-----
From: Jeremy Lew [mailto:j...@liquidmachines.com] 
Sent: Tuesday, December 30, 2008 1:50 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX 3 - Suggestions

My reason is not to harvest into a single output file, but to make the
harvester aware of both of all the file and directory names it is
harvesting at one, so that (for instance) if I have two "web.config"
files in the two different web applications, their Ids do not collide.
Since Heat seems to use the filename as the File/@Id attribute, this
would be a problem if I ran it twice on two separate webapp directory
structures.

Anyway, my installer is not really required to support minor upgrades or
patches, so this is academic for me, I'm just trying to get a better
sense of what's going on under the covers.  Since the VS team has
committed to integrating Wix into VS10, any chance they will be adding
resources to work on things like this?

Thanks,
Jeremy

-----Original Message-----
From: Rob Mensching [mailto:rob.mensch...@microsoft.com] 
Sent: Tuesday, December 30, 2008 1:42 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX 3 - Suggestions

Why do you want to harvest to separate directory structures into one
output file?  Use smaller files (Fragments), make your setup code
manageable.

Even if there is a good reason (you probably have one), as I noted
before: there is no owner for heat today.  It hasn't advanced since
Derek put the initial 3 months of dev effort into it.  Lots of bugs and
feature requests sit idle against heat.

-----Original Message-----
From: Jeremy Lew [mailto:j...@liquidmachines.com]
Sent: Tuesday, December 30, 2008 10:36
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX 3 - Suggestions

That's true if you can get away with running heat only once.  Can heat
be told to harvest two separate directory structures into one output
file?

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Tuesday, December 30, 2008 1:03 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WIX 3 - Suggestions

Jeremy Lew wrote:
> Well, I was talking about the Id values not the Guid values.  They
need
> to be unique as well, no?  Or only within their directory?
>

Heat should already be generating unique (though *not *stable) IDs when
there are multiple files with the same name in different directories.

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

------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to