Share via


Signing a Cabinet File During Day-to-Day Development

Send Feedback

If you are not using a Visual Studio 2005 Smart Device Cab project and you are building your cabinet file through some other mechanism, you should follow this procedure to sign your cabinet file.

To sign your cabinet file if you build your cabinet file without using Visual Studio 2005

  1. Make sure that the certificate you want to use is available in a pfx format file.

  2. Sign the binary files that will go into your cabinet file. For example:

    Signtool sign /f SDKSampleUnprivDeveloper.pfx *.exe *.dll
    
  3. Build your cabinet file with the signed binaries.

  4. Sign your cabinet file with the correct certificate. For example:

    Signtool sign /f SDKSampleUnprivDeveloper.pfx myApp.cab
    

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.