【服务】构建时间

This commit is contained in:
yuejiajun 2025-08-19 18:17:31 +08:00
parent efc17b4f84
commit 8feae53d13
6 changed files with 15 additions and 9 deletions

View File

@ -1,7 +1,7 @@
;iss
#define MyAppName "效能评估"
#define MyAppVersion "1.0.1"
#define MyAppVersion "1.0.2"
#define MyAppPublisher "X"
#define MyAppURL "~"
#define MyAppExeName "eval"
@ -13,6 +13,7 @@
#define MyAppFirstPath "XManage"
#define MyAppResources "Resources"
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
@ -29,8 +30,8 @@ Encryption=yes
;SetupIconFile=Resources\icon.ico
VersionInfoProductVersion={#MyAppVersion}
VersionInfoCompany=
VersionInfoDescription={#MyAppName}服务
VersionInfoCopyright=CopyRight © 2025
VersionInfoDescription=构建于 {#BuildTime}{#MyAppName}服务
VersionInfoProductName={#MyAppName}
@ -139,7 +140,7 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
; 扩展启动vm变量
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; Flags: uninsdeletevalue; \
ValueName: "{#MyAppExeNameUpper}_VM_PARAMS"; ValueData: " \
-Dloader.path=lib \
-Dloader.path=""{app}\{#MyAppExeName}\lib"" \
--enable-preview \
-Dserver.port=28480 \
-Dproject.database-ip=127.0.0.1 \

View File

@ -13,6 +13,7 @@
#define MyAppFirstPath "XManage"
#define MyAppResources "Resources"
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
@ -29,8 +30,8 @@ Encryption=yes
;SetupIconFile={#MyAppResources}\icon.ico
VersionInfoProductVersion={#MyAppVersion}
VersionInfoCompany=
VersionInfoDescription={#MyAppName}服务
VersionInfoCopyright=CopyRight © 2025
VersionInfoDescription=构建于 {#BuildTime}{#MyAppName}服务
VersionInfoProductName={#MyAppName}

View File

@ -15,6 +15,7 @@
#define MyAppFirstPath "XManage"
#define MyAppResources "Resources_203"
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
; 默认配置
@ -31,8 +32,8 @@ Encryption=yes
VersionInfoVersion={#MyAppVersion}
VersionInfoProductVersion={#MyAppVersion}
VersionInfoCompany=
VersionInfoDescription={#MyAppName}服务
VersionInfoCopyright=CopyRight © 2025
VersionInfoDescription=构建于 {#BuildTime}{#MyAppName}服务
VersionInfoProductName={#MyAppName}
; 默认配置

View File

@ -14,6 +14,7 @@
#define MyAppFirstPath "XManage"
#define MyAppResources "Resources_783"
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
; 默认配置
@ -29,8 +30,8 @@ Encryption=yes
SetupIconFile={#MyAppResources}\icon.ico
VersionInfoProductVersion={#MyAppVersion}
VersionInfoCompany=
VersionInfoDescription={#MyAppName}服务
VersionInfoCopyright=CopyRight © 2025
VersionInfoDescription=构建于 {#BuildTime}{#MyAppName}服务
VersionInfoProductName={#MyAppName}
; 默认配置

View File

@ -13,6 +13,7 @@
#define MyAppFirstPath "XManage"
#define MyAppResources "Resources"
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
@ -29,8 +30,8 @@ Encryption=yes
;SetupIconFile={#MyAppResources}\icon.ico
VersionInfoProductVersion={#MyAppVersion}
VersionInfoCompany=
VersionInfoDescription={#MyAppName}服务
VersionInfoCopyright=CopyRight © 2025
VersionInfoDescription=构建于 {#BuildTime}{#MyAppName}服务
VersionInfoProductName={#MyAppName}

View File

@ -13,6 +13,7 @@
#define MyAppFirstPath "XManage"
#define MyAppResources "Resources"
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
@ -30,9 +31,9 @@ Encryption=yes
;UninstallDisplayIcon={app}\{#MyAppExeName}.exe
VersionInfoProductVersion={#MyAppVersion}
VersionInfoCompany=
VersionInfoDescription=仿真实验服务
VersionInfoCopyright=CopyRight © 2025
VersionInfoProductName=仿真实验
VersionInfoDescription=构建于 {#BuildTime}{#MyAppName}服务
VersionInfoProductName={#MyAppName}
; 默认配置
AppName={#MyAppName}