setup-deployment
How change the desktop shortcut image of WPF application?
I am creating a WPF Application, and I wanted to publish it. So I created a new Setup and Deployment project, and added my application to it. Now, when I created the setup file and ran it...it created[详细]
2023-02-11 06:03 分类:问答Localize installer with VS setup and deployment project?
I want to localize my i开发者_开发知识库nstaller but in Visual Studio 2008, Localization Property drop down does not contain the language. I think we could use code page but if users don\'t want to ch[详细]
2023-02-11 01:29 分类:问答Remove User.config At the Time of uninstalling The The Program
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.[详细]
2023-02-10 19:35 分类:问答How to detect the Program Files folder inside my executable?
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[详细]
2023-02-10 14:24 分类:问答-
Deploy MySQL server with VisualStudio 2005 application
I have a Visual Studio 2005 project (C#) that uses MySQL as a data storage engine, i would like to create a MSI package that install the app, and after install MySQL silently. I have been looking into[详细]
2023-02-10 10:31 分类:问答 WMI CreateProcess - spawned exes are stalling
I\'m using WMI\'s CreateProcess() to run an installation bootstrapper process (setup.exe) on a remote machine. The setup.exe is happily able to run .msi packages but for some reason it is not able to[详细]
2023-02-09 15:33 分类:问答Start WPF app after MSI installation complete
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[详细]
2023-02-09 05:06 分类:问答How to use the "File Check" option of BMG(BOOTSTRAPPER MANIFEST GENERATOR) tool to check if the preRequisite is already installed on the system?
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[详细]
2023-02-06 21:19 分类:问答VS setup project prerequisites
I\'ve created a setup project for my app and I need t开发者_开发知识库o include some prerequisites.[详细]
2023-02-06 18:40 分类:问答Steps to extract values from "USER INTERFACE" custom window textbox into my code, WHILE CREATING A SET UP PROJECT?
HI, I have created a setUp project for my windows application. My Solution has 2 Projects(1st 开发者_JAVA技巧is the Windows application and 2nd project is the setUp project that I added)I want to add[详细]
2023-02-05 04:44 分类:问答