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.
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
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
I have 开发者_开发问答read this article on creating a bootstrapper to install the .NET framework.
I\'m trying to install my ActiveX plugin, packaged in nsi in a cab file, and encountered a problem. The log is
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
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
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
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
Here is the installer builder that I am using, version 1.开发者_JAVA技巧10: http://dotnetinstaller.codeplex.com/