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

Why is the property value passed from the wixproj not end up replacing the variable defined in the wxs file. I verified in the generated wixobj file, it is still $(...) and not replaced by the actual ...
I-A-N's user avatar
  • 169
0 votes
1 answer
81 views

My installer failed with below log errors. e000: Error 0x80091007: Hash mismatch for path: C:\ProgramData\Package Cache{0120503F-72AF-4880-B381-B9F1418EB786}v1.0.0.0\IISInstallation, expected: ...
Adriano Santros's user avatar
0 votes
0 answers
53 views

I created an msi for an application that relies on a deferred custom action to do a few necessary things. <CustomAction Id="MyCustomAction" Directory="INSTALLFOLDER" Execute=&...
José Neto's user avatar
1 vote
0 answers
535 views

After upgrade from Wix Toolset v3.11.2 to v3.14 i only get the following error. C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x\Wix.targets(1027,5): error MSB4181: The "MSBuild" task ...
Niklas Ryden's user avatar
0 votes
2 answers
147 views

I currently have a bootstrapper wix project that contains two msi projects. I'm trying to figure out the best way to do the following on installation/uninstallation/modify/repair. Prompt user that ...
Blackey's user avatar
  • 738
1 vote
1 answer
870 views

I have two products, ProdU and ProdM. ProdU gets installed "per user" (=registered under Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Installer\Products\), ProdM gets installed "per ...
crusy's user avatar
  • 1,530
0 votes
1 answer
76 views

I'm trying to sign a wix3 bundle, following are my steps, the signed bundle.exe work perfectly, but size was doubled after whole process, any suggestion? extract burn engine from bundle. the bundle....
Daniel Wang's user avatar
0 votes
0 answers
190 views

I'm executing a powershell script using WixQuietExec. As a part of the ps1 file, I'm trying to set a registry key under the HKLM path. Set-ItemProperty -Path 'HKLM:\Software\Microsoft\Windows\...
im_sam39's user avatar
1 vote
1 answer
92 views

I'm creating a simple executable bundle installer with WiX Bootstrapper (using WixStandardBootstrapperApplication) which installs only one MSI and when I run it, install and uninstall work just fine. ...
vrrx's user avatar
  • 28
0 votes
1 answer
372 views

I am trying to add a custom dialog with a checkbox that conditionally will run an EXE file after the installation is finished with WiX Toolset v3.11 I have tried the following (and other things) but ...
jclay06's user avatar
0 votes
2 answers
318 views

I want to create an .msi file using the WiX Toolset within a GitHub Action. Since I generate a .wxs file (Components.wxs) using the "heat" command, I have two files (Components.wxs and ...
QuLa's user avatar
  • 1
1 vote
2 answers
918 views

I have a custom action which I need to execute only once during install or upgrading. What happens is that the custom action is being executed twice if there is an older version of the same product ...
Willy's user avatar
  • 10.8k
1 vote
1 answer
849 views

Currently I am migrating my wix setup from wix v3.11 to wix v 4.0 i have used the command WIX Convert <setup.myapp>.wxs while using this above command i am getting an error in my msi file that ...
Aditya Dalai's user avatar
0 votes
1 answer
164 views

my requirement is to check the latest .net runtime version in client machine so that i can compare weather the particular version is belong to .net 6 runtimes or not ,i have tried some few steps to ...
Aditya Dalai's user avatar
1 vote
0 answers
118 views

I've had at least two users complain about our myapp.msi quickly failing, rolling back and then exiting without any messages. This just got reported again by an internal tester running Windows 11 (I ...
Scott Smith's user avatar
  • 4,016
0 votes
1 answer
143 views

I have a simple wix burn bootstrapper that installs an msi. The msi has two features, one of which can be enabled/disabled. If I set Visible="no" and DisplayInternalUI="yes" in ...
bmiller's user avatar
  • 1,813
1 vote
1 answer
67 views

Background: I have a large project which consists of a server component, client component and microservice hosting component. Each is packed in its own MSI. The server component and the microservice ...
ManuHArt's user avatar
1 vote
1 answer
301 views

I am trying to create multiple shortcuts that are installed with my application. For an unknown reason, one is missing from the Start Menu and I can’t figure out why. We create a new version in format ...
end2endzone's user avatar
1 vote
1 answer
94 views

I have a console application that has <TargetFramework>net6.0</TargetFramework>. I am trying to use the exe of this console application in the wix project for creating the setup as shown ...
devatwork's user avatar
0 votes
1 answer
390 views

our team is at delivery state for an MVC Web Application - ASP.NET with Wix toolset V3.11 and Wix Extension (Votive) for VS2019. The requirement is that the clients will only need to install the ...
Katherine Ha's user avatar
0 votes
1 answer
249 views

I have made a bundled installer with Wix. This is how it looks like: This is the code in my wix file that makes this possible: <BootstrapperApplicationRef Id="...
Daan's user avatar
  • 3,068
0 votes
1 answer
57 views

I have an application with a Wix installer. When the user uninstalls without the installer executable but just uses the Apps&Features inside windows, how does that differ? Because it seems that ...
Daan's user avatar
  • 3,068
1 vote
1 answer
213 views

I have a WiX 3.11-based installer with a managed bootstrapper application. One of the packages in the installer chain could trigger a restart. In my MBA, I handle the resume-from-restart behavior in ...
Brian Henry's user avatar
0 votes
1 answer
2k views

I have a C# project that uses the wixtoolset to create the msi installer. When I try to run dotnet build -c Release I get the follwing error: Runtime.Installer.wixproj(43,5): error : The WiX Toolset ...
Brock Benson's user avatar
2 votes
1 answer
422 views

How can I prevent Wix burn from removing ExePackages during an upgrade install? Background: I'm creating an installer using Wix 3.11 with a custom bootstrapper application, and multiple ExePackages ...
Brian Henry's user avatar

1
2 3 4 5