![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Access 2003 + 2010 Hi NG I am developing small apps in Access... I got the Access Runtime module. I use it for distribute my apps... The problem is, when I start the Runtime installation(on another PC) a securitybox appears... I want to get rid of that securitybox...??? I study the internet, and i think it says, that I need a certificate... If I need that certificate, where can I get that...??? Regards Bjarne "Every day new surprises" |
#3
| |||
| |||
|
|
You can get certificates from Thawte: http://www.thawte.com/code-signing/ -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.accessmvp.com http://www.mvps.org/access Co-author: "Access Solutions", published by Wiley "bsn" <bsnSNABELAoncableDOTdk> wrote in message news:4cbbf5ad$0$56776$edfadb0f (AT) dtext02 (DOT) news.tele.dk... Access 2003 + 2010 Hi NG I am developing small apps in Access... I got the Access Runtime module. I use it for distribute my apps... The problem is, when I start the Runtime installation(on another PC) a securitybox appears... I want to get rid of that securitybox...??? I study the internet, and i think it says, that I need a certificate... If I need that certificate, where can I get that...??? Regards Bjarne "Every day new surprises" |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
|
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security \Trusted Locations\ Location(x) AllowSubFolders (REG_DWORD) = 1 Path (REG_SZ) "C:\MyDatabaseFolder\" |
#7
| |||
| |||
|
|
You can get certificates from Thawte: http://www.thawte.com/code-signing/ |
#8
| |||
| |||
|
|
On Mon, 18 Oct 2010 13:11:05 -0600, "Albert D. Kallal" PleaseNOOOsPAMmkallal (AT) msn (DOT) com> wrote: HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security \Trusted Locations\ Location(x) AllowSubFolders (REG_DWORD) = 1 Path (REG_SZ) "C:\MyDatabaseFolder\" I'd suggest not using Location(s) as the registry key. Instead use your application name. Otherwise you might overwrite a user or other app created Location(x). |
#9
| |||
| |||
|
|
I'd suggest not using Location(s) as the registry key. Instead use your application name. Otherwise you might overwrite a user or other app created Location(x). Thanks for answer... You mean Path (REG_SZ) "C:\MyDatabaseFolder\MyDatabase.mdb" ??? |
#10
| |||
| |||
|
|
On Thu, 21 Oct 2010 11:59:48 +0200, "ngs" <bsnbsn_SNABELA_ofir.dk wrote: I'd suggest not using Location(s) as the registry key. *Instead use your application name. Otherwise you might overwrite a user or other app created Location(x). Thanks for answer... You mean Path (REG_SZ) "C:\MyDatabaseFolder\MyDatabase.mdb" ??? That might work but I was thinking in terms of "My excellent application" or "HR database" or "Time keeping database" Basically whatever you would put in the FE database Startup Options Application Title. Tony -- Tony Toews, Microsoft Access MVP Tony's Main MS Access pages -http://www.granite.ab.ca/accsmstr.htm Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/ For a convenient utility to keep your users FEs and other files * updated seehttp://www.autofeupdater.com/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |