Changeset 1350
- Timestamp:
- 11/27/2009 9:17:23 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Installer/Installer.wixproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Installer/Installer.wixproj
r1274 r1350 75 75 --> 76 76 <PropertyGroup> 77 <PreBuildEvent>call "$( ProjectDir)\SignBin.bat" "$(SolutionDir)"78 call "$( SolutionDir)UpdateVersions.bat" "$(SolutionDir)\" "$(SolutionDir)Version.wxs.in" "$(SolutionDir)Version.wxs"</PreBuildEvent>77 <PreBuildEvent>call "$(SolutionDir)UpdateVersions.bat" "$(SolutionDir)\" "$(SolutionDir)Version.wxs.in" "$(SolutionDir)Version.wxs" 78 call "$(ProjectDir)\SignBin.bat" "$(SolutionDir)"</PreBuildEvent> 79 79 <PostBuildEvent>signtool sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll "$(TargetPath)"</PostBuildEvent> 80 80 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.
