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
how do i code the custom action during the uninstall? Would it requ开发者_运维百科ire a batch file?
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.
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
I need to install Flash player with my application MSI. So I did these steps: Go to Launch conditions editor.
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.
I do not with VS 2010 frequently so my question is \"beginner\". VS2010 creates a solution with the folowing directory structure (simplified):
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.
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
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