[build scripts] restoring start menu shortcut creation in silent mode (IJPL-200205)

(cherry picked from commit b900fa1bda50e701c3b87b822e99b5d7074b1825)

IJ-CR-173062

GitOrigin-RevId: 0e6c4f1a7410cefea80554fa83d89b7203f63091
This commit is contained in:
Roman Shevchenko
2025-08-20 16:04:34 +02:00
committed by intellij-monorepo-bot
parent cd7c59b265
commit 01d1165fa3

View File

@@ -289,7 +289,7 @@ Page custom uninstallOldVersionDialog
Page custom ConfirmDesktopShortcut
!define MUI_PAGE_HEADER_TEXT "$(choose_start_menu_folder)"
!define MUI_STARTMENUPAGE_DEFAULTFOLDER "JetBrains"
!define MUI_STARTMENUPAGE_DEFAULTFOLDER "${MANUFACTURER}"
!insertmacro MUI_PAGE_STARTMENU Application $startMenuFolder
!define MUI_PAGE_HEADER_TEXT "$(installing_product)"
@@ -344,6 +344,7 @@ Function silentConfigReader
${LogText} " config file was not provided"
${LogText} " defaulting to admin mode"
StrCpy $silentMode "admin"
StrCpy $startMenuFolder "${MANUFACTURER}"
Return
${EndIf}
${LogText} " config file: $R1"