Heat is a harvesting tool that creates .wxs files that can be used to create an installer.
Questions tagged [heat]
269 questions
0
votes
1 answer
Using heat.exe tool output file in setup project
I generate setup file list using heat.exe but I can't find out how I can use it in my wix setup project.
Can I import output file to my setup project?

user1928388
- 203
- 2
- 4
- 10
0
votes
1 answer
Solve heat balance equations in discrete time
I want to solve heat balance in discrete time within 2 or 3 offices using system of differential equations in Matlab. Therefore, I set up following…

nikola23
- 3
- 1
0
votes
1 answer
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 Loadbalancer with Heat because this Resource-Type has no…

heinkunibert
- 361
- 2
- 5
- 15
0
votes
2 answers
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 timestep the same this will take ages to calculate…

Alexander Peace
- 113
- 2
- 14
0
votes
0 answers
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 Prod or UAT or TEST) during Installation.
ie…

Chat
- 185
- 1
- 5
- 15
0
votes
1 answer
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 or is used by later-installed products,…

Sasha
- 8,537
- 4
- 49
- 76
-1
votes
1 answer
Openstack stack stuck in deletion
Tried stack deletion but it is failed to delete the stack. And I have removed the some of testvm's manually before deleting the stack.
When I checked the test_resource it is in Delete failed status. So that the stack got struck in delete.
Could you…

Beginner
- 77
- 1
- 9
-1
votes
2 answers
Why does the temperature "T" not change when I change total time "t" for 2D transient heat conduction using explicit FDM?
I have the following code for a rectangular plate of copper with 0.2 mm thickness and 25 mm width. It is actually irradiated with a laser of heat flux q=1.12*10^10 W/m2 at the center of copper for 12 ms The problem is modeled using 2D transient heat…

sreeni1853
- 21
- 3
-1
votes
1 answer
When I try to ping my VM's using ansible, it tries to ping the server id instead of IP
I created a VM using OpenStack heat and after creating VM, I tried to ping the VM using ansible using dynamic inventory openstack_inventory.py provided by Ansible.
But when I use ping module, it is trying to connect with VM's id instead of IP.

Rajusekhar Alle
- 111
- 1
- 3
-1
votes
1 answer
is it possible to destroy your computer by running an expensive program on a big data set?
this is my machine.
I'm running the perceptron algorithm on a very large data set.
I'm working in a room with no air con in a hot room.
It takes a long time to process this data, there are many operations involved, my computer is getting very…
user2634655
-1
votes
1 answer
Ignore subdirectory of wix heat output file using XSL
I have got a Folder "MyProject" which I harvest using heat using HeatDirectory etc. in Visual Studio.
"MyProject" contains a .git folder which I want to ignore/exclude but it is not possible yet based on my research here and on google without using…

sceiler
- 1,145
- 2
- 20
- 35
-1
votes
1 answer
Heat maps of Bible citation patterns using ggplot2
I am looking for a way to represent differential Biblical citation patterns between churches. The most obvious way I've thought of is to create heat maps. My idea is basically to represent the Bible by a long, horizontal rectangle, with different…

Yasha Hartberg
- 3
- 1
- 2
-2
votes
1 answer
Using Heat template parameter value in bash script
In a bash script in a Heat template, is it possible to use a parameter value from that template?

Gg GHz
- 1
- 1
-3
votes
1 answer
2d Steady Heat Conduction Matlab Error
I'm trying to draw isothermal lines and heat flow lines, I've done some research and was able to reach to this point:
clear ,clc
T1=10;
Lx=1;
Ly=1;
Nx=5;
Ny=5;
Nz=5;
Lz=1;
T2=150;
%input('input temperature at y=Ly in deg. C: …

Mohamed Maher
- 45
- 1
- 3
- 8