Tagged Questions
The Windows Installer, better known as MSI, is the deployment technology built into Windows for applications. See the MSI SDK for more information.
78
votes
12answers
26k views
How to implement WiX installer upgrade?
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 ...
76
votes
25answers
13k views
What is the best choice for building Windows installers?
I have primarily used Visual Studio 2003, and its tool for building an installer was pretty painful. Files and folders had to be added manually, one by one. I am looking at upgrading to VS 2008, and ...
33
votes
3answers
25k views
How to add a WIX custom action that happens only on uninstall (via MSI)?
I would like to modify an MSI installer (created through WIX) to delete an entire directory on uninstall.
I understand the there RemoveFile and RemoveFolder options in WIX, but these are not robust ...
31
votes
7answers
3k views
Good resources for learning how to create MSI installers from WiX
I've given up trying to apply lipstick to the pigs of installers that come out of VS and have decided to look at WiX.
What resources would you recommend to learn and reference?
(Note - this is not a ...
23
votes
9answers
12k views
Run exe after msi installation?
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. ...
19
votes
5answers
19k views
How to install a windows service programmatically in C#?
I have 3 projects in my VS solution. 1 is a web app, the other is a windows service and the last one a setup project for my web app.
What i want is by the end of the installation of the web app in ...
17
votes
3answers
3k views
What does the EXE do in the Visual Studio setup project output
We are working on a winforms app in Visual Studio 2005 and the setup project we created output both an MSI and an EXE. We aren't sure what the EXE file is used for because we are able to install ...
16
votes
4answers
5k views
Wix create non advertised shortcut for all users / per machine
In WIX, how do you create a non advertised shortcut in the allusers profile? So far I've only been able to accomplish this with advertised shortcuts. I prefer non-advertised shortcuts because you ...
15
votes
4answers
2k views
How to create a high quality icon for my Windows application?
If you are running Windows with a higher DPI setting you will notice that most application icons on the desktop look terrible. Even high profile application icons such as Google Chrome look terrible ...
14
votes
4answers
10k views
How do I pass msiexec properties to a Wix C# custom action
I have an MSI being created with Wxs 3.0. My MSI references a C# custom action, written using the new C# Custom Action project ...
14
votes
3answers
2k views
Make UAC optional in Windows Installer on Vista
I'm have written an msi file that offers a choice of "per-user" or "for all" installation in the UI phase, and now find that the installer fails on Vista:
if I just reuse the installer that works ...
13
votes
3answers
14k views
How to prevent “This program might not have installed correctly” messages on Vista
I have a product setup executable that copies some files to the user's hard drive. It's not a typical installer in the normal sense (it doesn't add anything to the Start Menu or Program Files ...
13
votes
4answers
901 views
Is there any way to create a patch for an ASP.Net web application installer?
Is it possible to create patch installers for web deployment installers generated in VS2005?
I have a situation in which it is undesirable to perform a complete uninstall/reinstall of a web site, but ...
13
votes
2answers
3k views
Make wix installation set upgrade to same folder
How can I make a major upgrade to an installation set (MSI) built with Wix install into the same folder as the original installation? The installation is correctly detected as an upgrade, but the ...
12
votes
5answers
14k views
Using InstallUtil and silently setting a windows service logon username/password
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 ...
11
votes
2answers
5k views
Adding Custom prerequsites to visual studio setup project
I have a setup project that I need to install a redistributable that is not available in the default prerequisite list. Is it possible to add this redistributable to the bootstrapper that the setup ...
11
votes
5answers
3k views
Use Orca to edit msi from command line?
I'm using Visual Studio 2008 and have created a setup project for my application. The application has a high-resolution icon (for Vista). There's a bug in Visual Studio, and the installer creates a ...
11
votes
3answers
2k views
Integrating Wix with MSBuild
we are looking to automate an MSI generation for a product we are developing. Currently we have MSBuild building out the source to a network location, this is fine for testing but when it comes to ...
11
votes
3answers
4k views
Typelib Generation and Installation with WiX
After asking about what Visual Studio does to register a COM Library, it became clear that VS did two things for COM registration:
Registered the COM Library
Creates and registers a Type Library
...
11
votes
2answers
8k views
Mark MSI so it has to be run as elevated Administrator account
I have a CustomAction as part of an MSI.
It MUST run as a domain account that is also a member of the local Administrators account.
It can't use the NoImpersonate flag to run the custom action as NT ...
10
votes
2answers
3k views
Create 64 bit registry key (non-WOW64) from a 32 bit application
I have a Visual Studio installer that is creating some registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\MyApp
but the registry keys it is creating are automatically appearing under Wow6432Node:
...
10
votes
7answers
12k views
Virtual Directory in Web Setup Project
I have a web setup project which by default shows the virtual directory in the textbox installer screen. I wish that the virtual directory name cannot be edited by the user and always defaults to the ...
10
votes
2answers
7k views
Visual Studio 2005 -> 2008/10 Service Installer Project Upgrade issue
I've upgraded a [.vdproj MSI generator project built into VS2008] System.Configuration.Install.Installer with a ServiceProcessInstaller and a ServiceInstaller from Visual Studio 2005 to 2008. There ...
10
votes
5answers
4k views
How to generate WiX XML from a .reg file?
Is there a tool to generate WiX XML given a .reg file?
In 2.0, you were supposed to be able to run tallow to generate registry XML:
tallow -r my.reg
For what it's worth, the version of tallow I ...
10
votes
8answers
3k views
Is it feasible/sensible to wrap an InnoSetup installer inside an MSI for easier distribution via AD?
Our installer is written with InnoSetup and we are actually quite happy with it. Yet some customers keep asking for an MSI installer which they could more easily distribute via Active Directory. We ...
9
votes
4answers
294 views
What are the benefits of a MSI installer over a standard setup.exe?
If you need to install a 100% .NET product, should you prefer MSI installers? Why?
Thanks.
9
votes
3answers
3k views
Web setup MSI fails on Windows Server 2008
I have built a web setup project in VS2008 which installs my ASP.NET/Silverlight app into IIS. This works fine everywhere except on Windows Server 2008.
I get this error message in the MSI installer ...
9
votes
2answers
3k views
“Unrecoverable build error” on any MSI Setup project
Some time ago I got this error when building ANY Visual Studio Deployment project.
"Unrecoverable build error"
I thought my VS installation was corrupted or I deleted some important files, but ...
9
votes
5answers
1k views
Including all dependencies
I'm just starting out with WiX as I need to be able to automate building an MSI on our CI server. Is there anyway to automatically include all the dependencies of a project?
8
votes
1answer
100 views
How to Allow my Programs to “Run As” in the Windows start menu?
I notice that some programs on my start menu have the "run as" option while others do not. It so happens a program I made installed from a msi package does not have this option although I'd like it ...
8
votes
4answers
2k views
Best tool to create MSI
I am new to setup project creation. Now I am using Visual studio 2008 to create setup file (msi) for my project. I am quit uncomfortable in creating my own custom forms in the installation wizard as ...
8
votes
5answers
13k views
How to make MSI that simply wraps EXE
After way too many experiments, I've come to the conclusion that Windows Installer is simply bad technology.
But customers want MSI files.
So, how can I create a MSI that extracts an EXE to a temp ...
8
votes
4answers
11k views
How can I uninstall Win32 assemblies and cleanup WinSxS?
After a lot of trial and error (mostly due to lack of documentation and examples) I have managed to create MSI installers that install custom DLLs to WinSxS as side-by-side assembly. There is only one ...
8
votes
1answer
4k views
How to create a multi-level subfolder in Start menu using Wix
How do I create sub folders (several levels deep) in the Windows Start menu, using Wix? Currently I am able to put my shortcut in the Start menu, but only in a folder immediately under Programs (Start ...
8
votes
5answers
3k views
Upgrade a Windows Service without Uninstalling
Currently I have to uninstall the old version of my service before I install the new version. I am pretty sure this has something to do with it not being smart enough to update or remove the old ...
7
votes
4answers
558 views
7
votes
3answers
2k views
How to do a silent install and uninstall with Wix and MSI?
How can a silent installer that does not display any UI Dialogs to the user and installs, upgrades and uninstalls with default settings be created in Wix?
7
votes
2answers
345 views
WiX Standard Dialogues
Does anyone know if there are any WiX standard UI dialouges out there that you can use to integrate into your own WiX msi package?
For example:
Editing Connection Strings to database
Editing paths ...
7
votes
6answers
2k views
Buy or Build for web deployment?
I have been evaluating the wide range of installation and web deployment solutions available for Windows applications. I will just clarify here (without too much detail, these tools have been ...
7
votes
5answers
966 views
How do I run nGen at the end of the installation (MSI)?
I would like to execute nGen at the end of my installation simply to improve the perceived performance of the first startup of my application. How could I do that? Is there are some best practices? ...
7
votes
3answers
3k views
Wix major upgrade
How do I use WIX to prevent overwriting a config file during a 'Major Upgrade'?
I want the file to be installed on the initial install, removed on uninstall, and left unchanged on a 'Major Upgrade'.
...
7
votes
1answer
917 views
VDPROJ auto upgrading vs. uninstall/reinstall
I've seen a confusing behavior regarding the MSI files generated by a VDPROJ file. If I build my MSI in Visual Studio and then right-click and pick "Install" from within Visual Studio, it will ...
6
votes
1answer
45 views
Cannot perform Setup Project Uninstallation
I get following message in my installation log when trying to uninstall application created with .NET Setup Project
MSI (s) (F0:C4) [16:00:16:532]: Product: "Product Name" -- Configuration failed.
...
6
votes
4answers
99 views
Best approach to install prerequisite on client machine using msi
I have msi and wants to check whether vsto run-time is installed on target machine, I have used launch condition through VS2008 in my msi but it only redirect user to vendor's website. I just want to ...
6
votes
1answer
110 views
Use resource files instead of satellite assemblies
We are using a .NET component that uses satellite assemblies for localization. However, if we want to create our own translations, we would have to send our translations or pay for the source code in ...
6
votes
1answer
152 views
Can I deploy a ClickOnce application via CD, and update via Web?
We have a vendor application that we extend and deploy via ClickOnce. The vendor also provides a 'Deployment Manager' which packages the app and any extensions into a ClickOnce deployment that we ...
6
votes
4answers
392 views
.NET Version Number (Installer Version)
I’m trying to add a feature to my winforms app that prints the version number on the main screen. I currently have this:
txtVersion.Text = ProductVersion.ToString();
Which tells me the version of ...
6
votes
5answers
2k views
Running msiexec from a service (Local System account)
We are working on an update system for our software. The updater should in the background as a service, and when an update is available, downloads and installs it. We need the service to install the ...
6
votes
2answers
597 views
What happens after a packet is captured?
I've been reading about what happens after packets are captured by NICs, and the more I read, the more I'm confused.
Firstly, I've read that traditionally, after a packet is captured by the NIC, it ...
6
votes
4answers
644 views
What are the differences between MSI and EXE installers, and which should I choose? [closed]
Possible Duplicate:
What are the specific differences between .msi and setup.exe file?
I am working on an installer for a new version of my project (C#).
Previously, I've used Inno Setup ...