[WiX-users] Using Heat to harvest by both project and dir and outputs going to same directory

2014-03-11 Thread bruce
I am struggling with best technique to take output from each heat harvest session in pre-build in VS2012. The application associated dlls go into the same directory as the executable as well as large directory structure from application content. Sorry, the email client doesn't support the tabbi

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-10 Thread Brian Rogers
gt; > > level of the children of installdir and leaving the others unless you > > start > > > creating some of them as well). > > > > > > If you have files in installdir as well as the above subdirs you will > > need > > > to also declare a DirectoryRe

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-10 Thread Kyle Huey
well as the above subdirs you will > need > > to also declare a DirectoryRef for that directory so that the fragment(s) > > from heat can be linked into your wixlibs. The only directories you have > to > > transform/manually deal with are those that are in common. Th

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-09 Thread Brian Rogers
> transform/manually deal with are those that are in common. The above lets > you simply harvest the unique directories as they are laid out without > having to manually deal with them. > > -----Original Message- > From: Kyle Huey [mailto:ksh...@ufl.edu] > Sent: Friday, Janu

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-08 Thread Blair
arvest the unique directories as they are laid out without having to manually deal with them. -Original Message- From: Kyle Huey [mailto:ksh...@ufl.edu] Sent: Friday, January 08, 2010 5:48 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Using Heat mult

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-08 Thread Kyle Huey
ent: Friday, January 08, 2010 7:09 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Using Heat multiple times => Duplicate symbols > > Hello all, > > I am using heat to generate the source for two .wixlibs which are lighted > together with some other pieces to

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-08 Thread Blair
How about using XSLT to change the into in the localized wixlib's wxs file from heat? -Original Message- From: Kyle Huey [mailto:ksh...@ufl.edu] Sent: Friday, January 08, 2010 7:09 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Using Heat multiple times => D

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-08 Thread Zachary Young
Hi Kyle, What about using the XSLT to change the duplicate elements to elements, and define the directory structure once, in another file? I do something like this when I first create a setup project--I do not use HEAT dynamically at build time. I like to have the directory structure laid out i

[WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-08 Thread Kyle Huey
Hello all, I am using heat to generate the source for two .wixlibs which are lighted together with some other pieces to form my final MSI. Heat is used on two different directories at build time. One of these directories holds all of my language specific files "/localized/" and the other holds a

Re: [WiX-users] using heat

2008-11-23 Thread Rob Mensching
Can you provide suggestions how to make it clearer? -Original Message- From: Sean Farrow [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2008 01:04 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] using heat Hi: I haven't as yet, the

Re: [WiX-users] using heat

2008-11-23 Thread Sean Farrow
s, This is exactly what I needed! Sean. -Original Message- From: Chad Miles [mailto:[EMAIL PROTECTED] Sent: 23 November 2008 09:19 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] using heat heat.exe dir -out output.wxs is this what you're goin

Re: [WiX-users] using heat

2008-11-23 Thread Chad Miles
Message- > From: Rob Mensching [mailto:[EMAIL PROTECTED] > Sent: 23 November 2008 08:56 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] using heat > > What have you tried so far? > > -Original Message- > From: Sean Farro

Re: [WiX-users] using heat

2008-11-23 Thread Sean Farrow
Hi: I haven't as yet, the usage instructions aren't as clear as they could be1 Cheers Sean. -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 23 November 2008 08:56 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] using

Re: [WiX-users] using heat

2008-11-23 Thread Rob Mensching
What have you tried so far? -Original Message- From: Sean Farrow [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2008 23:48 To: wix-users@lists.sourceforge.net Subject: [WiX-users] using heat Hi: I have a series of directories containing files I need to add to a .wxs file. How can

[WiX-users] using heat

2008-11-22 Thread Sean Farrow
Hi: I have a series of directories containing files I need to add to a .wxs file. How can I use heat to do this? Cheers Sean. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Lin

[WiX-users] Using Heat to Generate COM Interop registration code

2008-11-04 Thread Meineck, Dan
Hi there, I have used heat to generate the XML code to register a COM interop assembly. The problem is when compiling in Visual Studio using Votive on WIX3 I get the error: "The Class/@Server attribute was not found" When inspecting the XML, there is as suggested no Server attribute

Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.

2006-08-30 Thread Derek Cicerone
PROTECTED] Sent: Wednesday, August 30, 2006 11:41 AM To: [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.   Yesin this case, it's used as the unmanaged > managed code in

Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.

2006-08-30 Thread Brad Davis
ilto:[EMAIL PROTECTED]] Sent: Wednesday, August 30, 2006 6:59 AM To: [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.   As of last week's release, .tlb files didn't work eithe

Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.

2006-08-30 Thread Derek Cicerone
:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 6:59 AM To: [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.   As of last week's release, .tlb files didn't work either.

Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.

2006-08-30 Thread Brad Davis
should be in the next WiX 3.0 release.   Derek   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ali-Akber Saifee Sent: Wednesday, August 30, 2006 2:00 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] using heat to harvest COM objects that do not have the '.d

Re: [WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.

2006-08-30 Thread Derek Cicerone
Hehe, alright, I just fixed it.  This should be in the next WiX 3.0 release.   Derek   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ali-Akber Saifee Sent: Wednesday, August 30, 2006 2:00 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] using heat to

[WiX-users] using heat to harvest COM objects that do not have the '.dll' extension.

2006-08-30 Thread Ali-Akber Saifee
Some of my installation components use DirectShow filters... (*.ax files).. when i try to harvest them with heat the class information + registry information is not extracted. I suspect this is due to a wildcard filter which is not classifying .ax files as possible candidates for COM objects... i t