【服务】构建时间
This commit is contained in:
parent
efc17b4f84
commit
8feae53d13
@ -1,7 +1,7 @@
|
|||||||
;iss
|
;iss
|
||||||
|
|
||||||
#define MyAppName "效能评估"
|
#define MyAppName "效能评估"
|
||||||
#define MyAppVersion "1.0.1"
|
#define MyAppVersion "1.0.2"
|
||||||
#define MyAppPublisher "X"
|
#define MyAppPublisher "X"
|
||||||
#define MyAppURL "~"
|
#define MyAppURL "~"
|
||||||
#define MyAppExeName "eval"
|
#define MyAppExeName "eval"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
#define MyAppFirstPath "XManage"
|
#define MyAppFirstPath "XManage"
|
||||||
#define MyAppResources "Resources"
|
#define MyAppResources "Resources"
|
||||||
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
||||||
|
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -29,8 +30,8 @@ Encryption=yes
|
|||||||
;SetupIconFile=Resources\icon.ico
|
;SetupIconFile=Resources\icon.ico
|
||||||
VersionInfoProductVersion={#MyAppVersion}
|
VersionInfoProductVersion={#MyAppVersion}
|
||||||
VersionInfoCompany=
|
VersionInfoCompany=
|
||||||
VersionInfoDescription={#MyAppName}服务
|
|
||||||
VersionInfoCopyright=CopyRight © 2025
|
VersionInfoCopyright=CopyRight © 2025
|
||||||
|
VersionInfoDescription=构建于 {#BuildTime},{#MyAppName}服务
|
||||||
VersionInfoProductName={#MyAppName}
|
VersionInfoProductName={#MyAppName}
|
||||||
|
|
||||||
|
|
||||||
@ -139,7 +140,7 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
|
|||||||
; 扩展启动vm变量
|
; 扩展启动vm变量
|
||||||
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; Flags: uninsdeletevalue; \
|
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; Flags: uninsdeletevalue; \
|
||||||
ValueName: "{#MyAppExeNameUpper}_VM_PARAMS"; ValueData: " \
|
ValueName: "{#MyAppExeNameUpper}_VM_PARAMS"; ValueData: " \
|
||||||
-Dloader.path=lib \
|
-Dloader.path=""{app}\{#MyAppExeName}\lib"" \
|
||||||
--enable-preview \
|
--enable-preview \
|
||||||
-Dserver.port=28480 \
|
-Dserver.port=28480 \
|
||||||
-Dproject.database-ip=127.0.0.1 \
|
-Dproject.database-ip=127.0.0.1 \
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#define MyAppFirstPath "XManage"
|
#define MyAppFirstPath "XManage"
|
||||||
#define MyAppResources "Resources"
|
#define MyAppResources "Resources"
|
||||||
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
||||||
|
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -29,8 +30,8 @@ Encryption=yes
|
|||||||
;SetupIconFile={#MyAppResources}\icon.ico
|
;SetupIconFile={#MyAppResources}\icon.ico
|
||||||
VersionInfoProductVersion={#MyAppVersion}
|
VersionInfoProductVersion={#MyAppVersion}
|
||||||
VersionInfoCompany=
|
VersionInfoCompany=
|
||||||
VersionInfoDescription={#MyAppName}服务
|
|
||||||
VersionInfoCopyright=CopyRight © 2025
|
VersionInfoCopyright=CopyRight © 2025
|
||||||
|
VersionInfoDescription=构建于 {#BuildTime},{#MyAppName}服务
|
||||||
VersionInfoProductName={#MyAppName}
|
VersionInfoProductName={#MyAppName}
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
#define MyAppFirstPath "XManage"
|
#define MyAppFirstPath "XManage"
|
||||||
#define MyAppResources "Resources_203"
|
#define MyAppResources "Resources_203"
|
||||||
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
||||||
|
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
|
||||||
|
|
||||||
|
|
||||||
; 默认配置
|
; 默认配置
|
||||||
@ -31,8 +32,8 @@ Encryption=yes
|
|||||||
VersionInfoVersion={#MyAppVersion}
|
VersionInfoVersion={#MyAppVersion}
|
||||||
VersionInfoProductVersion={#MyAppVersion}
|
VersionInfoProductVersion={#MyAppVersion}
|
||||||
VersionInfoCompany=
|
VersionInfoCompany=
|
||||||
VersionInfoDescription={#MyAppName}服务
|
|
||||||
VersionInfoCopyright=CopyRight © 2025
|
VersionInfoCopyright=CopyRight © 2025
|
||||||
|
VersionInfoDescription=构建于 {#BuildTime},{#MyAppName}服务
|
||||||
VersionInfoProductName={#MyAppName}
|
VersionInfoProductName={#MyAppName}
|
||||||
|
|
||||||
; 默认配置
|
; 默认配置
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#define MyAppFirstPath "XManage"
|
#define MyAppFirstPath "XManage"
|
||||||
#define MyAppResources "Resources_783"
|
#define MyAppResources "Resources_783"
|
||||||
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
||||||
|
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
|
||||||
|
|
||||||
|
|
||||||
; 默认配置
|
; 默认配置
|
||||||
@ -29,8 +30,8 @@ Encryption=yes
|
|||||||
SetupIconFile={#MyAppResources}\icon.ico
|
SetupIconFile={#MyAppResources}\icon.ico
|
||||||
VersionInfoProductVersion={#MyAppVersion}
|
VersionInfoProductVersion={#MyAppVersion}
|
||||||
VersionInfoCompany=
|
VersionInfoCompany=
|
||||||
VersionInfoDescription={#MyAppName}服务
|
|
||||||
VersionInfoCopyright=CopyRight © 2025
|
VersionInfoCopyright=CopyRight © 2025
|
||||||
|
VersionInfoDescription=构建于 {#BuildTime},{#MyAppName}服务
|
||||||
VersionInfoProductName={#MyAppName}
|
VersionInfoProductName={#MyAppName}
|
||||||
|
|
||||||
; 默认配置
|
; 默认配置
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#define MyAppFirstPath "XManage"
|
#define MyAppFirstPath "XManage"
|
||||||
#define MyAppResources "Resources"
|
#define MyAppResources "Resources"
|
||||||
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
||||||
|
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -29,8 +30,8 @@ Encryption=yes
|
|||||||
;SetupIconFile={#MyAppResources}\icon.ico
|
;SetupIconFile={#MyAppResources}\icon.ico
|
||||||
VersionInfoProductVersion={#MyAppVersion}
|
VersionInfoProductVersion={#MyAppVersion}
|
||||||
VersionInfoCompany=
|
VersionInfoCompany=
|
||||||
VersionInfoDescription={#MyAppName}服务
|
|
||||||
VersionInfoCopyright=CopyRight © 2025
|
VersionInfoCopyright=CopyRight © 2025
|
||||||
|
VersionInfoDescription=构建于 {#BuildTime},{#MyAppName}服务
|
||||||
VersionInfoProductName={#MyAppName}
|
VersionInfoProductName={#MyAppName}
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#define MyAppFirstPath "XManage"
|
#define MyAppFirstPath "XManage"
|
||||||
#define MyAppResources "Resources"
|
#define MyAppResources "Resources"
|
||||||
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
#define InstallPassword GetDateTimeString('yyyymmdd', '', '')
|
||||||
|
#define BuildTime GetDateTimeString('yyyymmddhhnnss', '', '')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -30,9 +31,9 @@ Encryption=yes
|
|||||||
;UninstallDisplayIcon={app}\{#MyAppExeName}.exe
|
;UninstallDisplayIcon={app}\{#MyAppExeName}.exe
|
||||||
VersionInfoProductVersion={#MyAppVersion}
|
VersionInfoProductVersion={#MyAppVersion}
|
||||||
VersionInfoCompany=
|
VersionInfoCompany=
|
||||||
VersionInfoDescription=仿真实验服务
|
|
||||||
VersionInfoCopyright=CopyRight © 2025
|
VersionInfoCopyright=CopyRight © 2025
|
||||||
VersionInfoProductName=仿真实验
|
VersionInfoDescription=构建于 {#BuildTime},{#MyAppName}服务
|
||||||
|
VersionInfoProductName={#MyAppName}
|
||||||
|
|
||||||
; 默认配置
|
; 默认配置
|
||||||
AppName={#MyAppName}
|
AppName={#MyAppName}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user