access vs runtime for licence issue

N

nobby

I understand that access installed from developers office
uses the same exe file as the retail version of the
product (msaccess.exe). If I dont actually have 'access
to' someones machine (remote site) and they are claiming
they have ms access 'runtime' installed rather than the
full product version........how could I tell from the
install set whether or not that is the case. When you
install a runtime version of access, would it have a
different 'size' installation (exe) from a retail version
(in that some of the functionality is missing/hidden on
the runtime version) - the installation size is (office 2k
version9 = 4,681,782k - would the exe size indicate full
retail product or a runtime application version ?
 
T

Tony Toews

nobby said:
I understand that access installed from developers office
uses the same exe file as the retail version of the
product (msaccess.exe). If I dont actually have 'access
to' someones machine (remote site) and they are claiming
they have ms access 'runtime' installed rather than the
full product version........how could I tell from the
install set whether or not that is the case. When you
install a runtime version of access, would it have a
different 'size' installation (exe) from a retail version
(in that some of the functionality is missing/hidden on
the runtime version) - the installation size is (office 2k
version9 = 4,681,782k - would the exe size indicate full
retail product or a runtime application version ?

From the install set I don't know. The exe is the same as the
difference is somewhere in the registry.

From within code you can use the following:

How can I tell if my app is running under a developer edition?
A: SysCmd(acSysCmdRuntime)

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
 
G

Guest

thanks
-----Original Message-----


From the install set I don't know. The exe is the same as the
difference is somewhere in the registry.

From within code you can use the following:

How can I tell if my app is running under a developer edition?
A: SysCmd(acSysCmdRuntime)

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
.
 

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

Top