bootstrapper
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\" BootstrapperItems=\"@(Bootstrapp[详细]
2023-02-19 06:58 分类:问答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.[详细]
2023-02-06 12:26 分类:问答ClickOnce Deployment with a Database as a Prerequisite
I have a Winforms application that I want to publish using ClickOnce. This application comes with an initial database, which must be installed once on a per-machine basis. After much ado, I have lande[详细]
2023-02-05 20:44 分类:问答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.[详细]
2023-02-05 14:47 分类:问答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 deployme[详细]
2023-02-04 20:58 分类:问答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 modulewhich cannot only be utilised by Shell\'s bootstrapper, b开发者_如何转开发ut also can be embedded in non-PRISM applications.[详细]
2023-01-30 15:44 分类:问答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[详细]
2023-01-29 02:47 分类:问答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 t[详细]
2023-01-23 10:36 分类:问答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.[详细]
2023-01-18 22:31 分类:问答Want to opdate or create bootstrapper packages myself
I am quite new开发者_JS百科 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[详细]
2023-01-17 10:59 分类:问答