File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Name "${APP_NAME}"
38
38
Caption " ${APP_NAME}"
39
39
OutFile " ${INSTALLER_NAME}"
40
40
BrandingText " ${APP_NAME}"
41
- InstallDirRegKey " ${REG_ROOT}" " ${REG_APP_PATH}" " "
41
+ InstallDirRegKey " ${REG_ROOT}" " ${REG_APP_PATH}" " Path "
42
42
InstallDir " ${INSTALL_DIR}"
43
43
44
44
# #####################################################################
@@ -94,6 +94,7 @@ Section "Coder CLI" SecInstall
94
94
WriteUninstaller " $INSTDIR\uninstall.exe"
95
95
96
96
WriteRegStr ${REG_ROOT} " ${REG_APP_PATH}" " " " $INSTDIR\${MAIN_APP_EXE_PATH}"
97
+ WriteRegStr ${REG_ROOT} " ${REG_APP_PATH}" " Path" " $INSTDIR"
97
98
WriteRegStr ${REG_ROOT} " ${UNINSTALL_PATH}" " DisplayName" " ${APP_NAME}"
98
99
WriteRegStr ${REG_ROOT} " ${UNINSTALL_PATH}" " UninstallString" " $INSTDIR\uninstall.exe"
99
100
WriteRegStr ${REG_ROOT} " ${UNINSTALL_PATH}" " DisplayIcon" " $INSTDIR\${MAIN_APP_EXE_PATH}"
You can’t perform that action at this time.
0 commit comments