-
Installation?
Hi and thanks for reading.
I've just made the jump to VisualStudio.Net a few months ago. In Visual Studio 6.0, InstallShield was included for application deployment. I know that this is not necessary anymore because the end-user needs the .Net framework on his/her local machine in order to run an app developed in .Net. But what about an application developed in unmanaged VC++? How should it be installed? I'm asking because I can't find InstallShield or some other default installation software in VisualStudio.Net.
Thanks in advance,
OneSource
P.S. I know this is a "VB.Net" forum, but I wasn't sure where to put this thread. :afrog:
-
To install projects in VS.NET, Add a Setup Project to your solution from the Setup and Deployment Projects folder.
-
Thanks CyberHawke ....
That was a simple one but, like I said, I'm new at VisualStudio.Net!
Thanks again,
OneSource