setup-project
How to install bootstrappers and an MSI
I recently changed my product\'s deployment. I previously used a Visual Studio Setup Project.Visual Studio produces a Setup.exe file that installs all of the prerequisite components (Windows Installe[详细]
2023-04-11 16:12 分类:问答InnoSetup MsiQueryProductState
I want to replace the VS setup by the Inno Setup. Do check if an old version is installed i found the \'MsiQueryProductState\' method.[详细]
2023-04-11 03:46 分类:问答How to create SFX self executing or Bootstrapper setup with .NET
How to build the setup similar to microsoft\'s dotnet 3.5 which is SFX self executing setup. So which will have the company information, and version info, etc of the project\'s setup.exe into the fin[详细]
2023-04-10 22:57 分类:问答How to Resolve error 1001 while installing windows service
I am getting following error while installing windows service. Error 1001 . An Exception occurred during the commit phase of the installation. This exception will be ignored and installation will co[详细]
2023-04-10 19:15 分类:问答How do I associate file types in VS Setup project with a condition?
I need to ask for user\'s permission to change video and audio file associations on their computer, so I added a checkbox UI to the setup project in VS2010. My problem is that I don\'t see a condition[详细]
2023-04-09 15:12 分类:问答how to create setup for excel addin?
I have a created an excel addin application in vb.net using vs2010.The application is working fine while running from IDE. Now I want to create a se开发者_Python百科tup for the application to install[详细]
2023-04-09 14:11 分类:问答Setup Project msi builds+ claims successful install, but no output
As per the title, I c开发者_C百科reate a msi installer and then run it and it claims to have successfully installed and if I look in the control panel to add/remove program it appears there. However,[详细]
2023-04-09 07:09 分类:问答VS Web Setup Project alternatives?
Can anyone recommend a better installer for web-applications? What do you use to deploy/install yo开发者_StackOverflow中文版ur web-apps?[详细]
2023-04-09 02:08 分类:问答New MVC project
I just need some guidance. I\'m fairly new to MVC3 and to web development in general. I want to create my own project that will involve data storage/access (SQL server db) and user log in functionalit[详细]
2023-04-08 09:50 分类:问答Install Type 1 Font in VS 2010 Setup Project
I\'m trying use a Visual Studio 2010 setup project to package a set of Type 1 fonts into a MSI file for easy installation.[详细]
2023-04-07 14:46 分类:问答