I'm actually done doing the small-scale application for our office, however, I really don't have any idea how to deploy this one. Can someone provide me any links on how to do this? This project will be deployed in one pc.
Asked
Active
Viewed 297 times
-1
-
this could help http://stackoverflow.com/questions/24158337/how-to-make-an-installer-in-vb-net-which-can-install-sql-server-express-edition/24166687#24166687 – Creator Aug 10 '14 at 14:46
1 Answers
0
If its a Windows application you need to create a setup project.
If its a web based application, install your application on your web server and provide clients with the appropriate link.

Shai
- 355
- 2
- 5
- 18
-
I didn't mention that I'm using VS Express for Desktop 2012 and according to my research, Express does not support InstallShield..do you have any other options available/ – user3907292 Aug 11 '14 at 01:07
-
Please check [this](http://stackoverflow.com/questions/12378125/create-msi-or-setup-project-with-visual-studio-2012), hope it will help – Shai Aug 11 '14 at 05:04