Installing custom programs
-
martedì 24 aprile 2012 20:09
I created my application. Whenever I install a new program, the program asks me where I would like to store the files for the program. It creates a folder on my computer with the files for the program. I want to create the folder for it and have the program start at start up. How do I do this? I am using Visual Basic 2010 Express edition.
Tutte le risposte
-
martedì 24 aprile 2012 21:44
The only deployment option in Express is Click Once deployment.
You start the process by selecting the Publish option in your Build menu.
For more on Click Once, read here:
FAQ: How do I publish/deploy the WinForms application including a database file via ClickOnce?
ClickOnce and Setup & Deployment Projects Forum is here:
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/threads
- Proposto come risposta Mark Liu-lxfModerator giovedì 26 aprile 2012 03:56
- Contrassegnato come risposta Mark Liu-lxfModerator giovedì 3 maggio 2012 09:06

