Skip to content

Commit

Permalink
Windows packaging : use /d switch to sign MSI, to prevent installer s…
Browse files Browse the repository at this point in the history
…howing randomly generated name in UAC prompt
  • Loading branch information
vaintroub committed Aug 19, 2016
1 parent 723488b commit a92a8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win/packaging/create_msi.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a92a8cc

Please sign in to comment.