setup-project
execute sql script embedded in my setup project
I need to run a sql script while installing my program. I made a bat file which runs the script, and created a custom action on the commit of the setup project. The idea is the inst开发者_JAVA百科alle[详细]
2023-03-21 04:38 分类:问答Force remove the user.config during uninstall?
how do i code the custom action during the uninstall? Would it requ开发者_运维百科ire a batch file?[详细]
2023-03-20 19:36 分类:问答setup installer vs 2010 64 bit changed platform
I created a setup installer in vs 2010 and it is in .net Platform 3.0. Because my app is 64 bit , I also made the setup installer x64 (solution explorer-> target platform). it compiled and build fine.[详细]
2023-03-19 23:38 分类:问答How to set "Run as administrator" flag on shortcut created by MSI installer
I have a Setup and Deployment project in Visual Studio 2010. I would like开发者_JS百科 the installer to create two shortcuts to the executable of another project in my solution. One normal shortcut t[详细]
2023-03-19 15:51 分类:问答Registry search and custom actions
I need to install Flash player with my application MSI. So I did these steps: Go to Launch conditions editor.[详细]
2023-03-18 21:43 分类:问答Default uninstall functionality of Setup and Deployment Project can't be executed upon rebuild of setup.exe?
I created a setup project to install my application (*.bat file) and successfully installed to end-users\' pc. And run the same setup.exe to uninstall the installed application.[详细]
2023-03-18 09:14 分类:问答VS 2010, change location of project file
I do not with VS 2010 frequently so my question is \"beginner\". VS2010 creates a solution with the folowing directory structure (simplified):[详细]
2023-03-18 06:19 分类:问答how to detect Adobe Acrobat Reader installation in computer (not just browser) during Setup?
im creating a VS setup installer for my C# project. I need the client\'s machine to first install Adobe 开发者_如何学PythonAcrobat Reader X before proceeding to the actual installation.[详细]
2023-03-17 12:48 分类:问答Setup Project - Allow multiple installation of the same Windows Service
I have a question regarding to Setup Projects in .Net (c# language, Framework 4.0): I made a setup project for a Windows Service, on the installation wizard, the user must input the name of the Windo[详细]
2023-03-17 08:55 分类:问答Run two executable after Installation is complete
I am making an Installer using VS Setup project(using VS 2010). Everything is fine except that when I am trying to run two executable file in \"Committed\" event of the installer they are running befo[详细]
2023-03-16 21:27 分类:问答