Deployment Options

  • Thread starter Thread starter Steve Bishop
  • Start date Start date
S

Steve Bishop

I'm interested in deploying a .Net application from a CD ROM or as a
download from my Web site. There are some robust installers out there
like the Wise install system.

Is there any known good free or low cost to license install systems that
would do this?

Also, If I want to include a database in my app, could I use an Access
database even if the destination server does not have MS Access
application installed? Help appreciated.
Thanks
 
Use Setup project that is a part of Visual Studio .Net.

You can't use an Access db without database components that come with
Access. Either full or run-time version of Access needs to be installed. If
you have the MS Office development version, you can deploy Access run-time
files with your database.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top