setup-deployment
How to make my ASP.NET Application Installable on any host
How can I make a setup version from my web application that will allow any user who have the required files to :[详细]
2023-02-17 22:13 分类:问答making setup project for app that works in local network
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.[详细]
2023-02-16 08:47 分类:问答Window Installer custom actions fails, says the custom action failed even though it succeeded
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[详细]
2023-02-15 05:24 分类:问答Setup And Deployment in .NET with MYSQL Database
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[详细]
2023-02-14 08:23 分类:问答How to remove files in %APPDATA% directory when uninstalling in a VS Setup Project?
My application (the application itself, not the 开发者_运维技巧installer) creates some files in the directory %APPDATA%\\Application.[详细]
2023-02-14 07:15 分类:问答Deploy pre-compiled ASP.net Website Project
I have a precompiled website in the precompiled folder inside the Pro开发者_运维百科jects directory. I want to deploy this website onto IIS7.0[详细]
2023-02-14 04:41 分类:问答Getting error code 2869 while installing an upgraded version of the same application
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.[详细]
2023-02-11 16:37 分类:问答Deploying a C# app that uses Microsoft.Ink.dll
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[详细]
2023-02-11 15:24 分类:问答How to install flash player from adobe site while installing my C# application?
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[详细]
2023-02-11 14:53 分类:问答Why is vcomp100.dll not included in my setup project?
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.[详细]
2023-02-11 11:05 分类:问答