We are using a .NET component that uses satellite assemblies for localization. However, if we want 开发者_C百科to create our own translations, we would have to send our translations or pay for the sou
I am creating an installer for an Application that requires MSMQ to be installed, so if MSMQ is not installed, I need to install the msmq. So can MSMQ be installed using C# or any command??
W开发者_C百科e\'re using InstallShield to author our MSI installers. InstallShield has support to run SQL scripts during installation. The good thing about them is that they are transacted.
I\'m using VS 2010 Express and I\'ve written an app that I want to deploy.I\'ve decided to use a custom installer a开发者_开发技巧nd I need to know, other than my .exe and .dll files, which files from
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have created a Windows Service, and an associated installer using Visual Studio 2010. All of this works fine, and the Installer creates the service, and sets it\'s Log On credentials to Local System
I\'m in the search for a installer solution for my application and I like the installer used by JDownloader.
I am creating a BlackBerry Application with Webwork and PhoneGap. When I build an application 开发者_开发问答it creates two directories:
I have developed an application in Netbeans which connects to a remote computer\'s message queue and sends messages. There are other features also for the application.After the completion of the proje
We have a custom setup engine (written in C#) that needs to continue the installation after a reboot, because the .NET Framework 4.0 setup requires this.