Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
1k views

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 ...
Alan_m's user avatar
  • 75
7 votes
1 answer
3k views

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 ...
Jon Gallant's user avatar
7 votes
1 answer
2k views

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 ...
Christopher Painter's user avatar
0 votes
1 answer
263 views

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 located in ...
freakinpenguin's user avatar
2 votes
1 answer
4k views

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. ...
Ioannis's user avatar
  • 3,065
3 votes
3 answers
5k views

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: HKLM\...
Nate Zaugg's user avatar
  • 4,238
1 vote
2 answers
1k views

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 ...
Paulo's user avatar
  • 619
1 vote
1 answer
2k views

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 ...
Sandy's user avatar
  • 237
1 vote
2 answers
284 views

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 ...
user330753's user avatar
2 votes
1 answer
514 views

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 ...
Jason's user avatar
  • 223
1 vote
2 answers
2k views

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: C:\...
jonmiddleton's user avatar
  • 1,128
0 votes
1 answer
2k views

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 ...
Instal's user avatar
  • 1
2 votes
2 answers
2k views

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. ...
user298977's user avatar
4 votes
3 answers
29k views

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 ...
Kevin Kibler's user avatar
  • 13.6k
1 vote
2 answers
5k views

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)" /> ...
Alhambra Eidos's user avatar
0 votes
1 answer
781 views

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 \...
KMoraz's user avatar
  • 14.2k
0 votes
2 answers
2k views

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 ...
rabozo's user avatar
  • 1
5 votes
1 answer
4k views

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. ...
gollumullog's user avatar
  • 1,249
7 votes
3 answers
3k views

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 ...
MattB's user avatar
  • 171
14 votes
2 answers
12k views

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 ...
Edward Tanguay's user avatar
0 votes
1 answer
3k views

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 ...
arathorn's user avatar
  • 2,138
3 votes
1 answer
2k views

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 ...
DotNET's user avatar
  • 309
4 votes
2 answers
1k views

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://schemas.microsoft....
fryguybob's user avatar
  • 4,405
1 vote
2 answers
331 views

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 ...
user20353's user avatar
  • 1,303
0 votes
1 answer
318 views

Does anyone manage to bootstrap its development area using paver with python 2.6 ? I have install python 2.6, install paver with easy_install-2.6, everything looks fine. But when I try to launch the ...
Bertrand's user avatar
  • 601

1
10 11 12 13
14