Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
933 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 ...
5
votes
3answers
161 views

Possibilities to reduce power consumption with cocos2d apps

I made a board game with includes just some little animations. I reduced the fps from 60 to 30 to reduce the processor load. But the device still gets very warm. Another application made without ...
5
votes
4answers
2k views

WiX(v3): Harvesting a .csproj with heat.exe in vs2008?

The Question Newly initiated into WiX, I researched and found that v3 uses a tool (heat.exe) to "harvest" information into WiX fragments. I have managed to stumble about and find information on this ...
4
votes
4answers
226 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 ...
4
votes
3answers
562 views

How to put black borders in heatmap in R

Hi I created a heatmap in R using "heatmap.plus" which is shown in the link http://i.stack.imgur.com/hizBf.jpg but I need the heat map to look like the heatmap shown in below link which was created ...
4
votes
2answers
1k 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
643 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 ...
3
votes
1answer
223 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
594 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 ...
3
votes
2answers
2k views

WiX 3: Using heat.exe to add bulk files to a new WiX project: HEAT5150

If this is a repeat question, please direct me to the existing solution. I wasn't able to find a matching query. We currently use InstallShield. I'm attempting to covert a project with 407 files to a ...
2
votes
1answer
32 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?
2
votes
1answer
339 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
118 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. ...
2
votes
1answer
128 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 ...
2
votes
2answers
258 views

Creating Spectral Heat maps or Intensity maps from CDIP data using Ruby

BACKGROUND Per the Coastal Information Data Program (CDIP), they are generating a spectral heat/intensity map for wave swell at ...
2
votes
6answers
485 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
656 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" ...
1
vote
1answer
67 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
44 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 ...
1
vote
2answers
219 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 ...
1
vote
1answer
176 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
183 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
154 views

Q: 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 ...
1
vote
1answer
246 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
235 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 ...
1
vote
1answer
189 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 ...
1
vote
2answers
853 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 ...
0
votes
0answers
23 views

Simulink S-function for temperature variation

I need to write an S-function to simulate the temperature variation problem in a heated metal rod. The equation that governs this process is the heat equation (a PDE), but I don't know how to write it ...
0
votes
0answers
30 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 ...
0
votes
0answers
81 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 ...
0
votes
0answers
86 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 ...
0
votes
2answers
349 views

How to improve performance of SQL MERGE statement

I have a job that I am currenlty running to sync data between two databases on different internal servers. The one server is the backend database for the HEAT product from FrontRange. The second is ...
0
votes
1answer
332 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, ...
0
votes
1answer
83 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
362 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 ...
0
votes
1answer
265 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 ...
-1
votes
2answers
57 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 ...