![]() | |
#21
| |||
| |||
|
|
Several flaws in your logic. The vba won't run because the college students at those hundreds of workstations don't have the smarts to enable the content by pressing a bar that pretty much says "contents disabled unless you press here". You don't want to go to those hundreds of workstations yourself to do it while each user is logged in. (The trusted locations are per user, not per workstation, so unless the network is set up with roaming profiles - kind of doubtful - you have a lot more work than you thought if students are allowed to use more than 1 pc when using your app during the semester.) The user who's executing the vba code needs to have enough permissions to write to the registry. Most college networks are locked down so student users don't usually have those permissions. |
|
What kind of digital signature are you using that needs to be packaged to be installed on each pc? You can't sign the files on one pc with your digital certificate and copy the front end to each user's desktop and copy the back end to the network server? Chris Microsoft MVP Cron wrote: does anyone know a way to add a trusted location to the registry using VBA? or is there a way to digitally sign a database without packaging it? |
#22
| |||
| |||
|
|
Create a digital signiture using office. Sign and package the database with it in access. Unpack the signed package to a new computer and run as digitally signed without problems?? |
#23
| |||
| |||
|
|
Right, I'll have a look around tomorrow and see if can find some VBA to allow trusted locations. |
![]() |
| Thread Tools | |
| Display Modes | |
| |