DRTVWR-447: Copy VIEWER_EXE to local variable (thanks Ansariel)
parent
a5f492acf1
commit
e2ca890898
|
|
@ -382,6 +382,7 @@ Section Uninstall
|
|||
# Start with some default values.
|
||||
StrCpy $INSTPROG "${INSTNAME}"
|
||||
StrCpy $INSTEXE "${INSTEXE}"
|
||||
StrCpy $VIEWER_EXE "${VIEWER_EXE}"
|
||||
StrCpy $INSTSHORTCUT "${SHORTCUT}"
|
||||
|
||||
# Make sure the user can install/uninstall
|
||||
|
|
|
|||
Loading…
Reference in New Issue