how to add digital sign to CAB file
-
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
-
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
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, thesigncode
tool has been replaced with thesigntool
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
-
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, thesigncode
tool has been replaced with thesigntool
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
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
-
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
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