![]() |
Deploy VB Application
:
I need to deploy a visual basic application that has been created in Visual Studio 2005. |
Re: Deploy VB Application
Right click the solution in solution explorer, choose add -> New Project... choose a setup project. Build the set-up project it will output a setup.exe and an msi file.
Google for tutorials on setup projects for more information, there's quite a lot you can do with them. |
Re: Deploy VB Application
:
Thanks for your reply, |
Re: Deploy VB Application
Quote:
Quote:
|
Re: Deploy VB Application
Im using 2005 Express Edition.
Quote:
|
Re: Deploy VB Application
Ok it seems the Express editions of Visual Studio don't include setup projects. Only the click once deployment technology which you can see how to use here:
http://msdn2.microsoft.com/en-gb/vstudio/aa718413.aspx It states that this method will add a shortcut to the users program menu. |
Re: Deploy VB Application
Quote:
|
Re: Deploy VB Application
It doesn't say and I don't know without trying it for myself which I might do one evening soon. If there isn't a way to do it using 'Click once' you could do it in your code. Keep a setting in the app.config file, when the app first starts you can read the setting, if it's false you could use a dialog box to ask the user if they want to make a desktop shortcut or not. Do the necessary according to their choice and set the config setting to true so the dialog doesn't show anymore.
|
Re: Deploy VB Application
There are third party installer tools you can get and use to make set-up programs too. Like Inno which is perhaps the most well known.
|
| All times are GMT -5. The time now is 9:06 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC