Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
313 views

After upgrading from WixToolset 4.0.1 to 6.0.1 we try to replace the old heat configuration in the .wixproj files with the recommended advanced harvesting. here is an example of the old config: <!...
manon's user avatar
  • 272
1 vote
1 answer
475 views

Looking into Wix v4 and v5, coming from v3, their official tutorials in FireGiant's site use HeatWave Community Edition. I need to create an installer of a software from the company I work in. I don't ...
PetF47's user avatar
  • 13
0 votes
0 answers
62 views

I have a project that was developed many years ago using Visual Studio 2011 and embedding Installshield to compile distributable copies. I need to enhance it so I have opened it in Visual Studio 2022....
RouseA's user avatar
  • 9
0 votes
1 answer
96 views

I have a Wix installer for a Windows Forms application and I am using the WixUI_InstallDir UI set. WHen installing the application for the first time the user gets an option to select the folder where ...
Andreas Kristiansen's user avatar
0 votes
1 answer
128 views

I am currently working on a Wix Setup Project for a .Net 8 desktop application. I am using VS 2022 and running the Heatwave extension and Wix 5.x. I want to somehow rename the built msi file to ...
Andreas Kristiansen's user avatar
0 votes
1 answer
85 views

I am trying to create a shortcut which will only be created when the user checks a checkbox. i have tried to create a property <Property Id ="INSTALLDESKTOPSHORTCUT" Secure="yes"...
AdaRrsh Dubey's user avatar
0 votes
1 answer
172 views

I just got a shiny new code signing certificate and integrated it into my build. For my installer I use a WIX 5 bundle (via the heatwave extension). I sign the bundle using the instructions on the WIX ...
bmiller's user avatar
  • 1,813
3 votes
0 answers
459 views

First time working with WIX. I needed a simple deployment solution with an msi package for a small desktop application. I work on a Windows 10 pro station, Visual Studio 2022 , installed Heatwave's ...
John Kastana's user avatar
1 vote
1 answer
935 views

I am trying to create an MSI file through WiX. To do that in VSCode, I need to install the "HeatWave" extension. But I can't find it in the extension marketplace. It is, however, in the ...
Mikail's user avatar
  • 13