PC Review


Reply
Thread Tools Rate Thread

Get rid of annoying warning messages...

 
 
rocco
Guest
Posts: n/a
 
      27th Apr 2008
Hello,
I'm deploying an application built on Access2003 that has to be used on pc
where Access is not installed.
I'm delivering Access runtime via Package Wizard.
I have also signed the code with a self-certificate.
When testing my application on a clean pc (i.e. windows xp SP2 without any
updates and with no office installed). Even if I install the certificate I
still have some warnings messages saying "do you want to block unsafe
expressions" popping up as soon as I launch my application.
Is there a way to get rid of these messages and having my application
running smoothly?
Thanks,
Rocco
 
Reply With Quote
 
 
 
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      27th Apr 2008
rocco <(E-Mail Removed)> wrote:

>I'm deploying an application built on Access2003 that has to be used on pc
>where Access is not installed.
>I'm delivering Access runtime via Package Wizard.
>I have also signed the code with a self-certificate.
>When testing my application on a clean pc (i.e. windows xp SP2 without any
>updates and with no office installed). Even if I install the certificate I
>still have some warnings messages saying "do you want to block unsafe
>expressions" popping up as soon as I launch my application.


Macro Security Information for Access 2003
http://www.accessmvp.com/JConrad/acc...osecurity.html

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
rocco
Guest
Posts: n/a
 
      28th Apr 2008
Thanks Tony,
actually I have managed the Package WIzard to edit the registry with thsi key
HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\engines\SandboxMode #0000000
and this is supposed to have setted the Jet sandboxmode to the lowest
security level possible.
But the warnings still pops out!
I think this has something to do with Access runtime somehow. But cannot
figure out how yet.
Rocco
"Tony Toews [MVP]" wrote:

> rocco <(E-Mail Removed)> wrote:
>
> >I'm deploying an application built on Access2003 that has to be used on pc
> >where Access is not installed.
> >I'm delivering Access runtime via Package Wizard.
> >I have also signed the code with a self-certificate.
> >When testing my application on a clean pc (i.e. windows xp SP2 without any
> >updates and with no office installed). Even if I install the certificate I
> >still have some warnings messages saying "do you want to block unsafe
> >expressions" popping up as soon as I launch my application.

>
> Macro Security Information for Access 2003
> http://www.accessmvp.com/JConrad/acc...osecurity.html
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Please respond only in the newsgroups so that others can
> read the entire thread of messages.
> Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
>

 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      28th Apr 2008
rocco <(E-Mail Removed)> wrote:

>actually I have managed the Package WIzard to edit the registry with thsi key
>HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\engines\SandboxMode #0000000
>and this is supposed to have setted the Jet sandboxmode to the lowest
>security level possible.


Ah, visiting http://support.microsoft.com/default.aspx?kbid=294698 I
see what you mean.

I don't recall though if the unsafe expressions has to do with the
sandbox or the macro security. So you may be looking in the wrong
area.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      28th Apr 2008
rocco <(E-Mail Removed)> wrote:

>actually I have managed the Package WIzard to edit the registry with thsi key
>HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\engines\SandboxMode #0000000
>and this is supposed to have setted the Jet sandboxmode to the lowest
>security level possible.


BTW I'd only ever use Name:SandBoxMode - Value:#00000002. The
likelihood of a malicious virus is far higher in a .doc or .xls file.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
rocco
Guest
Posts: n/a
 
      28th Apr 2008
You are right.. I have tried almost all the possible values and still the
messages comes out!
But... it has to do somethign with the sandboxMode since if I click 'yes'
(block unsafe exopressions) I can see that the registry has been modified
from 0 to 3.

So the message is related to that registry entry. I really start thinking it
has something to do with the runtime version of Access... I'll keep trying

"Tony Toews [MVP]" wrote:

> rocco <(E-Mail Removed)> wrote:
>
> >actually I have managed the Package WIzard to edit the registry with thsi key
> >HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\engines\SandboxMode #0000000
> >and this is supposed to have setted the Jet sandboxmode to the lowest
> >security level possible.

>
> BTW I'd only ever use Name:SandBoxMode - Value:#00000002. The
> likelihood of a malicious virus is far higher in a .doc or .xls file.
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Please respond only in the newsgroups so that others can
> read the entire thread of messages.
> Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
>

 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      28th Apr 2008
rocco <(E-Mail Removed)> wrote:

>You are right.. I have tried almost all the possible values and still the
>messages comes out!
>But... it has to do somethign with the sandboxMode since if I click 'yes'
>(block unsafe exopressions) I can see that the registry has been modified
>from 0 to 3.
>
>So the message is related to that registry entry. I really start thinking it
>has something to do with the runtime version of Access... I'll keep trying


But I've done exactly the same thing myself except I set that value to
0002. Although I've done it in a different program and/or using
regedit.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
rocco
Guest
Posts: n/a
 
      28th Apr 2008
Gosh... could then this be related to the lack of updates?
I'm installing my application on a clean XP Pro SP2 machine. WIndows has not
been updated and also access runtime has no updates. This is because usually
I prefer to test in the worst case scenario.

But what i happening is that I got two warning messages. The first is the
"block unsafe expression" And this is related to the sandboxmode. Then I
click NO and got the infamous Jet 4.0 SP 8 kind of thing. Which is really a
mistery since if I download the SP8 and try to instal it says I already have
it (thanks microsoft!!). If I install Office SP3 the second message wont show
up. But I still keep having the "block unsafe expressions" nicely popping
anytime I launch the application...
But throught the installation process I have changed the registry keys yu
were referrign to to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\engines\SandboxMode #0000000
HKEY_LOCAL_MACHINE\Software\Microsoft\Access\Security #0000001

I cannot understand why it keeps showing up !!

I'm starting to thinking it is a matter of windows needing some update?
Boh... I'm lost...


"Tony Toews [MVP]" wrote:

> rocco <(E-Mail Removed)> wrote:
>
> >You are right.. I have tried almost all the possible values and still the
> >messages comes out!
> >But... it has to do somethign with the sandboxMode since if I click 'yes'
> >(block unsafe exopressions) I can see that the registry has been modified
> >from 0 to 3.
> >
> >So the message is related to that registry entry. I really start thinking it
> >has something to do with the runtime version of Access... I'll keep trying

>
> But I've done exactly the same thing myself except I set that value to
> 0002. Although I've done it in a different program and/or using
> regedit.
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Please respond only in the newsgroups so that others can
> read the entire thread of messages.
> Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Annoying UAC Warning MrKite Windows Vista Security 5 29th Apr 2008 02:15 AM
Annoying Warning Messages Joe Delphi Microsoft Access 2 6th Sep 2006 08:25 AM
annoying sort warning messages P D Sterling Microsoft Excel Discussion 1 22nd Jul 2006 02:03 PM
Annoying warning message. =?Utf-8?B?ZGVyaWNrc29uZmw=?= Microsoft Access 2 27th Dec 2005 04:15 PM
Removing Annoying Warning Messages Arthur Windows XP General 2 4th Dec 2003 02:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:07 AM.