-2
votes
0answers
32 views

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
0answers
5 views

Setup Project with SqlLocalDB as Prerequisite

I need to include SqlLocalDB.MSI as a prerequisite of my project setup. With Visual Studio 2010. How can i do this?
0
votes
0answers
24 views

where to get the .net 3.5 bootstrapper?

I have a windows 7 machine, already have .net 4.5 and it's sdk installed as well as VS2012. I have a .net 3.5 project that I need to publish but I get the following error: ...
1
vote
1answer
252 views

WiX Bootstrapper - Install MSI from CustomAction

I have created a Bootstrapper with WiX. It contains a chain with two MSI-Packages. When it is running, It is calling a .NET-CustomAction which is showing a View (like this sample: ...
1
vote
1answer
251 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 ...
0
votes
1answer
130 views

How to get DirectoryModuleCatalog to work?

I am using Prism 4 and MEF for a WPF project. I have some DLL that needs to be loaded from a directory. These DLL implements IModule through IGame and are properly formed (or at least I think so) : ...
2
votes
1answer
446 views

Embedding .Net Framework setup executable in WIX bootstrapper

Is there some way to embed the .Net framework redist exe (dotNetFx40_Full_x86_x64.exe) inside my wix bootstrapper "Sedtup.exe"? My feature MSI is allready embedded in the Setup.exe. I would like to ...
4
votes
1answer
142 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 ...
3
votes
1answer
466 views

Wix bootstrapper won't detect installed .NET framework

I have a Wix installer and bootstrapper application to install my application and a service. As a prerequisite I need the .NET 2.0 SP2 Framework installed and tried to detect that using the following ...
0
votes
1answer
639 views

Adding WIC as a requirement before .NET 4.0 in WiX Burn custom Managed Bootstrapper

I'm having trouble getting a burn bundle with a custom managed bootstrapper application to launch on certain platforms that do not come with Windows Imaging Component, which is required to install ...
0
votes
0answers
238 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
422 views

Using dotNetInstaller to check whether SQL Server 2008 is installed

I am trying to create a bootstrapper with dotNetInstaller for my application which needs Microsoft SQL Server 2005 Backward Compatibility Components. I have added a check for that using the pre-built ...
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 ...
4
votes
3answers
213 views

.net bootstrapper for online distribution

I know how to build a .NET bootstrapper to be distributed via CD/DVD using dotnetInstaller. But I am planning to distribute my application over internet. I have an .msi and dependencies like .NET ...
0
votes
1answer
170 views

General-purpose bootstrappers for chaining multiple “packages”?

I've been playing around with dotNetInstaller for some time now. It's a great general-purpose bootstrapper that can handle most of your bootstrapping needs. It's a little dodgy on getting install ...
17
votes
3answers
8k views

How do I change the .NET framework bootstrapper package?

I have a C# project that I previously had targeting .NET 4.0, and now I want to target .NET 3.5, but I am getting this warning: The version of the .NET Framework launch condition '.NET Framework ...
1
vote
1answer
462 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 ...
1
vote
2answers
254 views

Rolling multiple MSIs into a single EXE

I'm using VS2010 and wix3.5 I'm generating 3 different MSI (a driver pack, a tray app and the main app) and I want to install all 3 from a single .EXE file. I know i need to use a bootstrapper, what ...
3
votes
1answer
319 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 ...
0
votes
1answer
573 views

How to check for pre-requisite before bootstrappers are run within wix

I have defined a SQL server bootstrapper in the .wixproj file: <BootstrapperFileV7 Include="Microsoft.Sql.Server.Express.10.0"> <ProductName>Sql Server Express</ProductName> ...
3
votes
1answer
716 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 ...
1
vote
1answer
826 views

Custom prerequsites to visual studio setup project

I have a Visual Studio Setup project and have followed the steps mentioned in this link to load the Shared Add-in Support Update for the Microsoft .NET Framework 2.0 (KB908002) to the prerequisites ...
0
votes
2answers
219 views

What is the role and purpose of a bootstrapper?

I'm working on an application which uses a bootscrapper object to perform some operations when the application first starts. e.g. registers IoC objects, puts certain variables into the asp.net ...
1
vote
2answers
261 views

Free launcher or bootstrapper that checks OS Version or whether .net framework installed

I look for a free launcher or bootstrapper that checks whether the .net framework is installed, and starts my app1.exe, or app2.exe if not. Alternatively a louncher that checks for the OS version.
1
vote
1answer
1k views

.NET Prism Bootstrapper GetModuleCatalog question

Can someone please explain where GetModuleCatalog (Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.GetModuleCatalog()) is called in the Prism shell? I understand that it needs to be ...
2
votes
1answer
3k views

.NET Framework 3.5 SP1 Language Pack ClickOnce package

Visual Studio 2008 SP1 doesn't provide any language pack prerequisite for the .NET Framework 3.5 SP1. My research results are: it should be easy to create a custom bootstrapper package that installs ...
4
votes
2answers
765 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" ...
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 ...