From 6ed77057bfbe9e30906b69e83d4ea82a5e95fccd Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Mon, 18 Aug 2025 13:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=83=B3=E5=AE=9A=E3=80=91=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/scenario/install-win7-scenario.iss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/scenario/install-win7-scenario.iss b/server/scenario/install-win7-scenario.iss index 7f5440a..d5f0ed7 100644 --- a/server/scenario/install-win7-scenario.iss +++ b/server/scenario/install-win7-scenario.iss @@ -10,6 +10,7 @@ #define MyAppAssocName MyAppName + " File" #define MyAppAssocExt ".myp" #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt +#define MyAppFirstPath "XManage" #define MyAppResources "Resources" #define InstallPassword GetDateTimeString('yyyymmdd', '', '') @@ -19,7 +20,7 @@ [Setup] AppId={{9C7D5E4F-2E1B-4A3F-8D9C-3A2F5B8C1D4E} ; 默认安装路径 -DefaultDirName={localappdata}\XManage +DefaultDirName={localappdata}\{#MyAppFirstPath} ; 安装密码 Password={#InstallPassword} ; 是否加密