How can I make a setup version from my web application that will allow any user who have the required files to :
I wrote a WinForms app and it runs on the local network.My database is SQL Express, with multiple clients connecting to a central server.
I have a Visual Studio setup and deployment project that runs a couple executables after the commit custom action. The installer fails with this error: \"There is a problem with this Windows Installer
i 开发者_高级运维have made an window based application in C# and MySQL is my database.now while making setup of application. does it require to install MYSQL @ client\'s machine??First thing to know i
My application (the application itself, not the 开发者_运维技巧installer) creates some files in the directory %APPDATA%\\Application.
I have a precompiled website in the precompiled folder inside the Pro开发者_运维百科jects directory. I want to deploy this website onto IIS7.0
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 a legacy app that captures signatures. It uses Microsoft.Ink.dll that came from a Windows Tablet SDK. I am maintaining the app on Windows 7 VS 2010 and it runs fine on my box. When I deploy the
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
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.