Skip to main content
Filter by
Sorted by
Tagged with
252 votes
12 answers
144k views

At work we use WiX for building installation packages. We want that installation of product X would result in uninstall of the previous version of that product on that machine. I've read on several ...
Dror Helper's user avatar
  • 30.9k
187 votes
9 answers
148k views

I would like to modify an MSI installer (created through WiX) to delete an entire directory on uninstall. I understand the RemoveFile and RemoveFolder options in WiX, but these are not robust enough ...
user avatar
184 votes
4 answers
45k views

My Wix project creates install.msi and cab1.cab. How can I have it bundle everything into the msi? I will likely use 7-zip SFX to work around this but I have seen other apps with only a single msi.
wtjones's user avatar
  • 4,181
154 votes
15 answers
489k views

Is there a simple way to hook into the standard 'Add or Remove Programs' functionality using PowerShell to uninstall an existing application? Or to check if the application is installed?
Rob Paterson's user avatar
  • 2,603
130 votes
8 answers
263k views

I create a small application and I would like to create one MSI file. In Visual Studio 2010 you have this project type under: Other Project Types -> Setup and Deployment -> Visual studio ...
Kris Nobels's user avatar
  • 1,987
114 votes
3 answers
447k views

I have a MSI package that I need to install if the package is not already installed. Also I need to install it silently. The package prompts user for: Installation location (C:\Program Files\Foobar) ...
Salman Arshad's user avatar
105 votes
10 answers
119k views

So we've produced a windows service to feed data to our client application and everything is going great. The client has come up with a fun configuration request that requires two instances of this ...
Switters's user avatar
  • 1,563
92 votes
5 answers
66k views

I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to something that will handle things like Windows Vista, Windows 7 ...
Mat Nadrofsky's user avatar
90 votes
9 answers
226k views

I've created setups for all my Delphi tools with Inno Setup for years. Now some users rather want an MSI installation package, so they can deploy the setups from a central server to all workstations. ...
Daniel Rikowski's user avatar
90 votes
11 answers
46k views

I've given up trying to apply lipstick to the pigs of installers that come out of Visual Studio and have decided to look at WiX. What resources would you recommend to learn and reference? (Note - ...
80 votes
8 answers
35k views

I'm need to choose a software package for installing software. NSIS and WiX seem promising. Which one would you recommend over the other and why? Feel free to offer something else if you think it's ...
John Smith's user avatar
  • 4,522
75 votes
3 answers
44k views

Google Chrome auto updates itself every five hours. I want to clone this exact functionality in my own application. What is a way to implement this functionality on Windows?
John Shedletsky's user avatar
74 votes
3 answers
42k views

How are properties set on CustomActionData to be retrieved by a deferred custom action?
Ayo I's user avatar
  • 8,134
70 votes
6 answers
67k views

How do I create a shortcut on the desktop from a wix setup project?
Raymond Holmboe's user avatar
69 votes
8 answers
315k views

I want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, but it doesn't work for Java Runtime Environment.
emdadgar2's user avatar
  • 840
63 votes
7 answers
75k views

I need to package my Python application, its dependencies, and Python itself into a single MSI installer for distribution to users. The end result should desirably be: Python is installed in the ...
Florian Bösch's user avatar
62 votes
9 answers
73k views

I have Win 10 When running: conda update conda I encountered this error: RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment. Nothing seems ...
Toly's user avatar
  • 3,209
58 votes
2 answers
131k views

I have been trying to create a log file for an issue with our installer with the following commands: msiexec /i "installer.msi" /l*v "log.log" msiexec /i "installer.msi" /l*v msiexec /l*v /i "...
codewario's user avatar
  • 21.9k
56 votes
8 answers
70k views

Using Visual Studio 2008 to create an msi to deploy my program with a setup project. I need to know how to make the msi run the exe it just installed. A custom action? If so please explain where/how. ...
Shawn's user avatar
  • 2,366
51 votes
5 answers
84k views

I need to use InstallUtil to install a C# windows service. I need to set the service logon credentials (username and password). All of this needs to be done silently. Is there are way to do something ...
Dean Hill's user avatar
  • 4,579
50 votes
2 answers
20k views

TL;DR: Why do I need an empty <CreateFolder/> element in this conditional component in order to make it work? I'm putting together a simple WiX based installer for an in-house application. This ...
Bevan's user avatar
  • 44.4k
48 votes
1 answer
26k views

I'm working on a quick setup program in Visual Studio and wanted to change the banner bitmap. Anyone know off-hand what the ideal (or the required) dimensions are for the new banner image? Thanks.
Scott Marlowe's user avatar
45 votes
3 answers
39k views

I know how to set the permissions for a folder: <DirectoryRef Id="ProgramFilesFolder"> <Directory Id="PHPFolder" Name="PHP"> <Component Id="PHP_comp" DiskId="1" Guid="*"> ...
Mike's user avatar
  • 483
44 votes
11 answers
207k views

I have an application installed on my machine. I also have its source code but somehow the ProductCode and UpgradeCode of this application were changed. Now I want to get the UpgradeCode and ...
codeLover's user avatar
  • 3,860
41 votes
4 answers
48k views

How can a silent installer be created in WiX that does not display any UI dialogs to the user and installs, upgrades and uninstalls with default settings?
MX4399's user avatar
  • 1,519

1
2 3 4 5
180