File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88!ifndef APP_VERSION
99 !define APP_VERSION " 1.0.0"
1010!endif
11+ !ifndef APP_VI_VERSION
12+ !define APP_VI_VERSION " 1.0.0"
13+ !endif
1114!define APP_PUBLISHER " Zed's Software"
1215!define APP_URL " https://zedruc.net/24client"
1316!define APP_EXE_SRC " dist\24client-bridge.exe" ; Source path (for File command)
2629; ===========================================================
2730
2831Name " ${APP_NAME} ${APP_VERSION}"
29- OutFile " dist\${APP_NAME}_Setup_v${APP_VERSION }.exe"
32+ OutFile " dist\${APP_NAME}_Setup_v${APP_VI_VERSION }.exe"
3033InstallDir " ${INSTALL_DIR}"
3134InstallDirRegKey HKLM " ${REG_KEY}" " InstallPath"
3235RequestExecutionLevel admin
3336SetCompressor /SOLID lzma
3437ShowInstDetails show
3538ShowUnInstDetails show
3639
37- VIProductVersion " ${APP_VERSION }.0"
40+ VIProductVersion " ${APP_VI_VERSION }.0"
3841VIAddVersionKey " ProductName" " ${APP_NAME}"
3942VIAddVersionKey " ProductVersion" " ${APP_VERSION}"
4043VIAddVersionKey " CompanyName" " ${APP_PUBLISHER}"
You can’t perform that action at this time.
0 commit comments