Page 1 of 1

preparing to deliver a visual basic application

Posted: Mon Apr 25, 2016 5:42 pm
by lmodern1878
Hello:

I'm working on a new aspect of my career in IT by developing my own programs, the question is what if anything do I need to do to prepare a visualbasic application written in VS2008 for distribution with IA 15? is this just like any other install project I'd normally create or do I need some additional steps (such as including of .NET, or setting things up in my installer project)

Re: preparing to deliver a visual basic application

Posted: Tue Apr 26, 2016 12:41 pm
by FrancescoT
Dear User,

basically a setup project is the same for any kind of application.

I suggest you to have a look at our white papers documentation available at:
http://www.installaware.com/publications-whitepapers.htm

The document "Using InstallAware to Deploy Microsoft .NET Framework Applications" describes step by step how to deploy a NET-application.
This can used as starting point to distribute any kind of application ...you may eventually include the Visual Basic RTMs in place of the Net RTMs.

Regards