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.

learn more… | top users | synonyms

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 ...
3
votes
1answer
929 views

Managed DirectX as prerequisites

I am packaging an vb.net application which uses managed DirectX and I am not using vs deployment project etc. Now, I want to check managed directX 9 C is installed on the client or not. If not ...
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 ...
4
votes
2answers
767 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" ...
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. ...
1
vote
2answers
262 views

Running a bootstrapper on Windows 2000

Is there any way how to run the setup.exe bootstrapper generated by VS2008 with .NET 2.0 WinForms application on Windows 2000 SP4? If I try to run it, it gives me an error message about missing ...
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 ...

1 2 3 4 5