Macro Warnings and certificates



OK

I dont want to spend a few hundred dollars every year on a digital
certificate to authenticate my Access applications so there must be another
way.

As the selfcert program only works on 1 machine I thought that if I could
allow each user to authenticate my apps through code in the app itself I
would not have to unlock the mde file in order to attach the certificate for
each installation.

Basically I want my users to click the authenticate button in their app
which will prompt to create a cert if one does not already exist and then
attach it to the app.

Anyone know how to attach a digital certificate in VBA (ACC 2003)?

Also if the app is using the runtime, what would need to be included in the
intstall package to allow a user (through my app) to -

a) generate a certificate
b) Attach the certificate to the project

Cheers

Wing
.


Loading