Commit a92a8cc8 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Windows packaging : use /d switch to sign MSI, to prevent installer showing...

Windows packaging : use /d switch to sign MSI, to prevent installer showing randomly generated name in UAC prompt
parent 723488bb
......@@ -430,6 +430,7 @@ EXECUTE_PROCESS(
IF(SIGNCODE)
EXECUTE_PROCESS(
COMMAND ${SIGNTOOL_EXECUTABLE} sign ${SIGNTOOL_PARAMETERS}
/d ${CPACK_PACKAGE_FILE_NAME}.msi
${CPACK_PACKAGE_FILE_NAME}.msi
)
ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment