Skip to main content
Filter by
Sorted by
Tagged with
396 votes
1 answer
338k views

When installing Windows services there are two options for automatically starting a Windows service on Windows startup. One is Automatic, and the other is Automatic (Delayed start). What is the ...
Sachin Kainth's user avatar
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
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
146 votes
1 answer
44k views

What is the WiX 'KeyPath' attribute? In particular, how does it apply to the following: <Component Id="ProgramMenuDir" Guid="*"> <RemoveFolder Id="ProgramMenuDir&...
Seth's user avatar
  • 8,373
113 votes
14 answers
373k views

I'm trying to parse some XML inside a WiX installer. The XML would be an object of all my errors returned from a web server. I'm getting the error in the question title with this code: XmlDocument xml ...
Chris's user avatar
  • 2,745
110 votes
5 answers
610k views

I need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, uninstall (how-to uninstall) and also for auditing purposes.
Stein Åsmul's user avatar
  • 42.6k
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
3 answers
31k views

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 ...
mcdon's user avatar
  • 5,059
81 votes
13 answers
32k views

This is the error that is thrown by our automated build suite on Windows 2008, while running ICEs (after migrating from WiX 2.0 to WiX 3.0): LGHT0217: Error executing ICE action 'ICE01'. The most ...
Rinat Abdullin's user avatar
79 votes
5 answers
39k views

I would like to use the WixUI_Minimal installer, but I don't want the license page. How can I do this?
Adam Tegen's user avatar
74 votes
8 answers
471k views

msiexec is command prompt software that installs an MSI program. But I have found that you can install an MSI file from the command line by just typing in the name of the MSI file on the command line. ...
xarzu's user avatar
  • 9,603
73 votes
2 answers
22k views

Should I wrap all the files I want to install in individual components? What is the advantage of putting several files in one component?
Nestor's user avatar
  • 14k
70 votes
3 answers
31k views

WiX files always seem to include this line: <Directory Id="TARGETDIR" Name="SourceDir"> What is "SourceDir"? What is it used for? It's not a real directory name. Is it some kind of magical ...
dan-gph's user avatar
  • 17.1k
69 votes
4 answers
79k views

I tried to use the code below in Wix. But when installing, the installer was freezing for like 3 minutes on status: Starting services, then I got this message "Service Jobservice failed to start. ...
Ray's user avatar
  • 1,931
67 votes
4 answers
47k views

I've used ClickOnce a lot over the years, but I have run up against a lot of its limitations. What alternatives are there for web deployment? So far the only one I've been able to turn up is ...
ScottB's user avatar
  • 1,363
65 votes
3 answers
22k views

I'm creating an installer for a website that uses a custom event log source. I would like our WiX based installer to create that event log source during installation. Does anyone know the best way to ...
Edward Wilde's user avatar
  • 26.6k
61 votes
4 answers
26k views

When I am trying to create the installer i am getting the following error: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table. How do I resolve this issue?...
subs's user avatar
  • 2,269
53 votes
5 answers
27k views

I'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do everything WIX can do WIX does produce an MSI, but has a steep learning curve Do you agree with ...
Brent Arias's user avatar
  • 30.3k
53 votes
5 answers
28k views

We decided to switch from VS integrated setup to WiX. However, what we currently do is use projects output files as the input for the setup project. This lets us easily add Application Files to a ...
Coincoin's user avatar
  • 28.7k
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
47 votes
5 answers
42k views

I'm creating an installation package with WiX 3.6 primarily so I can take advantage of the Burn bootstrapping features. So far I have several MSI packages bundled together that will be installed with ...
Bill Campbell'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
45 votes
3 answers
24k views

I cannot understand what is exact consequences of using attribute Advertise in Shortcut attribute. What is the diffirence?
fakir314's user avatar
  • 622
43 votes
3 answers
15k views

I really feel like I shouldn't have to ask a question on SO to get basic information like this, but I can't find a reliable source anywhere. Is WiX v4 released? In Development? In Beta? Still being ...
slb's user avatar
  • 781
42 votes
3 answers
32k views

This might be a naive question. I have to manually edit a .WXS file to make it support select features from command line. For example, there are 3 features in .WXS file. <Feature Id="AllFeature" ...
Morgan Cheng's user avatar
  • 76.4k

1
2 3 4 5
210