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} ; 是否加密