RE: Disable Security Warning in Access Runtime



Several ways.

1 - Use the package and deployment wizard to package the app, and setup will
install it in a folder that is automatically trusted. (Probably too late for
that in your case.)

2 - You could digitally sign the app before deploying and the customer could
accept the digital signature before opening the db. (Expensive and has to be
renewed every year.)

3 - The customer could hack the registry. (Scary thought. Build a registry
script for them to double click on.) Create these 3 registry keys:

1 - VBA warnings setting (DWORD):

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\12.0\Access\Security

VBAWarnings = 1

2 - Sandbox mode setting (DWORD):

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines

SandboxMode = 2

3 - Macro security setting, either for all users or current user (DWORD, 1 =
low level):

(For all users on pc)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Access\Security

Level = 1

-----------------------
(Or for single user on pc)

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\12.0\Access\Security

Level = 1



Chris
Microsoft MVP


sctech wrote:
Message For Chris (MVP Microsoft)

Would you know of any other way? Thanks..

hi
if you know this mdb can be trusted, and you cant create a new trust
[quoted text clipped - 9 lines]
up box appears. Does anyone know how to disable the security warning box?
Access 2007 program is not installed only the runtime. Thanks.

--
Message posted via http://www.accessmonster.com

.



Relevant Pages

  • Re: PDW Fun
    ... So now I am trying to package my app. ... Remove any reference you're not actually using. ... This is one app so why would I add a group or new item? ... PDW's default is most likely to install them in either the application folder or in the System32 folder. ...
    (microsoft.public.vb.general.discussion)
  • Re: Visual Basic executable file
    ... simply use the the Package & Deployment wizard to create a setup ... Have the user run the install package that is on the CD. ... properly install your app on their PC. ... Create an INI file with the database path and have your app ...
    (microsoft.public.vb.general.discussion)
  • Re: Users missing "richtx32.ocx" - can I supply?
    ... What I have is a folder on our intranet - in this folder sits another ... and the app launches, opening the Excel file and any desired Word doc. ... correct folder, the app should be able to install it, I suppose. ... > You really should be creating a setup package that includes all required ...
    (microsoft.public.vb.general.discussion)
  • Re: whats with this love of kaffiene?
    ... Ric Moore wrote: ... leave it alone once the maintainer has a 100% working package. ... damned well better have provisions to lock a given app at whatever state its ... install. ...
    (Fedora)
  • Re: Python AppStore / Marketplace
    ... You can even download a basic appliance, install and configure your ... Unfortunately there's nothing like this in the Python world... ... an accompanying client app kind of iTunes for Python apps? ... and the package files themselves. ...
    (comp.lang.python)

Quantcast