【想定】 安装包

This commit is contained in:
yuejiajun 2025-08-18 13:18:36 +08:00
parent 0196a69a10
commit 6ed77057bf

View File

@ -10,6 +10,7 @@
#define MyAppAssocName MyAppName + " File" #define MyAppAssocName MyAppName + " File"
#define MyAppAssocExt ".myp" #define MyAppAssocExt ".myp"
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt
#define MyAppFirstPath "XManage"
#define MyAppResources "Resources" #define MyAppResources "Resources"
#define InstallPassword GetDateTimeString('yyyymmdd', '', '') #define InstallPassword GetDateTimeString('yyyymmdd', '', '')
@ -19,7 +20,7 @@
[Setup] [Setup]
AppId={{9C7D5E4F-2E1B-4A3F-8D9C-3A2F5B8C1D4E} AppId={{9C7D5E4F-2E1B-4A3F-8D9C-3A2F5B8C1D4E}
; 默认安装路径 ; 默认安装路径
DefaultDirName={localappdata}\XManage DefaultDirName={localappdata}\{#MyAppFirstPath}
; 安装密码 ; 安装密码
Password={#InstallPassword} Password={#InstallPassword}
; 是否加密 ; 是否加密