【评估】 安装包
This commit is contained in:
parent
6ed77057bf
commit
00c928fcfd
@ -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={{6BA7B810-9DAD-11D1-80B4-00C04FD430C8}
|
AppId={{6BA7B810-9DAD-11D1-80B4-00C04FD430C8}
|
||||||
; 默认安装路径
|
; 默认安装路径
|
||||||
DefaultDirName={localappdata}\XManage
|
DefaultDirName={localappdata}\{#MyAppFirstPath}
|
||||||
; 安装密码
|
; 安装密码
|
||||||
Password={#InstallPassword}
|
Password={#InstallPassword}
|
||||||
; 是否加密
|
; 是否加密
|
||||||
|
Loading…
x
Reference in New Issue
Block a user