Skip to content
Snippets Groups Projects
Commit 8736605b authored by Glenn Glazer's avatar Glenn Glazer
Browse files

merge

parents 24023914 deaca271
No related branches found
No related tags found
No related merge requests found
...@@ -277,6 +277,7 @@ SetShellVarContext all # Install for all users (if you change this, change it ...@@ -277,6 +277,7 @@ SetShellVarContext all # Install for all users (if you change this, change it
# Start with some default values. # Start with some default values.
StrCpy $INSTPROG "${INSTNAME}" StrCpy $INSTPROG "${INSTNAME}"
StrCpy $INSTEXE "${INSTEXE}" StrCpy $INSTEXE "${INSTEXE}"
StrCpy $VIEWER_EXE "${VIEWER_EXE}"
StrCpy $INSTSHORTCUT "${SHORTCUT}" StrCpy $INSTSHORTCUT "${SHORTCUT}"
Call CheckIfAdministrator # Make sure the user can install/uninstall Call CheckIfAdministrator # Make sure the user can install/uninstall
......
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