Re: Getting Rid of Warnings
From: Albert D. Kallal (PleaseNOOOsPAMMkallal_at_msn.com)
Date: 07/30/04
- Next message: Albert D. Kallal: "Re: Security Warning"
- Previous message: Chris Mills: "Re: Getting Rid of Warnings"
- In reply to: Chris Mills: "Re: Getting Rid of Warnings"
- Next in thread: Chaplain Doug: "Te Mucho Gusto"
- Reply: Chaplain Doug: "Te Mucho Gusto"
- Reply: Chaplain Doug: "Re: Getting Rid of Warnings"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 05:38:47 -0600
"Chris Mills" <phad_nospam@cleardotnet.nz> wrote in message
news:uJvKKqddEHA.3212@TK2MSFTNGP12.phx.gbl...
> He was complaining about users and a PDW-distributed package (not his own
> machine), so though good advice it barely seems appropriate. Maybe it can
be
> stuck into PDW.
The packaging installer allows you to add registry keys during the install.
I posted and answers to MANY people who asked on this subject.
You simply add the following two keys to the package install, and all nags
messages will disappear:
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
The first setting sets JET to sandbox mode for non ms-access applications.
The 2nd setting sets the macro security to low. It is also possible to
incorporate the security setting menu into the runtime if you want to make
the security setting a user option (I tested this, and simply building a
menu bar and stealing (copy) the security menu into a custom menu bar works
fine in the runtime.).
So, it is VERY easy to get rid of the security prompts, or VERY easy to
supply the end users with a menu option in the application.
-- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal@msn.com http://www.attcanada.net/~kallal.msn
- Next message: Albert D. Kallal: "Re: Security Warning"
- Previous message: Chris Mills: "Re: Getting Rid of Warnings"
- In reply to: Chris Mills: "Re: Getting Rid of Warnings"
- Next in thread: Chaplain Doug: "Te Mucho Gusto"
- Reply: Chaplain Doug: "Te Mucho Gusto"
- Reply: Chaplain Doug: "Re: Getting Rid of Warnings"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|