Skip to content
Snippets Groups Projects
Commit 83b40329 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-474: Make NSIS installer invoke updater precheck subcommand.

parent 08fefb45
No related branches found
No related tags found
No related merge requests found
...@@ -708,7 +708,7 @@ Function .onInstSuccess ...@@ -708,7 +708,7 @@ Function .onInstSuccess
# Quote the updater executable and the viewer executable because each # Quote the updater executable and the viewer executable because each
# must be a distinct command-line token, but DO NOT quote the language # must be a distinct command-line token, but DO NOT quote the language
# string because it must decompose into separate command-line tokens. # string because it must decompose into separate command-line tokens.
Exec '"$INSTDIR\$INSTEXE" "$INSTDIR\$VIEWER_EXE" $SHORTCUT_LANG_PARAM' Exec '"$INSTDIR\$INSTEXE" precheck "$INSTDIR\$VIEWER_EXE" $SHORTCUT_LANG_PARAM'
Pop $R0 Pop $R0
# #
FunctionEnd FunctionEnd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment