Index: /branches/eraser6/Installer/Installer.wixproj
===================================================================
--- /branches/eraser6/Installer/Installer.wixproj	(revision 869)
+++ /branches/eraser6/Installer/Installer.wixproj	(revision 870)
@@ -75,5 +75,4 @@
   <PropertyGroup>
     <PreBuildEvent>"$(ProjectDir)\SignBin.bat" "$(SolutionDir)"</PreBuildEvent>
-    <PostBuildEvent>signtool sign /f $(SolutionDir)\Authenticode.pfx $(TargetPath)</PostBuildEvent>
   </PropertyGroup>
 </Project>
Index: /branches/eraser6/Installer/SignBin.bat
===================================================================
--- /branches/eraser6/Installer/SignBin.bat	(revision 869)
+++ /branches/eraser6/Installer/SignBin.bat	(revision 870)
@@ -8,5 +8,6 @@
 :Sign
 @rem Core binaries
-signtool sign /f "%~1\Authenticode.pfx" "%~1\bin\Release\Eraser.exe"^
+signtool sign /f "%~1\Authenticode.pfx"^
+ /t http://timestamp.verisign.com/scripts/timestamp.dll "%~1\bin\Release\Eraser.exe"^
  "%~1\bin\Release\Eraser.Manager.dll" "%~1\bin\Release\Eraser.Util.dll"^
  "%~1\bin\Release\Plugins\Eraser.DefaultPlugins.dll" "%~1\bin\Release\Eraser.Shell (x64).dll"^
