From cd327dcbaca3476df44b064e56b950dc054cbb87 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期四, 17 十一月 2022 16:58:56 +0800 Subject: [PATCH] UA 添加自动升级检测功能 添加几种类型电池告警阀值 --- pack_update5.nsi | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pack_update5.nsi b/pack_update5.nsi index 8f09918..c2aabd7 100644 --- a/pack_update5.nsi +++ b/pack_update5.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "resXmlParser" -!define PRODUCT_VERSION "0.1.3" +!define PRODUCT_VERSION "0.1.4" !define PRODUCT_PUBLISHER "whyc" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\elevate.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" @@ -18,7 +18,7 @@ !define MUI_ABORTWARNING !define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\res-icon.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" -!define MUI_WELCOMEFINISHPAGE_BITMAP "bar.bmp" +;!define MUI_WELCOMEFINISHPAGE_BITMAP "bar.bmp" ; Language Selection Dialog Settings !define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}" @@ -42,7 +42,7 @@ !insertmacro MUI_UNPAGE_INSTFILES ; Language files -!insertmacro MUI_LANGUAGE "English" +;!insertmacro MUI_LANGUAGE "English" !insertmacro MUI_LANGUAGE "SimpChinese" ; Reserve files @@ -56,7 +56,7 @@ InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show ShowUnInstDetails show -BrandingText "福光 - 武汉源畅" +BrandingText " " DirText "安装向导将把 $(^NameDA) 安装在下列文件夹,升级安装不支持更改安装路径,点击 [安装(I)] 开始安装。" Function disabledDir -- Gitblit v1.9.1