My installer build \"signs\" a DLL using a Code Signing certificate during the build process.
I\'ve noticed that if I try to build twice in succession, the second b
signtool remove /s C:\path\to.exe.or.dll
signtool is available in Windows SDK, and must be at least from Windows 8 SDK kit (version 6.2.9200.20789) to have the remove command supported.
remove