Skip to main content
Advice
0 votes
0 replies
24 views

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 ...
Djomla's user avatar
  • 23
Advice
1 vote
3 replies
64 views

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\**&...
psurikov's user avatar
  • 3,518
0 votes
0 answers
29 views

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. ...
Ne0's user avatar
  • 2,788
0 votes
1 answer
44 views

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 ...
Ming's user avatar
  • 615
0 votes
1 answer
55 views

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 (...
Marc's user avatar
  • 97
0 votes
0 answers
43 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
0 answers
38 views

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 ...
kpm's user avatar
  • 21
0 votes
1 answer
94 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
0 votes
0 answers
33 views

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 ...
Rohan Atyalkar's user avatar
1 vote
1 answer
53 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
66 views

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 ...
RouseA's user avatar
  • 17
0 votes
0 answers
31 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
1 answer
82 views

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 ...
Fabian's user avatar
  • 649
0 votes
2 answers
120 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
1 vote
0 answers
85 views

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/...
user31422506's user avatar

15 30 50 per page
1
2 3 4 5
698