bootstrapper
Custom splash/start page for SL4 OOB application using Prism
I could use some help figuring out the best way to implement a \"splash\"/start-up page for my Silverlight 4 client applications that are built using Prism 2 and run out-of-browser.[详细]
2023-04-06 05:06 分类:问答.net bootstrapper for online distribution
I know how 开发者_C百科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 li[详细]
2023-03-27 04:32 分类:问答Adding prerequisites to setup project VS2010
I want to add new prerequisites to my visual studio setup project. Searching, I found the \"boot开发者_运维技巧strapper manifest generator\" that looks very nice, but the problem is that it doesn\'t w[详细]
2023-03-27 01:59 分类:问答bootstrap install .net on server 2003/2008
I have 开发者_开发问答read this article on creating a bootstrapper to install the .NET framework.[详细]
2023-03-16 05:58 分类:问答How to write bootstrap EXE, which launch MSIEXEC.EXE and then wait for its completion
I\'m trying to install my ActiveX plugin, packaged in nsi in a cab file, and encountered a problem. The log is[详细]
2023-03-13 06:47 分类:问答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 ge[详细]
2023-03-07 00:27 分类:问答Caliburn Launch without App.xaml, but with bootstrapper
I have a WinForms project from which I want to open a WPF window from a WPF user control project. But when I create an instance of the WPF window and call Show(), the bootstrapper i开发者_如何学编程sn[详细]
2023-03-05 08:29 分类:问答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 executabl开发者_StackOverflow中文版es (a program[详细]
2023-02-24 04:56 分类:问答Bootstrapper Package not showing in Prerequisites Menu
I am trying to add a custom bootstrapper package to a clickonce install in Visual Studio 2010, but the package is not showing up in the Prerequisites menu.I have added a folder in the \"C:\\Program Fi[详细]
2023-02-21 10:49 分类:问答Dot Net Installer: How to stop the "Skip" button from showing up?
Here is the installer builder that I am using, version 1.开发者_JAVA技巧10: http://dotnetinstaller.codeplex.com/[详细]
2023-02-20 09:32 分类:问答