vbMarkO Posted August 23, 2005 Posted August 23, 2005 Have an App of which I wish to make availabel via CD install to various users within our organization. I am more than positive they do not have the .net framework so.... What do I do? How do I deploy<--- never have before!!! Also, how do or where do I get the files needed so when it installs the app will work on their machines? vbMarkO Quote Visual Basic 2008 Express Edition!
Administrators PlausiblyDamp Posted August 23, 2005 Administrators Posted August 23, 2005 Have you looked in the Deployment part of the forum yet? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
lothos12345 Posted August 23, 2005 Posted August 23, 2005 Build installer project All you have to do is go file-new-project, select the setup and deployment project in the left pane and just follow the on-screen directions. I always add the installer to the solution myself. As for the .NET framework go to Windows Update and get it. Applications will only run on computers that have the .NET framework installed on them. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.