|
Home > Archive > MS Access Multiuser > May 2005 > deploy Ms Access
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Is there a way to deploy an Access app that doesn't require the client to
purchase a copy of Access? Will .mde do this? If purchase of Access is
required, is there a way to automate or include it in an install routine?
--
sam
| |
| Alex White MCDBA MCSE 2005-05-24, 7:24 am |
| You are looking for the Access Runtime,
This is part of the Office Developer Extensions it is an additional purchase
to Access/Office it allows you to distribute royalty free Access
applications it comes with an installer that allows for the runtime to be
installed at the same time as your application. Be warned your runtime
application will not have any of the default menus/toolbars you have to
setup your own, all you code needs to be wrapped within error trapping code
to work correctly.
--
Regards
Alex White MCDBA MCSE
http://www.intralan.co.uk
"smk23" <smk23@discussions.microsoft.com> wrote in message
news:4673B36A-A2EB-491D-BD73- E19FB311162B@microso
ft.com...
> Is there a way to deploy an Access app that doesn't require the client to
> purchase a copy of Access? Will .mde do this? If purchase of Access is
> required, is there a way to automate or include it in an install routine?
> --
> sam
| |
|
| that's very helpful. I will look into getting runtime.
--
sam
"Alex White MCDBA MCSE" wrote:
> You are looking for the Access Runtime,
>
> This is part of the Office Developer Extensions it is an additional purchase
> to Access/Office it allows you to distribute royalty free Access
> applications it comes with an installer that allows for the runtime to be
> installed at the same time as your application. Be warned your runtime
> application will not have any of the default menus/toolbars you have to
> setup your own, all you code needs to be wrapped within error trapping code
> to work correctly.
>
>
> --
> Regards
>
> Alex White MCDBA MCSE
> http://www.intralan.co.uk
>
> "smk23" <smk23@discussions.microsoft.com> wrote in message
> news:4673B36A-A2EB-491D-BD73- E19FB311162B@microso
ft.com...
>
>
>
|
|
|
|
|