Minor rewording and spelling fixes for the previous commit

This commit is contained in:
Hecklezz
2026-05-03 20:22:03 +10:00
parent b8d9e19eb1
commit 0895a3d0fd
@@ -1187,7 +1187,7 @@ label_ask_launch:
MessageBox MB_YESNO $(InstSuccesssQuestion) IDYES label_launch IDNO label_no_launch
label_launch:
# <FS:TJ> Exec it through explorer to it isn't ran as Admin causing issues
# <FS:TJ> Exec the viewer through explorer.exe so it's not ran as admin causing issues
#Exec '"$INSTDIR\$VIEWER_EXE" $SHORTCUT_LANG_PARAM'
Exec '"$WINDIR\explorer.exe" "$INSTDIR\$INSTSHORTCUT.lnk"'
# </FS:TJ>