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.
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 ...
0
votes
2answers
606 views
Windows Installer XML (WiX)
My application needs .Net Framework 3.5, Crystal Report 10.5 and SQLServer Express 2005 as pre-requisites. For this purpose I created a wix setup project and added the msbuild task for prerequisites.
...
1
vote
1answer
229 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"
...
0
votes
1answer
410 views
Problem with converting project from Caliburn.Micro to “normal” Caliburn
need convert project from caliburn.micro to normal caliburn. I have problem with bootstraper class.
I caliburn.micro look like this:
public class MefBootStrapper : BootStraper<IShellViewModel>
...
1
vote
2answers
563 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 ...
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
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
39 views
How can I make my bootstrapped install as simple as possible?
I'm using WiX to create an installer and generate a bootstrapper. The bootstrapper comes out as a separate file that does its thing and then executes my MSI installer. I want to make this process as ...
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 ...
0
votes
1answer
574 views
Want to opdate or create bootstrapper packages myself
I am quite new to Windows Installers, i faced some problems, but finally accomplished what i wanted. One important question remains for me. I can't figure out where i can download or how to create or ...
6
votes
1answer
985 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 ...
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 ...
0
votes
1answer
177 views
Wix Bootstrapper should take installfiles from subfolders [duplicate]
Possible Duplicate:
How do I make a WiX installer with a completely self-contained .NET 3.5 sp1 installer?
Is there any possibility to say the WIX-Bootstrapper to take the Installfiles ...
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
2k 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.
...
1
vote
1answer
467 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 ...
2
votes
3answers
3k 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:
...
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>
...
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
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
827 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
242 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
845 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 ...
2
votes
1answer
433 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 ...
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
890 views
Can I modify package.xml file in SQL bootstrapper to install a named SQL server instance
I want to use the SqlExpress2008 Bootstrapper for a new installation on Windows7, I do not want to use the default SQLEXPRESS Instance.
I have attempted to edit the package.xml file located in:
...
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 ...
0
votes
1answer
933 views
Bootstrapper Package for SQL Server 2008 Native Client and SQL Server 2008 Management Objects
I'm using the Bootstrapper Manifest Generator to make bootstrapper packages for the following redistrbutables:
Microsoft SQL Server 2008 Management Objects
Microsoft Core XML Services (MSXML) 6.0
...
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
...
2
votes
1answer
611 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. ...
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 ...
0
votes
2answers
10k views
How do I prevent InstallShield 1158 errors?
Sometimes, when running an InstallShield installation, an error dialog will appear containing the text "1158", and OK button, and nothing else. InstallShield error 1158 means there was a problem with ...
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 ...
1
vote
1answer
2k views
changes url of setup.exe (deploy ClickOnce) using Msbuild
I use msbuild for using setup -url="location"...
I publish application using ClickOnce and I want changes the url in the setup.exe.
<Exec Command="$(PublishDir)\setup -url=$(ProviderUrl)" />
...
1
vote
2answers
862 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
615 views
Reusing InstallShield prerequisites
I'm looking to have a release layout with multiple installers but with a single source for prerequisites, in the following structure:
\Product1\setup.exe
\Product2\setup.exe
\Product3\setup.exe
...
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?
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 ...
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 ...
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. ...
0
votes
1answer
498 views
Bootstrapper with custom package
I'm currently developping a bootstrapper to deploy one of my VSTO addins.
I thus created a prerequisites list before compiled it with MSBuild, but I also need to test and install the otkloadr.dll fix ...
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
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 ...
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 ...
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 ...
0
votes
1answer
1k views
How do I build a PXE-bootable boot loader from Workbench? [closed]
I'm trying to build a VxWorks boot loader that is PXE-bootable from Workbench, but not having any success. Here is a run-down of my environment:
VxWorks 6.6 + latest patches
Workbench 3.0 + latest ...
1
vote
2answers
866 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 ...