diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 68ce78b560..f268feab37 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -589,14 +589,17 @@ Section "-Core installation" Delete "$INSTDIR\version" Delete "$INSTDIR\xinput1_3.dll" - ; Delete old desktop shortcuts before they were renamed + ; Delete old desktop shortcuts before they were renamed during Sandbox rename Delete "$DESKTOP\@INTERFACE_SHORTCUT_NAME@.lnk" Delete "$DESKTOP\@CONSOLE_SHORTCUT_NAME@.lnk" - ; Delete old startmenu shortcuts before rename + ; Delete old Start Menu shortcuts before Sandbox rename Delete "$SMPROGRAMS\$STARTMENU_FOLDER\High Fidelity.lnk" Delete "$SMPROGRAMS\$STARTMENU_FOLDER\Server Console.lnk" + ; Delete old startup item for Server Console before Sandbox rename + Delete "$SMSTARTUP\Server Console.lnk" + ; Rename the incorrectly cased Raleway font Rename "$INSTDIR\resources\qml\styles-uit\RalewaySemibold.qml" "$INSTDIR\resources\qml\styles-uit\RalewaySemiBold.qml"