1
vote
2answers
39 views

Heat Harvest Tool Component ID duplication for registry files

I'm running Heat Harvest tool for multiple registry files (45) I have over a loop to generate wxs file. It works well except for 3 files same Component Id is generated. heat reg MyReg.reg -cg ...
1
vote
1answer
54 views

Harvest files from multiple directories in wix with HeatDirectory

So far, I was doing this to harvest files from single directory: <HeatDirectory DirectoryRefId="INSTALLFOLDER" OutputFile="references.wxs" Directory="../MyProject/reference1" ...
1
vote
1answer
60 views

How to create a companion file using WiX's Heat tool

Our build process pulls in .dll's and creates 'policy.*.dll' files and the companion 'policy.*.config' files from them. While looking through WiX's 'dark' output of our MSI, I discovered that the ...
1
vote
1answer
67 views

Removing unwanted nodes from wxs file by applying xslt tranfsormation

I am trying to cleanup wxs file generated by heat.exe by applying xml transformations. Below is an example file output of heat.exe. <?xml version="1.0" encoding="utf-8"?> <Wix ...
0
votes
0answers
50 views

WIX Filter components by pattern and conditions on the components or Custom Action Setting based on Property

Hi I have below sample Components output of Heat.EXE. And was able to create MSI package with all the components.Basically I want filter below files based on the parameter to Installer (like Dev or ...
0
votes
0answers
104 views

Using XSLT Filter some files from Heat output .wxs

have some files which need to be eliminated from .WXS based on given Input of environment like dev,prod which will be passed as a property to Heat.exe. Based on that I need to filter out or remove ...
-1
votes
2answers
151 views

Using XSLT Filter some files from Heat output file based on Environment input

I have some files which need to be eliminated from .WXS based on given Input of environment like dev,prod which will be passed as a property to Heat.exe. Based on that I need to filter out or remove ...
1
vote
1answer
160 views

Using XSLT for modifying .wxs from heat

I would like to use xslt to edit .wxs file which was generated from heat in wix this is components_en_us.wxs <?xml version="1.0" encoding="utf-8"?> <Wix ...
1
vote
1answer
151 views

How can I debug a WIX installation that's not successfully registering one OCX?

I am trying to create an MSI that will place two OCX files in the Program Files (x86) folder as well as register both the OCX files. The first of the two OCX files (which actually makes use of the ...
0
votes
1answer
93 views

How to generate reusable COM registration component with Heat?

I use heat util from the WIX toolset to generate COM registration of a dll. All works fine until there is only one product using that dll. But when this dll was already registered by another product ...
1
vote
0answers
165 views

Wix registry files generated by Heat.exe have local file paths

I have a directory I am successfully harvesting with heat. Heat.exe dir "$(ProjectDir)\..\source\DataInterface" -v -cg DataInterfaceFiles -gg -scom -sreg -sfrag -srd -dr DATAINTERFACEFOLDER -var ...
3
votes
1answer
366 views

Leveraging heat.exe and harvest already localized file names and including them to msi using wix

I have a question whether what i am trying to do is doable, and if the answer is yes how to do it. I am new to the wix and have been doing some reading on how dynamically to include a folder to an ...
0
votes
2answers
327 views

Doesn't heat project support -var param?

I'm having problems using the command "$(WIX)bin\heat.exe" project "$(SolutionDir)\My.project.csproj" -dr FOLDER -cg filesUP -pog:Content -pog:Satellites -gg -g1 -sf -srd -suid -var "var.SourceDir" ...
1
vote
2answers
1k views

COM registration fails: “Automation error: the system cannot find the file specified”, when installing dll into other folder than the tlb file

We have a COM component (let's call it MyLib) developed in VB.NET, for our Access application (let's call it MyApp) to use. In order to do that, we need to do COM registration using the generated ...
5
votes
3answers
5k views

WIX 3.6 Installer - Visual Studio 2010 (HeatDirectory)

I'm working on a WIX 3.6 Installer for a web service. But I've run into an issue when attempting to use a HeatDirectory to harvest all of the necessary output and no matter what I try I get the ...
0
votes
1answer
164 views

Harvesting projects with Heat missing KeyPath

Could someone please educate me as to why, when I harvest a project using 'heat project' command it doesn't set the KeyPath attribute on any of the files? heat project MyApp.csproj -Configuration ...
2
votes
1answer
240 views

How to systematically set “ReadOnly” attribute to files harvested using heat?

I am harvesting a directory using heat, however, I couldnt find an option to set the "ReadOnly" attributes for all files harvest using heat. Does anyone have know any way of doing it in heat?
1
vote
3answers
1k views

How can I exclude SVN files from harvesting with heat (WiX)?

I hate to practically duplicate existing questions, but the supplied answers haven't worked: Here's what my .wxs looks like: <?xml version="1.0" encoding="utf-8"?> <Wix ...
3
votes
1answer
234 views

How to change the generated Directory Id for Wix using heat?

I am using heat to generated wix files for multiple directories. However, it seems like if Directory A and Directory B has the same folder name, even though the absolute path is different, heat still ...
3
votes
2answers
1k views

heat generated files are not able to find SourceDir directory

I am running heat to generate a wxs file. The code are as follows. I want to add all the files from dir.prompts to the wxs file in the installer. And I added this to be a part of the automated build ...
1
vote
1answer
146 views

WiX HEAT errors out when processing INI file

I'm trying to use heat.exe (version 3.5.2519.0) to harvest a directory, which contains about 100 files and a few subdirectories. My command looks something like this... heat.exe dir ...
0
votes
1answer
219 views

Wix heat.exe generating incorrect fragment for context menu dll in Windows 7 32-bit application

So we've got this 32-bit software package that is installed on both Win XP and Win 7 machines. The current issue that I'm looking at is that when installing part of the package, registry values are ...
1
vote
0answers
280 views

.NET COM Interop deployment with Wix failing

I'm developing a .NET BandObject toolbar for Internet Explorer. I'm working off the sample at CodeProject ( http://www.codeproject.com/KB/cs/Issuewithbandobjects.aspx ) and everything was working ...
3
votes
1answer
1k views

WiX (Votive) Project Reference Harvesting (HEAT) an ASP.Net Web Application

What I'm Doing I have an ASP.Net Web Application and a WiX Setup Project in Visual Studio 2010. I can explicitly harvest the web application with the following HEAT command set as a pre-build event ...
2
votes
1answer
460 views

In WXS, how to I refer to a file that is installed via a different component?

This question refers to output from heat.exe. I'm trying to do "the right thing" with respect to registering some .NET assemblies for COM interop in the MSI. Regasm.exe is the wrong thing. ...
1
vote
2answers
1k views

wix - Copy an entire directory and all of its contents

My wix installer needs the contents of a directory to be copied to a destination folder. I understand that the Directory element has a FileSource attrib. I tried something like this: <DirectoryRef ...
6
votes
4answers
799 views

Ignoring .svn directories with Wix Heat?

I'm using the Heat tool to generate Wix markup to include a large number of files and folders in my setup. This was working fine, but I just realized that since I added the source folder to my ...
2
votes
1answer
915 views

Setting directory of ComponentGroupRef in Wix?

I have used the Heat tool to generate a wxs file based on a folder whose contents I want to install. This gives me a large file like this: <?xml version="1.0" encoding="utf-8"?> <Wix ...
1
vote
1answer
465 views

Controlling Codebase registry entries in heat-generated WiX fragments

I have a .NET 4.0 assembly that needs to be made COM-visible during installation. I'm using WiX (version 3.5), so generating a WiX fragment with heat is the logical option. This works fine, except no ...
1
vote
1answer
382 views

Harvest a native (x86 or x64) COM Dll's registration information with WIX Heat (v3.5, v3.6)?

I looked around as much as possible, and have not been able to find any conclusive answers. I have a new C++/ATL DLL (x86 and x64) that I'd like to include in an installer and was hoping Heat.exe ...
4
votes
1answer
657 views

heat.exe autogenerating file fragments - every build?

I'm using heat.exe to generate WiX file fragments. I've done this via adding a post build step to my web site project in visual studio, such that every time a build is done, any new files in the web ...
3
votes
1answer
778 views

Copying directory structure using wix

So I have a huge file structure which I want the installer, I am building using wix, to copy on the client location. Currently I am typing it out like: <Directory Id="xyz" Name = "abc FileSource ...
1
vote
1answer
452 views

wix - heat.exe generate an id of directory

by heat was generated code like <DirectoryRef Id="TARGETDIR"> <Directory Id="dir77AA1A0808D9092357CFE6C2BECDEE70" Name="files" /> please, tell what is this strange Id of ...
2
votes
1answer
243 views

heat.exe 1600 components per feature limit

I've used WIX's heat.exe and got 2100 components and got a warning that Windows Installer is constrained to have maximum of 1600 components per feature. I understand that I might stick many files into ...
1
vote
1answer
569 views

Generating ComponentGroups of ComponentRefs

So, I'm trying to use heat to generate fragments for the files in my project. Looking at files I generated in the past, and various WiX articles from around the net, I see that I have Fragments of ...
6
votes
1answer
2k views

Wix Directory Problems

I have two questions about the directories with using fragments in Windows Installer XML. I got this fragment file from the heat.exe: <?xml version="1.0" encoding="utf-8"?> <Wix ...
1
vote
1answer
547 views

Wix - How to automate call to Heat on DLL file to receive regasm information

In order to simulate the "regasm file.dll /codebase" execution during Install, we run Heat.exe on the file.dll we want to add to registry. Then we add the generated content to our installer.wxs file, ...
1
vote
1answer
164 views

Do all the components defined in a wix project get included in a final msi?

When using Heat to auto generate it seems to create a whole bunch more components than what we want to actually ship. For instance, Have a service that needs to be installed, so we want to do service ...
0
votes
1answer
656 views

Setting keypath when automatically harvesting a project using Votive

I'm using the project reference feature of WiX to harvest a project automatically using Heat. This is particularly useful since the WiX installer is being built both locally and on a TFS2010 build ...
13
votes
2answers
2k views

How can I exclude files from harvesting a folder with heat (WiX 3.5)?

I would like to harvest a folder with a lot of files by using heat.exe. But instead of harvesting all files, I would like to exclude specific file extensions like "*.txt" or something like that. How ...
1
vote
2answers
2k views

using wix to register .Net assembly marked for COM interop

I've got a vanilla .net class library which contains some types which are [ComVisible] and the assembly itself is marked "Register for COM Interop". I'm trying to build a WIX installer for the app ...
2
votes
7answers
886 views

How do I fix a HEAT5301 error with WiX 3.5.1811.0

My project, which used to build fine with WiX 3.0, now fails with heat.exe : error HEAT5301: Invalid project output group: Binaries3bSources3bSatellites%3bDocuments. I found this ...
2
votes
1answer
1k views

Adding shortcut for WiX file in a different fragment

I'm using heat.exe to generate fragments similar to this: <Fragment> <DirectoryRef Id="INSTALLDIR"> <Component Id="id1" Guid="*"> <File Id="fid1" KeyPath="yes" ...
5
votes
2answers
2k views

Wix - how to handle project references when using heat's output with candle?

I'm trying to use heat on a web .csproj, and then use candle on the output. So far, I've done: heat project "StatusReport Web.csproj" -pog:Binaries pog:Content -ag -out StatusReport.wxs And then: ...
4
votes
1answer
817 views

Does the WIX heat utility work with Visual C++ projects?

I am just starting to use Wix and would like to use heat to extract the outputs from my Visual C++ projects to source Wix files. This seems to work great for my C# projects, however, whenever I run ...
1
vote
1answer
321 views

“Bad Image” problem with Heat in Wix 3.0 with typelibs

When using heat (from Wix 3.0.4805.0) to generate Wix documents off of a typelib that's generated by Visual Studio, I have been getting an error. A window pops up that says: 'heat.exe - Bad ...