Signing a CAB File
To sign a CAB file, run the SignTool utility, which is included in Visual Studio.
You can sign your DLLs and OCXs directly, without using a CAB file. However, a CAB file lets you use compression, and if you use the CAB file with an INF file, you can bundle all of the required code together.
See Also
Concepts
Creating Signed CAB Files for MFC and ATL Controls
Change History
Date |
History |
Reason |
---|---|---|
January 2010 |
Added signtool.exe |
Customer feedback. |