burn Questions
5
I have a WiX bootstrapper bundle:
<Bundle Name="blah" Version="1.0.0" Manufacturer="blah" UpgradeCode="some-guid-string">
When I generate a new build and try to install it over a previous ...
Ruy asked 27/10, 2014 at 20:34
6
Solved
I've a project using IIS, and I want to create an installer for it with Wix. I've created the .msi installer for the app successfully, and I'm creating a Bundle installer for it, which will install...
3
Solved
As in title, when I have some MSI package, is it possible to see which other packages depend on it? If yes, how?
If that's not possible, is it at least possible to tell Msiexec to uninstall all d...
Uncinariasis asked 17/12, 2017 at 11:33
7
I am using Burn for MSIs package. I am using Votive (Visual Studio) & my own custom BA instead of WiXBA. I tried to debug custom BA using Debugger.Launch(). But when I start debugging, error me...
Nonfulfillment asked 12/6, 2012 at 17:44
3
I want to extract the .net 4.7 framework prerequisites with my main msı.
But when ı try to install .net installation give an error.
After ı try to install .net framework only.
.net framework ins...
Radu asked 1/10, 2018 at 7:46
4
I have an MSI package bundled in a WiX Burn bootstrapper. Can I extract this MSI from the bundle on the target machine?
2
I have created a bundle using WIX.
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Bundle Name="ClientSoft" Version="1.0.0.0" Manufac...
Jarv asked 3/4, 2019 at 9:0
2
Solved
I am currently creating an installer for my software. I decided to use WIX for it, because I read on stackoverflow that while it has a steep learning curve, it is the most versatile tool to create ...
Disproportionate asked 15/9, 2018 at 10:58
2
Solved
Software:
SQL Server Express 2016
Visual Studio 2017
We've been trying without success to get a named instance of SQL Server Express 2016 installed as part of VS Installer Setup Project.
We'v...
Desireedesiri asked 28/8, 2018 at 19:34
2
Solved
I'm creating a bootsrapper and I want to remove links that are created during installation. So I write following step:
<Chain>
...
<ExePackage Id="removelnk" Cache="no" SourceFile="run....
Earldom asked 16/6, 2018 at 15:39
4
Solved
How do I reference the RebootPending property in a Burn (WiX) bootstrapper?
I know the property name is RebootPending, which is actually referencing the MsiSystemRebootPending property in Windows I...
Kragh asked 4/6, 2012 at 0:52
1
Pitch
I'm looking for high level advise on how to structure a WiX and Burn MSI based installer solution for an application suite.
Question
Given the layout below how many distinct MSI packages s...
Escort asked 2/3, 2018 at 15:36
2
Solved
Plenty of questions regarding this issue but none of them explain where exactly those two lines should be placed:
<Property Id="ARPNOREPAIR" Value="yes" Secure="yes" />
<Property Id="ARP...
3
I have an MSI with its dialogs, prompting the user to [1] browse to installation directory, [2] accept EULA, [3] Launch app when the installation is finished.
I wrapped the MSI in a Burn Bundle to...
Ingrained asked 28/6, 2013 at 21:52
3
So I've got a pretty simple burn installer, primarily to include .net upgrades or occasionally a driver pack for hardware our app needs to talk to.
The MSI's we create support upgrading or downgra...
1
Solved
I can't seem to find a comprehensive list of commands, flags, and things I can do from the command line.
Sugar asked 2/6, 2017 at 15:28
2
Solved
I want to use the WiX bootstrapper burn to automatically download and install the vcruntime140 package (Visual C++ Redistributable for Visual Studio 2015) if it is required.
It's trivially easy to...
2
Solved
I have a c++ application developed using Visual Studio 2015, along with a Wix installer and a Burn bootstrapper. Previous versions of the application were able to use the Visual Studio merge module...
Beverleebeverley asked 23/5, 2016 at 17:9
1
Solved
I have a setup MSI for our application, and I also have signed FTDI drivers that need to be installed as well. I'd like for them to be installed with Burn rather than the WiX MSI to keep CustomActi...
1
Solved
I am having difficulties getting a WiX Custom Bootstrapper Application that targets .NET 4.5 to work.
I have the following line in my Bundle.wxs.
<PackageGroupRef Id="NetFx45Web" />
My Bo...
2
Solved
I am in the process of learning how to develop a custom managed bootstrapper for wix-burn. Up to my knowlege there are no official tutorials, unofficial tutorials are always filled with WPF stuff w...
Thereupon asked 30/9, 2015 at 21:46
2
Solved
in a wix burn bootstrapper bundle: how to detect whether ms vcredist 2013 x86 is present or not?
i'm doing a check for the Upgrade Id / UpgradeCode of that particular package, but the bundle always...
Chrisman asked 8/3, 2016 at 16:12
2
Solved
I'm struggling with my Custom Bootstrapper Upgrade issue. By following this thread, I'm using LaunchAction.Install.
This does Upgrade the Product as well as Boostrapper, but older Bootstrapper re...
Dosser asked 18/2, 2014 at 13:1
2
Solved
To give you a background - I have a 4 MSI's which comes from our vendor and this has to go to our company servers (we are looking at around 3500 servers). As of now, my counterparts are managing th...
2
Solved
I have a third party MSI that has been supplied to me by a vendor. However the MSI does not stand alone, it requires multiple support files (dll's, config files, device drivers ...) to complete an ...
Europeanize asked 17/11, 2014 at 21:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.