Re: [WiX-users] Heat + Harvesting a 64bit COM component

2013-07-01 Thread Hoover, Jacob
to get the toolset to do this natively. -Original Message- From: Jason Stephenson [mailto:jason.stephen...@it2tms.com] Sent: Monday, July 01, 2013 7:18 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat + Harvesting a 64bit COM component Hi All, Hopefully this is the

[WiX-users] Heat + Harvesting a 64bit COM component

2013-07-01 Thread Jason Stephenson
Hi All, Hopefully this is the correct place to post this.. I've currently got a 64bit win32 com component that requires registering via regsvr32.exe I've been reading that the correct way to use this in WIX is using heat.exe to extract what will end up in the registry and including that in my

Re: [WiX-users] Heat-harvesting with subfolder in the -Source atribute

2013-02-07 Thread Yawar Khan
There are number of ways of achieving results results. 1) As told by Gabriel 2) Don't include -srd switch to harvest root directory as element. 3) use -var in Heat and -d in candle. e.g for 3 heat.exe dir "$(SolutionDir)MyProject\MyDirectory" -ag -sfrag -srd -var "var.MyProjectDir" -out $(ProjectD

Re: [WiX-users] Heat-harvesting with subfolder in the -Source atribute

2013-02-06 Thread Gabriel Ivanes
Hi, And with this : *heat.exe dir "$(SolutionDir)MyProject" -ag -sfrag -srd -var "var.MyProject.ProjectDir" -out $(ProjectDir)HarvestedFiles.wxs"* Or you could add a subdir "Sources" in your SolutionDir : C:\\SolutionDir\MyProject\Sources\MyDirectory *heat.exe dir "$(SolutionDir)MyProject

[WiX-users] Heat-harvesting with subfolder in the -Source atribute

2013-02-06 Thread Sam Boman
Hi, I have a project structure which is like this: *C:\\SolutionDir\MyProject\MyDirectory* In a pre-build event I use this: *heat.exe dir "$(SolutionDir)MyProject\MyDirectory" -ag -sfrag -srd -var "var.MyProject.ProjectDir" -out $(ProjectDir)HarvestedFiles.wxs"* The output in HarvestedFiles

Re: [WiX-users] Heat - harvesting COM registry entries for componentswith dependencies

2011-03-12 Thread Rob Mensching
10, 2011 10:17 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Heat - harvesting COM registry entries for > componentswith dependencies > > > Does anyone have a fix or workaround for registering COM components > that are dependent upon other type libraries being

Re: [WiX-users] Heat - harvesting COM registry entries for componentswith dependencies

2011-03-11 Thread Hoover, Jacob
-Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Thursday, March 10, 2011 10:17 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat - harvesting COM registry entries for componentswith dependencies Does anyone have a fix or workaround for

[WiX-users] Heat - harvesting COM registry entries for components with dependencies

2011-03-10 Thread Hoover, Jacob
Does anyone have a fix or workaround for registering COM components that are dependent upon other type libraries being registered? Due to the way heat is harvesting (via registry redirection) the changes, the other components will not be available. About the only thing I can think of is to add a

Re: [WiX-users] Heat harvesting

2010-11-22 Thread Rob Mensching
atid=642714<http://sourceforge.net/tracker/index.php?func=detail&aid=2998492&group_id=105970&atid=642714> > . > > Neil > > -Original Message- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] > Sent: 19 November 2010 16:54 > To: 'G

Re: [WiX-users] Heat harvesting

2010-11-19 Thread Neil Sleightholm
ovember 2010 16:54 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] Heat harvesting Hello all, This must have been asked S many times, but anyway here I go... WHY doesn't Heat harvest assemblies used by referenced projects within Visual Studio?

[WiX-users] Heat harvesting

2010-11-19 Thread Stelios Kyprou
Hello all, This must have been asked S many times, but anyway here I go... WHY doesn't Heat harvest assemblies used by referenced projects within Visual Studio? Are there valid reasons? I tried finding some on the web with no success. I am using 3.5.2312.0 Thanks in advance, Shtel ---

Re: [WiX-users] Heat harvesting and fragment/component generation.

2010-04-01 Thread Brian Rogers
e- > From: Tency Kuruvilla [mailto:tency.kuruvi...@kcs.com.kw] > Sent: 31 March 2010 12:04 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Heat harvesting and fragment/component generation. > > try > > heat.exe -out sourceFile.wx

Re: [WiX-users] Heat harvesting and fragment/component generation.

2010-03-31 Thread Richard Horsley
] Sent: 31 March 2010 12:04 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Heat harvesting and fragment/component generation. try heat.exe -out sourceFile.wxs Supported harvesting types: dir harvest a directory file harvest a file project

Re: [WiX-users] Heat harvesting and fragment/component generation.

2010-03-31 Thread Tency Kuruvilla
Wed 3/31/2010 1:46 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat harvesting and fragment/component generation. Previously, I have created installers in WiX by hand-writing the .wxs files myself, but I now have a fairly large folder structure (with lots of subfolders) to put

Re: [WiX-users] Heat harvesting and fragment/component generation.

2010-03-31 Thread Richard Horsley
31 March 2010 11:46 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat harvesting and fragment/component generation. Previously, I have created installers in WiX by hand-writing the .wxs files myself, but I now have a fairly large folder structure (with lots of subfolders) to put into

[WiX-users] Heat harvesting and fragment/component generation.

2010-03-31 Thread Richard Horsley
Previously, I have created installers in WiX by hand-writing the .wxs files myself, but I now have a fairly large folder structure (with lots of subfolders) to put into an installer, and I am trying to use heat.exe to harvest this for me. However the harvested file seems unnecessarily messy. Is

Re: [WiX-users] Heat harvesting directories without registry entries

2007-05-09 Thread Bob Arnson
Budnik, Christof (SCR US EXT) wrote: + I am also wondering if there isn't an option to prevent "heat" from generating such tags and deals with .dlls in the same way it does with other files. Not currently. If not, how should the generated file be used without editing it? In general, heat i

[WiX-users] Heat harvesting directories without registry entries

2007-05-09 Thread Budnik, Christof (SCR US EXT)
Hi, I am using heat.exe to generate from each file in a specified folder a proper component fragment which will be referenced afterwards. Unfortunately, heat always generates for each .dll also a , and a lot of tags which result in the following error message while building: "The Class/@Server