Digital certificates are used to enhance security for Access 2003
databases and to enhance security for Access projects by using the
Digital Signature option.
You
can use the MakeCert command-line utility to create digital certificates that are similar to
the digital certificates that are generated by the Digital Certificates for VBA Projects tool.
You can use the following command-line example to
create a code signing digital certificate with the name MyCert:
makecert -sk SelfSignedCerts -n "CN=MyCert" -b 01/01/2003 -e 01/01/2009 -ss My -r -eku 1.3.6.1.5.5.7.3.3For more information about the MakeCert command-line utility and for additional information about the command-line options,
visit the following Microsoft Developer Network (MSDN) Web site:
Steps to reproduce the problem
- Run Microsoft Office Access 2003 Stand-Alone
Setup.
- In the User Information dialog box, type
the user details, and then click Next.
- In the Type of Installation dialog box,
click Custom Install, and then click
Next.
- In the Custom Setup dialog box, click
to select the Choose advanced customization of applications check box, and
then click Next.
- In the Advanced Customization dialog box,
expand Microsoft Office, and then expand
Office Shared Features.
You notice in the Advanced Customization dialog
box under the Office Shared
Features that the Digital Certificate for VBA
Projects tool is not listed.