Rev 7 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
| RSS feed
set PRODUCT_NAME=Rick Dangerous
set PRODUCT_URL=http://www.pmbaty.com/rick/
set OUTPUT_FILE=P:\www.pmbaty.com\rick\Rick Dangerous Installer.exe
echo Creating the installer...
"%ProgramFiles(x86)%\NSIS\makensis.exe" "/XOutFile \"%OUTPUT_FILE%\"" "installer.nsi" > "nsis.log"
rem // some time is needed for antiviruses etc to release the newly created file
echo Signing the installer...
call "
%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
signtool sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll /fd SHA256 /d "%PRODUCT_NAME% installer" /du %PRODUCT_URL% "%OUTPUT_FILE%" >> "nsis.log"