Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

Here is my .wxs file contents: <?xml version="1.0" encoding="utf-8"?> <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> <Package Name="...
jwdomes's user avatar
  • 11
0 votes
1 answer
82 views

I’m seeking clarification about storing custom data—specifically a product serial number—under the Windows Uninstall registry key created by WiX Toolset. When we install a WiX-based bundle or MSI, it ...
Annapurna somarouthu's user avatar
1 vote
1 answer
46 views

I have problem with Test Complete software, and WiX software. When we build installer(MSI file) from pipeline (or locally) after running installer we see two different processes (on screenshot). When ...
Bartosz Góralski's user avatar
0 votes
0 answers
30 views

I'm trying to configure the custom action to be executed only on first install and not to be executed on upgrade during installing the new product. My current Custom Action condition looks like that: (...
v-d's user avatar
  • 1
0 votes
2 answers
112 views

Problem Summary I have a critical issue with my SDK-Style generated VSTO Outlook add-in when deployed via WiX MSI installer. The same VSTO files work perfectly when installed directly (double-click ....
Mirec J.'s user avatar
  • 129
0 votes
1 answer
54 views

I'm new to WIX MSI Installer. And creating a custom dialog for password and validation of password with that I have added a custom action for password validation. The issue I'm facing is, when I ...
Rohan Atyalkar's user avatar
0 votes
0 answers
82 views

I am trying to pass INSTALLDIR to a deferred CustomAction with ExeCommand and for the purpose of making the reproducible simple, I am just calling echo [CustomActionData]. I have the following code: ...
Totem's user avatar
  • 236
0 votes
2 answers
44 views

I have a Wix installer for my project OpenRGB, and ever since we created it an annoying issue has presented itself in the License screen. The source file License.rtf displays normally in WordPad, but ...
CalcProgrammer1's user avatar
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
0 answers
48 views

I'm building a custom installer using WiX Toolset v4, and I want to remove the Print button from the default License Agreement dialog (LicenseAgreementDlg). My installer uses the WixUI_Minimal built-...
Rz25's user avatar
  • 11
0 votes
0 answers
52 views

I have an exe which I am executing using a custom action in wix installer. During the installation when the installer executes this exe, I am getting an error logged in event viewer as follows. ...
Jyothish Bhaskaran's user avatar
0 votes
0 answers
31 views

The base version (RTM) and subsequent Hotfix/Service Pack (HF/SP) installers were originally created using WiX Toolset version 3. I am now attempting to migrate the HF/SP setups to WiX Toolset version ...
user30813383's user avatar
0 votes
1 answer
54 views

How can I prevent e.g. wxs files that are located below a project at file level from being automatically included in the project, i.e. from being displayed in the Solution Explorer? It is then also ...
vscvoba's user avatar
  • 59
1 vote
1 answer
67 views

I am using the WixToolset 6.0 with Visual Studio 2022. I am trying to create an installer that installs the following files: <ComponentGroup Id="ApplicationFiles" Directory="...
Johnny Fever's user avatar
0 votes
1 answer
70 views

Running two Windows 11 Pro vms on Fedora Linux. One vm runs light.exe 3.11.2 just fine and creates the .msi. The other vm has this error when trying to create the .msi using the exact same codebase, ...
doncooper's user avatar
3 votes
1 answer
415 views

I'm new to HeatWave / WiX and wanted to get started with it, but am running into a strange issue that I haven't been able to find a resolution to. In short, when I select Add > New Project from the ...
Caleb Keller's user avatar
0 votes
0 answers
42 views

I'm using Wix Toolset to create a Windows installer. When I create a shortcut to the main executable and give the shortcut the exact same name as the executable (e.g., both are named MyApp.exe), the ...
cobol78's user avatar
1 vote
1 answer
776 views

Let's assume I have two executable projects, Foo and Bar, both of which reference a common library, let's call it Shared. I want to add all the output files from those projects into the MSI installer ...
BittermanAndy's user avatar
0 votes
0 answers
22 views

Earlier, I had created an installer using the Wix toolset, but at that time, the setup(bootstrapper exe) file was not code signed. Recently, I signed the setup file, but since then, the setup file has ...
Sudarshan Gaikwad's user avatar
0 votes
1 answer
71 views

I'm creating a Wix installer and I want to show a README note (stored in a .txt file) before the user clicks the Finish button. I tried using the WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT property to allow ...
Rz25's user avatar
  • 11
0 votes
0 answers
17 views

MSI installer dialog says (Machine - MSI) in welcome window and and the app name also contains '(Machine)' in the Window App directory. Why is that there? I dont want that suffix in my app name so ...
Snehal Kapadnis's user avatar
0 votes
1 answer
56 views

I want to use the MSI installer properties like REMOVE, Installed, WIX_UPGRADE_DETECTED in my c# custom action. What i want to do is currently i have the following custom action <Custom Action=&...
Hritik Kaushik's user avatar
0 votes
1 answer
36 views

I install a Shortcut with my Wix Installer like this: <Shortcut Name="Tray Application" Directory="StartupFolder" ...
Hativ's user avatar
  • 1,530
0 votes
0 answers
32 views

I've built out a winforms application in Visual Studio that utilizes the WebView2 control. When I deploy the application to one of my users via publishing directly to their computer, the application ...
Tim Magnuson's user avatar
0 votes
1 answer
86 views

I am getting this error while creating msi. I checked it everywhere but I am not able to find the solution. The error is: wix.exe : error WIX0001: WixToolset.Core.Native.WixNativeException: wixnative....
Nikhil Pisharody's user avatar

1
2 3 4 5
210