10,457 questions
Advice
0
votes
0
replies
24
views
WiX WixMbaPrereqPackageId explanation needed
I have WixMbaPrereqPackageId defined in my NetFx48.wxs like this:
<WixVariable Id="WixMbaPrereqPackageId" Value="NetFx48Web" />
And I am wondering is this needs to match the ...
Advice
1
vote
3
replies
64
views
How to upgrade files with MSI installer that can have higher version of the assemblies
I have a .NET desktop application that is installed using MSI installer. I'm using Wix 5.0.2 toolset to generate it with the simple directive to include all files:
<Files Include="my-app\**&...
0
votes
0
answers
29
views
Wix installer prevent ServiceInstall if already installed
I have an issue when updating, my wix installer will uninstall the service and reinstall the service. Which removes any service config changes after install, namely the "Log On As" setting.
...
0
votes
1
answer
44
views
error reported when executing a wix custom action that runs a DISM command
I like to run a DISM command in wix custom action without calling a PowerShell script or creating a extra dll. How to resolve the error reported, thanks.
Here is the custom action I created for ...
0
votes
1
answer
55
views
MSI launched with /q (silent) - is it possible to print a message to the console?
I have an MSI installer (built with WiX), and some users run it in silent mode, for example:
msiexec /i MyApp.msi /q
If the user starts the MSI like this without passing certain required properties (...
0
votes
0
answers
43
views
WiX MSI installer not stopping and removing .NET 8 Windows service
Here is my .wxs file contents:
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Package Name="...
0
votes
0
answers
38
views
WiX Toolset bootstrapper hangs after installing VCRedist
When trying to install the bundle, VCRedist seems to still set the reboot flag even though the argument /norestart is used.
The installer then idles/ hangs with 0% CPU usage in the task manager and ...
0
votes
1
answer
94
views
Is it safe to store a product serial number under the Uninstall registry key where WiX stores bundle metadata?
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 ...
0
votes
0
answers
33
views
Wix quite custom action not working when running exe with arguments
I'm new to wix msi and trying to write the custom action to run the exe(which writes a registry entry) with the arguments. With all this changes would able to build the MSI but, getting error while ...
1
vote
1
answer
53
views
WIX v4/Test Complete. Installer runs 2 parallel processes
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 ...
0
votes
0
answers
66
views
Problem merging Crystal Reports in Wix Visual Studio C# project
I have a project that was first developed about 12 years ago which creates an application that need to be distributed to customers so they can install it on their laptops. It was developed using ...
0
votes
0
answers
31
views
How to configure the Custom Action with WIX toolset to execute the action only on the first install
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:
(...
0
votes
1
answer
82
views
How can I copy an entire directory using the new WiX 5 Files syntax?
In WiX Version 5 there is support for a new wave of file harvesting that removes the need for additional tools to add whole folders.
I can't get this to work at all, and the documentation seems to be ...
0
votes
2
answers
120
views
VSTO Outlook Add-in: SDK-style Project Works with Direct Install but Fails with WiX MSI
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 ....
1
vote
0
answers
85
views
Wix 5 - Installer BootstrapperApplicationRun() Runtime Error "value does not fall within expected range"
I'm new to using Wix 5.02 and trying to launch my own custom installer UI using the Wix's ManagedBootstrapperApplication.
Following the examples available on https://docs.firegiant.com/wix/whatsnew/...