The Runtime cannot create Trusted Locations so you must do it with a
registry file. Here's one:
------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted
Locations\MyApp]
"Path"="C:\\MyApp"
"AllowSubfolders"=dword:00000001
"Description"="My trusted location"
------------------------------------------------
Name the above something like:
Trusted.reg
and run it once from the desktop. Then delete it. Users will need admin
permissions on their machine to run it.
Another possiblitity, and one which is designed for your application is Tony
Toews AutoFE Updater
http://autofeupdater.com/
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
Disclaimer: Any code or opinions are offered here as is. Some of that
code has been well tested for number of years. Some of it is untested
"aircode" typed directly into the post. Some may be code from other
authors. Some of the products recommended have been purchased and
used by the author. Others have been furnished by their manufacturers.
Still others have not been personally tested, but have been
recommended by others whom this author respects.
You can thank the FTC of the USA for making this disclaimer necessary.
"Tore" <(E-Mail Removed)> wrote in message
news:8DA65FBD-A8A1-4957-97E3-(E-Mail Removed)...
>I have an Access 2007 application with linked tables to sql server 2005.
>Many
> of the users will run Access 2007 Runtime.
>
> The sql server and Access client is continuously updated. New access 2007
> clients need to be re-distributed quite often. The users are warned there
> is
> a newer client (Access 2007) available and are told to download a newer
> version to their workstation, preferably to a trusted location.
>
> I feel removal of an old Access 2007 Runtime client and installation of a
> new via control panel Add/remove programs is too slow and complicated
> because
> re-distribution will happen quite often. I would like the users to
> download a
> new file, unpack it and simply click on it to get started. I hope to avoid
> using the installation package.
>
> The application runs on an intranet with mainly windows xp workstations
> without access installed (only Access 2007 Runtime). How can I create the
> trusted location for these users?
>
> Regards from
>
> Tore