Packaging and distributing Access 2003 solutions

  • Thread starter Thread starter vbasean
  • Start date Start date
V

vbasean

I know you can get the Access developer extentions with Visual Studio
2005. I have a couple questions:

What do I have to get to have all the tools needed to package and
distribute an Access 2003 solution?

is there a way of distributing a split end database to users for self
installation?
 
If your users already have Access, you don't need the Developer extensions.
You only need the ADE if you want to (legally) distribute Access runtime to
people who don't have Access retail.

The packaging wizard that comes with ADE isn't good enough to warrant the
cost if all you need is an installer. Better off with a free installer like
Inno Setup.
 
vbasean said:
I know you can get the Access developer extentions with Visual Studio
2005. I have a couple questions:

No you can't. The Access 2003 developer extensions is available only
as part of VSTO or Visual Studio Tools for Office. Big difference.
What do I have to get to have all the tools needed to package and
distribute an Access 2003 solution?

That product is almost certainly no longer available in the retail
channels.
is there a way of distributing a split end database to users for self
installation?

That's the basics. You can get fancier though. Microsoft Access
(Office) Developer Edition FAQ
http://www.granite.ab.ca/access/developereditionfaq.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top