Questions tagged [heat]

Heat is a harvesting tool that creates .wxs files that can be used to create an installer.

269 questions
0
votes
2 answers

Wix: Heat hidden files

I building an installer with visual studio. To include my files I use Heatdirectory in the wixproj-file. Heat is including all the files (including the hidden files). That's what I want. But: When files get copied to the target-system all of them…
Muffex
  • 55
  • 1
  • 12
0
votes
1 answer

command line Start.Info.Argument error

I would like run this command with C# : "%WIX%/bin/heat.exe" dir "C:\Documents and Settings\APP" -gg -sfrag -cg Appli -out wixappli.wxs I have this code (Program.cs) : System.Diagnostics.Process process1 = new…
Neyoh
  • 623
  • 1
  • 11
  • 33
0
votes
1 answer

Changing color of heatmap in R

I have a file that contains the cluster results. I created a heatmap in R by the following code.How to change the color of heatmap to red and green nba <- read.csv("E:/clus.arff", sep=",") nba_heatmap <- heatmap(nba_matrix, Rowv=NA, Colv=NA, col =…
user3663547
  • 11
  • 1
  • 1
  • 5
0
votes
1 answer

Add all items in a subfolder in wix

I'm trying to add all items in a subfolder using wix and I'm having trouble getting it to work. The folder I'm trying to include is SourceDir\cgis\plugins. I've tried the following command: heat.exe dir…
user1309036
  • 61
  • 1
  • 1
  • 4
0
votes
1 answer

heat-client won't run, No module named utils

I'm trying to get the heat-client up and running on my Ubuntu 14.04 machine. I've followed instructions from: http://docs.rackspace.com/orchestration/api/v1/orchestration-getting-started/content/Install_Heat_Client.html But when I enter heat…
AngieB
  • 43
  • 7
0
votes
0 answers

wix heat tfs build

Iam trying to run Heat.exe on TFS build - execution is fine althouth - heat gave me error message: 'C:\PathToplace\Development\Install\WixInstaller\SKRwixInstaller\HarvestedFiles' did not contain any files or sub-directories and since empty…
Petr Kováč
  • 365
  • 1
  • 2
  • 10
0
votes
1 answer

TFS2012 WIX builds and relative paths

I'm setting up CI builds on TFS. A team member developers doesn't like idea of unloading the .wixproj file to edit the msbuild definition (because it is 'hidden') and I kind of agree with this. So he has created a separate setup.build file which he…
Darren
  • 9,014
  • 2
  • 39
  • 50
0
votes
1 answer

Web Page Click Through Heat Map using R

I am trying to figure out if there is a way to create heat map on the top of an screenshot image. So, I have a web page screenshot JPEG image. I also have monthly click rates data for each UI elements in the page. Now I want to use R to create…
silwal
  • 3
  • 2
0
votes
2 answers

Heat harvest Payload for ExePackage

I have a Compressed file (Self-extracting) that was included as a ExePackage for the current BootStrapper project I'm working on. I was asked to Unzip the package before including it in the BootStrapper, so that the end user doesn't have to unzip…
CheGueVerra
  • 7,849
  • 4
  • 37
  • 49
0
votes
1 answer

Heat.exe why does it create different Registry keys to Regasm?

I am trying to use heat to create the necessary registry keys. The assembly is a simple dummy Shell Context handler it adds a context menu to a .txt ending. If I use Regasm to register it then a registry key (not the only one but the one that is…
darbid
  • 2,545
  • 23
  • 55
0
votes
1 answer

Develop .msi file using wix toolset and heat toolset for BHO PLugin

Scenario I have created a .dll file for Internet Explorer 10 Plugin. Using regasm I register the .dll and works fine in IE10. I want to develop a .msi file so that i can distribute it. I am having several problems while developing it. During…
logan
  • 110
  • 11
0
votes
1 answer

sample code for jcloud heat api implementation

I installed devstack,Now I am trying to connect devstack through jcloud heat api.Can anyone can share any sample application or code for heat api implementation. Thanks
jagan
  • 21
  • 1
  • 5
0
votes
1 answer

Use an attribute from another XML in a different attribute in another XML

I use Heat from Wix toolset to generate components for my installer but few of my installers are a Per-User and such i cannot use Heat's Autogenerate Guids. I can randomly generate a GUID but i don't want that because of components rules. So I have…
IlirB
  • 1,410
  • 14
  • 19
0
votes
0 answers

How can I shut down a program at certain temperature and restart again when temperature is low?

I want a way to shut down a program when my temp reaches 80+ but when it's lower than 70 I want it to start again. Do I ask too much? :(
user3171743
0
votes
2 answers

Wix Heat include files from a folder that are listed in another xml or txt and exclude the rest

I would like to harvest a directory using Heat which contains a lot of files and not all of them should go into installation. However, i have a list of files that should be included in another XML in this format:
IlirB
  • 1,410
  • 14
  • 19
1 2 3
17
18