Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-24 Thread Rob Mensching
Well said, Dacian. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fiordean dacian Sent: Wednesday, May 23, 2007 2:00 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using heat.exe as part of an automated build process Scott, Not everything that goes

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-24 Thread Rob Mensching
AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using heat.exe as part of an automated build process Thanks for the heads up. I'll bear that in mind. Presumably, changing the root folder for the files each time would solve this problem then. so sample-v1 sample-v2, etc would fix

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-24 Thread Rob Mensching
-users@lists.sourceforge.net Subject: RE: [WiX-users] Using heat.exe as part of an automated build process Thanks Rob. But the code divination that you speak of is not really what I'm looking for. I'm not looking for some voodoo that will get me out of doing my job, I'm just looking for a way to do

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-24 Thread Rob Mensching
@lists.sourceforge.net Subject: Re: [WiX-users] Using heat.exe as part of an automated build process The problem here is that Microsoft tools are already in the habit of automatic code generation - and they all are designed to produce code for SELF REGISTRATION. The process of self registration

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-23 Thread fiordean dacian
PROTECTED] To: Rob Mensching [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net wix-users@lists.sourceforge.net Sent: Tuesday, May 22, 2007 10:08:59 PM Subject: Re: [WiX-users] Using heat.exe as part of an automated build process The problem here is that Microsoft tools are already in the habit

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-23 Thread Matthew Janulewicz
PM To: Scott Palmer Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using heat.exe as part of an automated build process Scott Palmer wrote: Anyway... I'm just looking for a build process, including creating the installer, that doesn't suck... Just FYI: Saying

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-22 Thread Anthony Wieser
: Mike Dimmick [EMAIL PROTECTED] To: 'Anthony Wieser' [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Sent: Tuesday, May 22, 2007 12:17 AM Subject: RE: [WiX-users] Using heat.exe as part of an automated build process Yes, you're breaking rule 1 of the component rules: a file installed

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-22 Thread Dyson, Peter
After receiving emails from people on this subject asking about our process, I will reply to all publicly here. Unfortunatly my employer 'owns' the code, getting OS in the door is hard enough, getting it out is not an option I am afraid. However for those interested the general methodology

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Yexley, Robert (LNG-CON)
(LNG-CON) Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Using heat.exe as part of an automated build process Heat isn't designed to be used in an automated build process. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Palmer Sent: Friday, May 18, 2007 7:10

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Scott Palmer
But it obviously should be. I hope this can be fixed, since we are stuck with having to deal with all the problems of COM and for some silly reason (I haven't seen a good argument against it yet) SelfReg is not supported and officially broken for dynamically linked DLLs on Vista. Microsoft

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Richard.Foster
Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using heat.exe as part of an automated build process But it obviously should be. I hope this can be fixed, since we are stuck with having to deal with all the problems of COM and for some silly reason (I haven't seen a good

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Bob Arnson
Yexley, Robert (LNG-CON) wrote: Is WiX designed to be used in an automated build process? The WiX tools, of course. The subject of this thread is your setup *authoring*. The code based that it needs to be generated from is a moving target...changes on a ~weekly basis. Because the WiX

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Rob Mensching
, May 21, 2007 6:19 AM To: Rob Mensching; Scott Palmer Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Using heat.exe as part of an automated build process Is WiX designed to be used in an automated build process? If so, is there any guidance anywhere on how to do so? I need

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Yexley, Robert (LNG-CON)
PROTECTED] Sent: Monday, May 21, 2007 1:16 PM To: Yexley, Robert (LNG-CON); Scott Palmer Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Using heat.exe as part of an automated build process WiX is intended to be used in an automated build system. It fits in extremely well with every

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-21 Thread Anthony Wieser
Wieser Software ltd - Original Message - From: Yexley, Robert (LNG-CON) To: Rob Mensching ; Scott Palmer Cc: wix-users@lists.sourceforge.net Sent: Monday, May 21, 2007 8:21 PM Subject: Re: [WiX-users] Using heat.exe as part of an automated build process Thanks Rob. But the code

[WiX-users] Using heat.exe as part of an automated build process

2007-05-18 Thread Yexley, Robert (LNG-CON)
I'm still learning the ins and outs of WiX. I'm working on trying to integrate the generation of an MSI into our automated build process, and was wondering about the possibility of using heat.ext to harvest the files needed for the features and components for the MSI. I've read a few archived

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-18 Thread Scott Palmer
Not exactly. If you use Heat on a COM DLL, Heat inserts PUT-GUID-HERE for the GUID so you can do a search/replace as part of the automated build to keep the GUID correct and always the same for that component. Other issues are with the directory structure that Heat uses and the fact that it's

Re: [WiX-users] Using heat.exe as part of an automated build process

2007-05-18 Thread Rob Mensching
Heat isn’t designed to be used in an automated build process. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Palmer Sent: Friday, May 18, 2007 7:10 PM To: Yexley, Robert (LNG-CON) Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using heat.exe as part