python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Crystal Reports - uninstall old version before installing new
I have created a bundle for my project that checks for Crystal Reports and will install it if it doesn't exist.
My issue is I need to uninstall the old Crystal Reports if it exists first.
Say the user...

Willie M
Votes: 0
Answers: 1
Make Wix to not uninstall common dll
I have Wix project in which I need a common used dll library to be installed if it's absent.
If this dll exists I should not overwrite it.
So, when I set DefaultVersion="0.0.0.0" this dll is...
Gregory Buiko
Votes: 0
Answers: 2
Wix custom action shows a error dialog from RunDLL "Access is denied" when installer is ran a second time
Created an installer of a toolkit with a Visual Studio extension as part of it in Wix 3.14. It contains a custom action that searches the local system for installed versions of Visual Studio 2019 and...
Jim
Votes: 0
Answers: 1
WIX BootStrapper installer - command line execution
I have a WIX Bootstrapper installer with WPF UI where user can choose which sub-packages they want to install/Uninstall.
Now I have a requirement to run the installer via command line and also user ca...
user46374
Votes: 0
Answers: 1