Tagged Questions

0
votes
1answer
13 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 …
1
vote
3answers
147 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" xmlns='http …
0
votes
0answers
58 views

Bootstrap manifest generator gives error

I am trying to add Direct X 9 c in the list of prerequisite of click once installer. For which i am using Bootstrap Manifest generator as i read in some article on building the Bo …
1
vote
1answer
86 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 b …
0
votes
1answer
79 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 th …
4
votes
4answers
925 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 co …
0
votes
0answers
47 views

Put multiple files inside a Visual Studio bootstrapper

I have an installer with an external UI handler. Therefore, I have a Setup.exe and a setup.msi file. How can I put both files inside the bootstrapper? Thank you. <Project xmlns …
3
votes
1answer
348 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 …
1
vote
1answer
435 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 pa …
0
votes
1answer
211 views

How do I build a PXE-bootable boot loader from Workbench?

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 Work …
3
votes
3answers
1k 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 …
3
votes
1answer
207 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 …
1
vote
3answers
477 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 …
1
vote
2answers
321 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 …
1
vote
2answers
199 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 …