Access 2003 Runtime - annoying security popups

R

Rick in NS

Tim Hibbard of Engraph suggests the following be entered in the Windows
registry to deal with annoying security messages when end users are
attempting to run 2003 Access Runtime. I am using Miscrosofts Package Wizard
from the developer's extensions and it presents three fields to enter the
registry entry: Key, Name, Data.

I have attempted to enter the following in the fields:

Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines
Name: SandBoxMode
Data: 2

Question: the syntax is obviously incorrect since it does not work. What is
wrong with the input and how do you specify a D_Word type when there is no
field in Package Wizard to enter a type?


Hibbards suggestion:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines]
"SandBoxMode"=dword:00000002

[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
"Level"=dword:00000001
 
R

Rick in NS

Craig:

Thanks for the help. That works!

Regards,

--
Rick in NS


Craig said:
You almost have it. For the value entry the number should have a # in front
of the number. Still in some cases you might have to manually enter in the
Access\Security "Level" =dword:00000001 value. I don't know why this is.
Check out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/registry_table.asp for more information.

Rick in NS said:
Tim Hibbard of Engraph suggests the following be entered in the Windows
registry to deal with annoying security messages when end users are
attempting to run 2003 Access Runtime. I am using Miscrosofts Package Wizard
from the developer's extensions and it presents three fields to enter the
registry entry: Key, Name, Data.

I have attempted to enter the following in the fields:

Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines
Name: SandBoxMode
Data: 2

Question: the syntax is obviously incorrect since it does not work. What is
wrong with the input and how do you specify a D_Word type when there is no
field in Package Wizard to enter a type?


Hibbards suggestion:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines]
"SandBoxMode"=dword:00000002

[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
"Level"=dword:00000001
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top