Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to add digital sign to CAB file

how to add digital sign to CAB file

Scheduled Pinned Locked Moved C / C++ / MFC
helpcomtutorialquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sunita ramesh
    wrote on last edited by
    #1

    Hi all, I have a cab file.I need to add digital sign to it. i followed the following steps( as mentioned in http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q247257[^] but if i write signcode in commmand prompt ,i got an error like Signcode is not recognized as an internal command.Wat is the problem.. plz tell me how to assign digital sign to Cab file.. Thanks in Advance, Sunita

    M 1 Reply Last reply
    0
    • S sunita ramesh

      Hi all, I have a cab file.I need to add digital sign to it. i followed the following steps( as mentioned in http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q247257[^] but if i write signcode in commmand prompt ,i got an error like Signcode is not recognized as an internal command.Wat is the problem.. plz tell me how to assign digital sign to Cab file.. Thanks in Advance, Sunita

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      signcode is part of the SDK and must be in your path for this to work. If using Visual Studio .NET 2003, run 'Visual Studio .NET 2003 Command Prompt' from Start, All Programs, Microsoft Visual Studio .NET 2003, Visual Studio .NET Tools. If using VS 2005, the signcode tool has been replaced with the signtool program. Use Visual Studio 2005 Command Prompt to run this. signtool is also part of the standalone Platform SDK.

      Stability. What an interesting concept. -- Chris Maunder

      S 1 Reply Last reply
      0
      • M Mike Dimmick

        signcode is part of the SDK and must be in your path for this to work. If using Visual Studio .NET 2003, run 'Visual Studio .NET 2003 Command Prompt' from Start, All Programs, Microsoft Visual Studio .NET 2003, Visual Studio .NET Tools. If using VS 2005, the signcode tool has been replaced with the signtool program. Use Visual Studio 2005 Command Prompt to run this. signtool is also part of the standalone Platform SDK.

        Stability. What an interesting concept. -- Chris Maunder

        S Offline
        S Offline
        sunita ramesh
        wrote on last edited by
        #3

        Thanks for ur reply.. i have tried this signtool in vs2005.. A signtool signwizrd window opened.I refered my Cab file using browse..but its simply opening the folder of CAB(where i have set of DLLS) not refering any files. PLz tell me wat is the problem in it.. Thanks in advance, Sunita

        M 1 Reply Last reply
        0
        • S sunita ramesh

          Thanks for ur reply.. i have tried this signtool in vs2005.. A signtool signwizrd window opened.I refered my Cab file using browse..but its simply opening the folder of CAB(where i have set of DLLS) not refering any files. PLz tell me wat is the problem in it.. Thanks in advance, Sunita

          M Offline
          M Offline
          Mike Dimmick
          wrote on last edited by
          #4

          The default filter of that Browse dialog is EXE, DLL and OCX files. Select 'Cabinet Files (*.cab)' from the 'Files of type' drop-down to pick your cab file. Alternatively use signtool sign to specify the options on the command line.

          Stability. What an interesting concept. -- Chris Maunder

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups