Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2003 Runtime - Security warning 1

Status
Not open for further replies.

Vcscwi

Programmer
Joined
Jan 15, 2004
Messages
57
Location
US
First off, I have a FE and BE MDB files where both are set with the Macro Security as Low. Then on the LOAD of the FE splash screen I added:
Application.AutomationSecurity = msoAutomationSecurityLow

When I run that locally on MS Access 2003, I don't get the security warning. Then I created a .mde with MS Access 2003 for the FE. When I run the file on my PC with Win XP and MS Access 2003 installed it still does not show a security warning.

Finally I used the MS Office Access 2003 Developers Extensions Package Wizard to create the runtime version. I installed it on a different PC without MS Office and I get a security warning:

"C:\Program Files\....\filename.mde

This file may not be safe if it contains code that was intened to harm your computer. Do you want to open this file or cancel the operation?"

Any ideas on how to get rid of this? Please???

Thanks
 
Hi

Having just switched an application to Acecss2003, yes, it is annoying isn't it.

HAve you looked at the Digital Signature option (open any module in design view, choose Tools \ Digital Signature), it may help you

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
Well, that's a handy bit of information!
Microsoft should have posted that in big bold letters on the Package Wizard.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top