>How do I establish a "Trusted Location" folder with a machine that only has
>2007 Runtime?
From another posting somewhere, some when.
All trusted locations are stored in the registry
under:
HKCU\Software\Microsoft\Office\12.0\Access\Security\Trusted
Locations\LocationN
(where N is an integer)
To see what the entries should look like, just add a trusted location
through the Trust Center, then go to the registry to look at the key
and see what it did. Note: you cannot trust a specific file, but only
at the folder level, so you'll want to make sure that you're
installing your app to a folder that contains only your application
and not other stuff. Of course, you can use the ADE to set this
registry key as a part of install as well.
Tony

Signature
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/
Tony Toews [MVP] - 25 Sep 2007 00:20 GMT
> All trusted locations are stored in the registry
>under:
>HKCU\Software\Microsoft\Office\12.0\Access\Security\Trusted
>Locations\LocationN
>(where N is an integer)
One problem, of course, is what if there is another Access app on the
system which has already set the first registry location? And your
app install comes along and replaces that apps setting with your apps
trusted location. You may need to write some starter code in another
MDB/MDE or an exe of some sort which examines this and sets it
properly.
Tony

Signature
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/
M Stanley - 26 Sep 2007 14:09 GMT
Thank you, sir.
>> All trusted locations are stored in the registry
>>under:
[quoted text clipped - 10 lines]
>
> Tony