I have a Setup Project and now i\'m at the point where i wonder how can I provide a notification and an automatic update to the users of my programm. (ClickOnce is not an opportunity) The Solution con
I would like to install an add-on to an application. The application does not create a registry key that I can use to locate it. Therefore the user should specify the directory of the program, the ins
I am deploying my application using the installer that i create using the Setup and Deployment project in visual studio. When i build the setup project i get a .exe and a .msi file.
One is [TargetDir]. There have to be more. Is the开发者_如何转开发re a list somewhere? The following msdn link has a list of the Windows Installer properties: http://msdn.microsoft.com/en-us/library/a
I\'m planning to deploy my DB file in the Users\\CurrentUserName\\AppData folder, because default User Account Control settings restrict write access to the Program Files directory where my program is
I have made a application using c# database and sucessfully made a setup projects that outputs setup files nee开发者_StackOverflow社区ded to install that application but when i install it on other mac
I need my application to create shortcuts to my application on all computers connected to a particular network, when the Setup is run.
If I right click the setup project and go to \"User Interface\". We will see \"Start\". if I right click and choose \"Add Dialog\"
I\'ve one windows application which uses sqlite DB. I\'ve created a setup for this application using setup and deployment project. I may 开发者_如何学JAVAhave to make builds every other month with cha
I am creating a web setup project using .net 2010. the setup is build successfuly. but when i install the setup it install the web site in virtual directory.