Tagged Questions
The bootstrapper tag has no wiki summary.
17
votes
4answers
5k 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. ...
7
votes
1answer
442 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 ...
6
votes
1answer
627 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 ...
6
votes
1answer
3k 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 ...
6
votes
5answers
4k 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 ...
5
votes
2answers
825 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 ...
4
votes
1answer
135 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 ...
4
votes
1answer
442 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 ...
4
votes
4answers
810 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 ...
4
votes
2answers
2k 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 3.5' ...
4
votes
2answers
2k 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
1k 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
491 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" ...
3
votes
1answer
54 views
Specifying conditional prerequisites in WiX
I'm working on a WiX 3.5 project that installs a Windows service and a WPF client. The service uses SQL Server SMO and SQL Server CE, while the client uses DevExpress libraries. During installation, ...
3
votes
3answers
86 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 ...
3
votes
1answer
447 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 ...
3
votes
1answer
178 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 ...
3
votes
1answer
516 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 ...
3
votes
1answer
460 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 ...
3
votes
2answers
3k 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
740 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?
3
votes
1answer
630 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 ...
2
votes
0answers
383 views
SQL Server 2008 R2 SMO bootstrapper install fails because of dependent product status is unknown
I am creating a bootstrapper package where it should support all platform [x86,x64,ia64]. When I included all different platform MSI in product.xml of MSXML6.0, SQL CLR type, Native client and SQL ...
2
votes
1answer
979 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 ...
2
votes
1answer
702 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
581 views
Wix: How to define conditional bootstrapper pre-requisites?
I am using WIX 3.0 Toolset and VS2008. In my ".wixproj" file I have added the following code (which works fine). I want to add a condition so that it will only install PIA if office 2007 is installed.
...
2
votes
3answers
1k views
Detecting if SQL Server 2008 is installed
I am using dotNetInstaller as a bootstrapper and I need to detect if SQL Server 2008 or above is installed as a prerequisite.
Currently I am using this registry to detect the installation:
...
2
votes
1answer
288 views
Getting started with Prism (Ent Lib v5) and building an app framework
Can anyone point me to any useful examples of an application framework being built using the newly released Enterprise Library 5?
I have previously used v4.1 and after downloading the source for v5 ...
2
votes
1answer
643 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
433 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. ...
2
votes
2answers
434 views
Putting a compiled boot sector onto an USB Stick
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 ...
2
votes
1answer
2k 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 ...
1
vote
2answers
83 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 ...
1
vote
1answer
140 views
Caliburn Micro and Windsor Castle Boostraper { No component for supporting the service }
Hi I try use Windosor Castle with Caliburn Micro. Until now I use only MEF.
I founf this Castle Boostraper : https://gist.github.com/1127914
I added this calls to my project and modified App.xaml ...
1
vote
0answers
258 views
Adding prerequisites to setup project VS2010
I want to add new prerequisites to my visual studio setup project. Searching, I found the "bootstrapper manifest generator" that looks very nice, but the problem is that it doesn't work well on 64bits ...
1
vote
0answers
68 views
Wix creates a Bootstrapper folder - is it needed?
When I build my Wix project, it creates a Bootstrapper folder in the output directory (i.e. bin\Debug\Bootstrapper). Is that folder actually needed by the installer, or is it just an intermediate ...
1
vote
0answers
213 views
How to install custom pre-requisites Visual Studio 2008 Setup Project
I'm developing a VS2008 Setup project and I need to install (or not if already exists) some nested prerequisites.
I made two Manifest Package with Bootstrapper Manifest Generator for VS2008 and put ...
1
vote
1answer
437 views
Prism / Mef Directory Catalog SatisfyImports
In my app I have a module that I have been referencing direct from the shell (just while I get things working).
i.e.
protected override void ConfigureAggregateCatalog()
{
...
1
vote
0answers
60 views
Dot Net Installer: How to stop the “Skip” button from showing up?
Here is the installer builder that I am using, version 1.10:
http://dotnetinstaller.codeplex.com/
In the config file, I have multiple Setup Configurations.
For the created bootstrapper, there will be ...
1
vote
1answer
114 views
Why doesn't NAnt generate a bootstrapper file after calling MSBuild on a project?
I have a project with this in its MSBuild script:
<Target Name="AfterBuild">
<GenerateBootstrapper ApplicationFile="MyApp.msi" ApplicationName="My App" ...
1
vote
1answer
229 views
Facing a error while installing product through Setup.exe(which uses .net framework 4.0)
We are not able to create the installer after migrating the code from VS2005 to VS2010. We have done all the settings for the new boot strapper file, and the setup.exe which is generated using the ...
1
vote
1answer
189 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
0answers
131 views
How do I ensure the “Publisher” field is populated for my ClickOnce *Bootstrapper*
I've got an application that I deploy via ClickOnce. I do all the manifest generation/signing in an MSBuild script. Up until today we've been using a self-generated certificate, but now I've got a ...
1
vote
2answers
129 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 ...
1
vote
1answer
122 views
How to localize the Visual Studio bootstrapper?
I have a wix setup project with the following msbuild bootstraper settings:
<GenerateBootstrapper ApplicationFile="$(TargetFileName)"
Culture="cs"
ApplicationName="Slais"
...
1
vote
2answers
341 views
How to create WPF/Silverlight module utilizing prism but also that can be embedded in non-prism applicationss
I want to have create a WPF or Silverlight module which cannot only be utilised by Shell's bootstrapper, but also can be embedded in non-PRISM applications.
In short is there a way PRISM module can ...
1
vote
1answer
287 views
Using Prism, how do I register my user control inside the unity boot strapper?
I am using Prism (Composite Application Framework) to build an application. I have my shell created and it has three regions( Main, menu, switchboard). I would like to load my switchboard region in ...
1
vote
1answer
314 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 ...
1
vote
2answers
192 views
Can i use VS Setup Project to build a bootstrapper which can install correct platform version or are there any free 3rd party tools?
I'm building 2 different MSI with Visual Studio Setup Project. One for x86 and x64. But i couldn't find a way to combine both into one project so that the bootstrapper is installing the correct ...
1
vote
1answer
613 views
Boot strapper for VSTO 3.0 SP1
I've got a .net 3.5 vs2008 Excel addin.
I've created an installer for it and have it working apart from the fact that I cant get an option in the prerequisites for VSTO 3.0 SP1.
I have one for VSTO ...