registry vs Run time Options

J

Jose Perdigao

is it possible create a profile in registry for access 2003 or 2007 and add
security options?
For example, for an application acc 12003, I would like to add a key for
security\level and set value 1 to avoid shows the warning security message.

Any help?

Thanks,
jcp
 
A

Albert D. Kallal

Simply add the following keys to your runtime 2003 packing (the package
wizard does have provision for adding regs keys).

ROOT:Local Machine
Key: SOFTWARE\Microsoft\Jet\4.0\Engines
Name:SandBoxMode
Value:#00000002

ROOT:Local Machine
Key: Software\Microsoft\Office\11.0\Access\Security
Name:Level
Value:#00000001


If you add both of the above, then you get no security prompts at all...even
if the later jet sp8 is NOT installed. It is clean...and no prompts....

I not tried the settings for a2007 (office 12.0), but I assume they would
also work...
 
J

JCP

Thanks Albert
It works but I would like to improve this procedure.

I did and now when I open any access file, the message doesn't show. I would
like to apply only for the specifi access files, is it possible? I think is
possible to using this settings in the profile, but I don't know how can I do.

Thanks
 
Top