I need to push out a Crystal Reports Active X Print Control to my users, as they do not have access to their own machines to install it themselves.Ideally I\'d like to do this via an MSI that I can pu
Develop an application on Compact Framework. net 3.5 c# for Windows Mobile 6.x. In uninstalling the application would like to remove some keys in the register and a folder with its contents.
I\'m working on a setup project.In a separate library project I created a custom installer by inheriting from System.Configuration.Install.Installer and added the generated .dll as a custom action.(In
Hi I Need开发者_StackOverflow中文版 help for uninstalling The user.config File at the time uninstalling my program, because at the time of installation i am assignig Setting.
I made a very nice setup project 开发者_如何学JAVA(New Project -> Other -> Setup and Deployment -> Visual Studio Installer -> Setup Project), but I really like the way ClickOnce works.
My problem is, currently, all the references inside my program are using C:\\\\Program Files\\\\Myprogram folder. Is there a way that I can make my开发者_如何转开发 program is installable at any machi
I have a WPF app that gets installed via an MSI, generated from a \"setup project\" in visual studio 2010. I was wondering how I tell the setup project to start the 开发者_如何学运维WPF app (primary o
I have created a Visual Studio Deployment Project for my application. We are a using subversion to manage version numbers and I\'ve got versionInfo.cs file which contains the version number. I want to
Hi I am using BMG (Bootstrpper Manifest Generator) tool to pa开发者_StackOverflow社区ckage acustom \"PREREQUISITE\" application, which can be installed prior toinstallation of a set up project applica
I have migrated from VS2008 to VS2010. Installing a Windows Service used to be a breeze and now the procedure stinks. 1st of all, my upgraded setup project result in an MSI which is not compatible wit