Bootstrappers are programs that run a sequence of installation packages one after another. This is often needed when a product has to have certain prerequisites installed.
8
votes
1answer
1k views
What is the best practise to create MSI with some other child MSI as prerequisite?
Currently we are using Innosetup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found that burn tool which may help us to resolve this issue by ...
11
votes
1answer
5k views
Looking for Prism example of Modules loading themselves into a menu
Does anyone know of WPF code examples using Prism in which modules each register themselves as a menuitem in a menu within another module?
(I've currently got an application which tries to do this ...
13
votes
1answer
5k views
Visual C++ 2010 Runtime Libraries prerequisite keeps popping up on a VS 2010 created installer
I created an installer with Visual Studio 2010 Version 10.0.40.219.1 SP1 Rel. My application is built/compiled for x86 and requires VC++ runtime libraries. Thus, the setup project is configured with ...
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 ...
5
votes
2answers
4k views
How to bootstrap .NET 3.5 SP1 with msbuild? following found instructions doesn't work
I'm trying to use msbuild GenerateBootstrapper task to distribute a .net application with the framework, without the need of internet connection to install it.
I've found many posts that all lead to ...
4
votes
2answers
2k views
How can i put a compiled boot sector onto a USB stick or disk?
Hey
I'm actually interested in how an OS works, from the POST over the Boot process to the Kernel, GUI, etc.
Well I have to start at the beginning: The bootsector
Most tutorials only specify how to ...
8
votes
4answers
2k views
Ninject.MVC3 Bootstrapper's Kernel property is marked as Obsolete. How can I get access to the kernel?
I updated Ninject.MVC3 package from 2.2.1.0 to 2.2.2.0. Before I had access to the Kernel object through BootStrapper.Kernel property but in the new version Kernel property is marked as obsolete. I ...
1
vote
2answers
2k views
Creating a custom bootstrap / bootloader in C#
We've decided to create a custom bootstrapper for our deployment solution. We are currently re-writing and re-designing our deployment strategy for all of our products. Sadly, none of us are ...
18
votes
5answers
10k views
How to get the Windows SDK folder in MSBuild?
What would be the way to retrieve the Windows SDK folder in an MSBuild task?
Using the generateBootstrapper task I'm creating a bootstrapper for my setup to be able to install the pre-requisites. ...
4
votes
1answer
973 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 ...
2
votes
1answer
2k views
VS 2010 BootStrapper for WIC (Windows Imaging Component) before .Net 4 installation in XP
I have created a setup and deployment project for my .Net 4 app in VS 2010. In my prerequisites i have checked .Net4 prerequisite but i have learned that .Net4 has left out WIC (Windows Imaging ...
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 ...
6
votes
1answer
3k views
General failure building bootstrapper
while doing the build of my dontnet 4.0 project setup i'm getting following errors
An error occurred generating a bootstrapper: Unable to finish updating resource for E:\project\Setup\Debug\setup.exe ...
6
votes
1answer
1k views
How should I implement an MVC Bootstrapper for Unity and AutoMapper?
What is the best way to create a bootstrapper for my MVC 2 app? I'm using Unity and AutoMapper and want to abstract the loading and configuration of them as much as possible.
A decent example is ...
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 ...
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. ...
4
votes
2answers
770 views
Bootstrapper Prerequisite ordering
When using the generic bootstrapper with MSBuild how is the order of installation of prerequisite items determined?
For example, given:
<Project ToolsVersion="3.5" ...
2
votes
1answer
598 views
WiX Burn - Determine what items are already installed
I've a burn installation whereby the user can select which of three options to install - each one directly relates to one of three MsiPackages in a chain, such as :
<Chain>
<MsiPackage ...
2
votes
2answers
730 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 ...
2
votes
1answer
2k views
WIX: GenerateBootStrapper conditions?
I've built an installer with WIX and have packaged it with the .NET 4.0 framework using the GenerateBootstrapper task. Now .NET 4.0 cannot be installed on XP SP2, but it appears to have no ...
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 ...
1
vote
1answer
210 views
Cancel Installation and Rollback using wix burn Boostrapper UI
I am using Wix 3.7. I am trying to create wix burn bootstrapper that install my msi. I have added two buttons in my BA UI for Install and Cancel. i am using C# for BA UI design.
I have added the ...
1
vote
1answer
1k views
WiX: Where can I download the bootstrapper?
I'm running Visual Studio 2008 SP1, and I'm getting the following error when trying to compile my WiX projct:
Could not find required file
'setup.bin' in 'C:\Program
Files\Microsoft
...
1
vote
2answers
864 views
Error URL for Prerrequisites Setup.exe Click Once VS 2008
I have this trouble:
I am using VS 2008 Team Suite, and I have WinForms csproj. I want Publish it using ClickOnce.
In Publish Properties of csproj, I have these values:
Publishing Folder ...
0
votes
1answer
83 views
dotnetInstaller should terminate on failure of registry check
I have very basic requirement of terminating the installation process on failure of finding registry key, during execution of dotNetInstaller bootStrapper.
I am installing WebApplication and want to ...
0
votes
1answer
574 views
How to force SqlExpressChk.exe from bootstrapper to check for other instance than SQLEXPRESS
In SQL Express bootstrapper there is a file called SqlExpressChk.exe used to check the version of the installed SQL Express.
Unfortunately I've read that this file is looking for instance name ...
0
votes
3answers
604 views
Initiate / call bootstrapper in WiX
I have created a bootstrpper using the dotNetInstaller tool. The created bootstrapper internally has these installers:
.NET Framework 4.0
SQL Server Express
Now through WiX, what are the steps ...
0
votes
1answer
4k views
Wix Burn custom UI
I am trying to create a custom UI for Wix and Burn. I have followed some of the guides I've found and so far I have a project that has the following, which inherits from BootstrapperApplication
...
0
votes
2answers
1k views
Problems with Prism hosted in a WinForm ElementHost
I am having problems with hosting a WPF prism app in an ElementHost control and am desparate for help.
The PRISM app runs fine in silverlight and in a standalone WPF.
The main Shell seems to setup ...