David-Haim-zz/swtoolkit

code_signing tool assumes signtool.exe is in VC directory - not true for VC 9.0 (2008)

GoogleCodeExporter opened this issue · 0 comments

What steps will reproduce the problem?
1. Build a Windows project that signs binaries with only Visual C++ 2008 
installed.

What is the expected output? What do you see instead?
The build should succeed.

It does not because "common7/tools/bin/signtool.exe" does not exist in VC 
9.0. Instead, signtool.exe from the platform SDK must be used.

What version of the product are you using? On what operating system?
0.9.1
Windows XP SP3

Please provide any additional information below.
To work around this, projects can set SIGNTOOL to 
"<sdk_path>/bin/signtool.exe" after using the 'code_signing' tool.

Original issue reported on code.google.com by ddor...@google.com on 23 Feb 2010 at 11:10