Changeset 870
- Timestamp:
- 01/07/09 01:08:44 (4 years ago)
- Location:
- branches/eraser6/Installer
- Files:
-
- 2 edited
-
Installer.wixproj (modified) (1 diff)
-
SignBin.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Installer.wixproj
r819 r870 75 75 <PropertyGroup> 76 76 <PreBuildEvent>"$(ProjectDir)\SignBin.bat" "$(SolutionDir)"</PreBuildEvent> 77 <PostBuildEvent>signtool sign /f $(SolutionDir)\Authenticode.pfx $(TargetPath)</PostBuildEvent>78 77 </PropertyGroup> 79 78 </Project> -
branches/eraser6/Installer/SignBin.bat
r772 r870 8 8 :Sign 9 9 @rem Core binaries 10 signtool sign /f "%~1\Authenticode.pfx" "%~1\bin\Release\Eraser.exe"^ 10 signtool sign /f "%~1\Authenticode.pfx"^ 11 /t http://timestamp.verisign.com/scripts/timestamp.dll "%~1\bin\Release\Eraser.exe"^ 11 12 "%~1\bin\Release\Eraser.Manager.dll" "%~1\bin\Release\Eraser.Util.dll"^ 12 13 "%~1\bin\Release\Plugins\Eraser.DefaultPlugins.dll" "%~1\bin\Release\Eraser.Shell (x64).dll"^
Note: See TracChangeset
for help on using the changeset viewer.
