I\'ve included .NET 3.5 prerequisite and chose to download it from the same location as application (second radio button).
My application (the application itself, not the 开发者_运维技巧installer) creates some files in the directory %APPDATA%\\Application.
I want to create a setup which requires Microsoft SQL Server 2005 and .NET Framework 3.5. If this software isn\'t installed, the S开发者_StackOverflow中文版etup should offer the user to install them n
I’m working on a setup project and have my own custom installer class in a separate library. From within my custom class I override the install, rollback, commit and uninstall methods.
I’m currently working on a Visual Studio 2010 setup Project and would like to know if the following is possible:
I have a C#.NET application having some version 1.0.0.1. I did some modifications to my application & want to release it with an upgraded version 1.0.0.2.
I have created a setup project for my C# application. I w开发者_如何学Pythonant to install flash player before my C# application installs. The flash player installation should happen from the online l
I have created a console application (blah.exe) with specific app.config\'s for dev and prod. These are named dev_app.config and prod_app.config. I have hooked up an AfterBuild target in my csproj fil
How do I register the file vcomp100.dll on my Windows XP box? My compiled Visual C++ program seems to need this file in order t开发者_开发百科o work.
I use Visual Studio Setup projects to create MSI\'s for my .Net Applications.It would be nice if I could have my vers开发者_JAVA技巧ion numbers auto-increment.Even better would be an option to set the