-2
votes
1answer
215 views
+100

Complete WiX sample *.wxs to download and install a specific version of .NET Framework if it's not available

There are many incomplete questions and answers about how to download and install .NET Framework(s) if they are not available but none complete code seems to be available on Internet. Can you provide ...
0
votes
1answer
39 views

How to run custom code as part of WiX burn MBA on install-complete and support rollback

I need to embed, invoke and run some custom code as part of my custom managed bootstrapper application, as a post-install step. This custom code is within a class library that I have included as a ...
3
votes
1answer
49 views

Using Burn as an alternate to Wix Dialogs and Custom Actions

While digging into BootstrapperApplication methods and events, I implemented OnExecuteMsiMessage and I was able to see the messages being returned by my msi during installation process. That also ...
1
vote
1answer
116 views

WiX burn custom MBA - repair failing on NetFx45Web package

I wrote a custom managed BA, and got most of the functionality to work, except for a repair. Examining the bundle log provides: [335C:3440][2013-04-29T13:51:41]w343: Prompt for source of package: ...
0
votes
1answer
59 views

WiX burn custom BA - how to pause progress when Cancel command fires?

Using a custom managed bootstrapper application, I am unable to get the setup progress to stop when the cancel button is clicked. I pull up a confirmation view with Yes/No options. Once cancellation ...
2
votes
0answers
48 views

Extract product code from KB hotfix to use in bootstrapper

I need to add KB Hotfix to my application's prerequisites, I'll do that by creating bootstrapper package for it. To do that first I need to check whether if its already installed or not so I can ...
1
vote
1answer
164 views

Install .NET Framework 4.0.2 with WiX

I am using WiX v3.7 There I have created my own Bootstrapper. Now, I am able to install .NET Framework 4 when it is not installed. <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net ...
3
votes
3answers
347 views

wix installer 3.7 boostrapper Registry search

<?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" ...
1
vote
1answer
259 views

Completely Silent MSI installer with prerequisites

I have a simple C# application which I need to create a silent installer for. I am using Visual Studio Installer (MSI-based). Since it is C# application, installer must install .NET framework as ...
1
vote
2answers
559 views

Custom Wix Burn bootstrapper doesn't detect MSI install state

I'm creating a custom wizard-style bootstrapper based on Wix/Burn (3.6 release version). I've based in on the Wix 3.6 bootstrapper code. The problem is that I cannot get the bootstrapper to detect ...
4
votes
1answer
144 views

Bypass installation of SQLExpress if there's an instance of Microsoft SQL Server

I've developed a .net project and now im doing the installer. My project requires either Microsoft SQL 2008 or Microsoft SQL 2008 Express. I've created a Bootstrapper that installs the Microsoft SQL ...
0
votes
1answer
126 views

Changing behaviour of .NET 3.5 bootstrapper generated by WIX

i've got following problem: I have builded an installer with WIX. This installer contains a bootstrapper for .NET framework 3.5. First time installing the bootstrapper works like a charme. .NET ...
4
votes
1answer
978 views

Customising the WiX Burn theme with additional inputs

I'm looking at using Burn as a bootstrapper for an installer and I need to pass in a couple of arguments into the MSI. I know that the way to do this is to use MsiProperty elements, the issue I am ...
0
votes
0answers
299 views

How to create Bootstrapper to run the exe file using windows instler

I have an vb.net application and i create setup .msi file for this project .i wnat run the another .exe file after install this this .msi file for this i have create bootstrapper package file and i ...
1
vote
1answer
237 views

Chaining & Bootstrapping multiple MSIs & merging the existing MSIs featureset GUI into a custom one

The questions regarding Bootstrapper & Chaining might have been asked before. I am trying to ask something similar & different. My requirement is to CHAIN 3 installshield msi into a single ...
0
votes
2answers
158 views

WiX bootstrapper query

i am new to wix and got a lot of help from this community for doing ma first project in wix. now im kinda stuck- wanna get some more info. so i created one msi- for my product its working good but i ...
1
vote
1answer
2k views

WiX: Use Burn to install .NET then launch an MSI with its own WPF Embedded UI

I have already made a MSI installer with WiX using a custom WPF UI with the EmbeddedUI element. It is similar to the sample found in src/DTF/Samples/EmbeddedUI. I would now like to have a ...
0
votes
1answer
472 views

MSI reference a custom bootstrapper package from another location

I am using the Visual Studio 2010 MSI Web Setup and Setup Projects as well as a custom bootstrapper required for these installers. These projects will need to be built by other developers in the ...
0
votes
0answers
242 views

.msi file signature not working with WiX and setup bootstrapper but no errors reported

I have a Microsoft Office plugin that I'm developing and I need the .msi file to be signed. Here's what I'm doing: build the code with msbuild, sign the assembly with key (works fine) Build the ...
0
votes
1answer
236 views

For a Bootstrapper, the FileCheck element isn't finding the file on 64 bit OS in System32

Hi I am attempting to create a new boostrapper from my WiX generated MSI. I have done one and it worked but now I need to do another where I check the file version on the file. According to MSDN I ...
2
votes
2answers
733 views

How to install 3rd party prerequisites on c# msi

I have created a .msi in visual studio 2008 containing my project and it requires prerequisite third party software to run including WinZip. I have had a look round and from what I've seen, there's a ...
4
votes
1answer
1k views

Windows Installer Bootstrappers - permissions

I have custom bootstrappers for SQL Server 2008 R2, .NET Framework 3.5, .NET Framework 4, etc. I am using Visual STudio 2010's Deployment project to deploy a .NET 4 application. I know these are going ...
3
votes
1answer
716 views

WiX: Bundling dependencies inside MSI using Burn

I use the burn tool from WiX v3.6.1601.0 to create a bootstrapper that will download my project dependencies (.NET 3.5). The end result however is two executables (a program MSI and a exe that will ...
0
votes
1answer
2k views

Check if Windows Installer 3.1 or higher is installed?

How can I check if Windows Installer version 4.5 is installed on target machine using registry. I need to use this info in my installer bootstrapper and quit installation if WI 4.5 is not already ...
1
vote
1answer
464 views

Setup.exe installing prerequisites even if they are preinstalled

I am deploying a .NET application with .NET Framework 4.0 and VS 2010 C++ redistributable as prerequisites. When the setup.exe runs in a machine with the prerequisites satisfied the bootstrapper ...
2
votes
1answer
4k views

I need a WIX Bootstrapper Project that installs MY software and prerequisites

Greetings! I have a solution in VS2010 that defines 3-4 individual applications. These 3-4 apps are individual (but related) components that I need to have individually installed on our production ...
3
votes
1answer
320 views

Resume an installer after restarting

The installer needs to run the .NET 4 installer (dotNetFx40_Full_setup.exe) and Microsoft Surface Toolkit(SurfaceToolkitRuntime.msi). The problem is that the .NET 4 install needs to restart the ...
6
votes
1answer
990 views

Bootstrappers that download packages over the web from Microsoft

What are the best practices for creating internet download bootstrappers that reference Microsoft packages? For example InstallShield has a Setup Prerequisite that can download vstor40_x86.exe from ...
0
votes
1answer
305 views

DirectX Bootstrapper package

I want to share DirectX redistributable as a prerequisite package of my application setup msi( made with visual Studio). Anyone developed a bootstrapper package of DirectX? Where can I find it? I ...
3
votes
1answer
721 views

How to create a runnable setup out of bootstrapper packages?

I would like to install a .NET 4.0 application on the user's machine that does not meet certain prerequisites. I need to be able to define the installation order of these prerequisites in my ...
2
votes
1answer
1k views

How does the setup bootstrapper detect if prerequisites are installed?

Trying to solve this problem. I would like to learn how the bootstrapper detects if prerequisites (specifically .NET 3.5) are installed. According to this reference, a way to detect if .NET is ...
2
votes
1answer
612 views

How to pass values to msi through Inno Setup

I'm using Innosetup as a bootstrapper for my msi setup. It packs the main mis file and other prerequisites. It works fine when we use full UI. Now i want to install the whole setup in silent mode. ...
3
votes
2answers
5k views

Deploying Visual Studio Tools For Office 3.0 Runtime (EXE) in an MSI Package without using a Bootstrapper

I have created a Word Addin and created the MSI package to distribute it. Using the information found in http://msdn.microsoft.com/en-us/library/cc563937.aspx ... I have tested the Setup.exe and the ...
3
votes
2answers
1k views

How to pack two msi files and run a condition between them?

I need to pack two msi files in one setup.exe file (via bootstrapper) and run only one of them depending on condition (machine is x64 or x86). Is there a way to do that?
4
votes
1answer
2k views

Bootstrapper: Check if msi version is installed before running

I'm trying to find a solution for the following issue: I have numerous programs (lets call them slaves) that all rely on a single program (master). I need to distribute an installer for each slave. ...
8
votes
3answers
1k views

Launch x86 or x64 MSI from MSBuild bootstrapper

So I have a WiX based MSI that installs a handful of device drivers and therefore I have an x64 and an x86 version. The package also has a .NET 3.5 dependency so I'm generating a bootstrapper to do ...
1
vote
2answers
867 views

Is VS2008 Required to Generate a Bootstrapper

Am I required to install Visual Studio 2008 in order to build a bootstrapper for my msi installer? I don't have VS2008 installed on my build server, and I'd rather not install it just to generate ...
1
vote
3answers
1k views

VisualStudio MSI Bootstrap Loader Bug and Replacement

Right now, I am creating an msi and a setup.exe using the Visual Studio. It works quite well... till recently. I recently added a new dialog box with a Combo Box Control to the msi. Now when I install ...
7
votes
5answers
5k views

chained msi's/Bootstrapper/prerequisite?

I have a few component msi packages that need to installed together to form the end application. The problem is: the components that make up the package can be updated and the component relaunched ...