Setup for Updates
-
Hello All, How can I create a setup for updates using VS 2005? This update setup should contain only new/modified files. And when this update setup file will run, it should automatically detect the installed path, and must be able to copy/overwrite the new files.
Thanks in advance... Amit
-
Hello All, How can I create a setup for updates using VS 2005? This update setup should contain only new/modified files. And when this update setup file will run, it should automatically detect the installed path, and must be able to copy/overwrite the new files.
Thanks in advance... Amit
Your question is pretty vauge for such a broad topic. There are all kinds of different settings that need to be tailored to your specific project. You should probably start by reading some articles[^] or doing some google searches[^]. You may want to specifically search for the keyword ClickOnce[^], which is an easy to use deployment for VS 2005 but has some limitations. Hope this helps.