The heat tag has no wiki summary.
1
vote
2answers
38 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" ...
0
votes
0answers
22 views
Use AWS::ElasticLoadBalancing::LoadBalancer behind Proxy
We are currently setting up a private Cloud by using Heat in combination with Openstack. But we are struggling with the "AWS::ElasticLoadBalancing::LoadBalancer"-Resource when setting up a ...
1
vote
1answer
164 views
heat transfer for spherical coordinates using matlab
I want to apply heat transfer ( heat conduction and convection) for a hemisphere. It is a transient homogeneous heat transfer in spherical coordinates. There is no heat generation. Boundary conditions ...
0
votes
1answer
128 views
Matlab: Timestep stability in a 1D heat diffusion model
I have a 1D heat diffusion code in Matlab which I was using on a timescale of 10s of years and I am now trying to use the same code to work on a scale of millions of years. Obviously if I keep my ...
2
votes
0answers
79 views
Using AWS-Cloudformatting-Resources with Heat & Openstack in a local cloud?
We have set up a local cloud-environment with Openstack (essex) and Heat. But we are confronted with the Problem that we want to add additional files/packages on first boot of an Instance. As far as I ...
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
66 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 ...
-2
votes
1answer
144 views
iOS body temperature gauge? [closed]
I see a lot of different app store apps that claim to accurately measure your body temperature by placing your thumb on the screen. but i cant see to find any information or sample code anywhere on ...
2
votes
1answer
103 views
calculate integration in matlab for environmental physics data series
The following diagram is a schematic of a lake, and the equation illustrates how to calculate the effective heat flux of a lake.
where S is a vector of surface fluxes, q is short wave radiation, h ...
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
224 views
Optimising an 1D heat equation using SIMD
I am using a CFD code (for computational fluid dynamic). I recently had the chance to see Intel Compiler using SSE in one of my loops, adding a nearly 2x factor to computation performances in this ...
1
vote
1answer
97 views
html5 and heat sensors
I'm new to html5 programming and was thinking of building an html5 app for iphone. I was wondering if there was any information in the API about sensing temperature on touch in the api? My app depends ...
3
votes
1answer
365 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
326 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" ...
2
votes
1answer
2k views
gnuplot heat map color range
I have some X Y Z data in a file and I'm using gnuplot to display it.
I am creating a heat map, ie. a 2D plot where the Z value is presented using color.
Right now I'm using the following script:
set ...
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 ...
1
vote
3answers
1k views
Creating a continuous heat map in R
I have a series of x and y coordinates that each have a distance attached to them. I would like to create a heat map that displays the average distance for every point within the x and y ranges as a ...
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 ...
2
votes
1answer
536 views
registering com dll in wix
If not self registering. then how do we perform the COM dll registering while installation using WIX?
As per 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
233 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
798 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
381 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 ...
6
votes
3answers
315 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 ...
4
votes
1answer
656 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 ...
0
votes
2answers
2k 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 ...
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
568 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 ...
2
votes
2answers
421 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 ...


