diff --git a/server/eval/install-win7-eval.iss b/server/eval/install-win7-eval.iss index 133d604..05e8ba2 100644 --- a/server/eval/install-win7-eval.iss +++ b/server/eval/install-win7-eval.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={{6BA7B810-9DAD-11D1-80B4-00C04FD430C8} ; 默认安装路径 -DefaultDirName={localappdata}\XManage +DefaultDirName={localappdata}\{#MyAppFirstPath} ; 安装密码 Password={#InstallPassword} ; 是否加密