【实验】 安装包
This commit is contained in:
parent
00c928fcfd
commit
f732574558
@ -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={{550E8400-E29B-41D4-A716-446655440000}
|
AppId={{550E8400-E29B-41D4-A716-446655440000}
|
||||||
; 默认安装路径
|
; 默认安装路径
|
||||||
DefaultDirName={localappdata}\XManage
|
DefaultDirName={localappdata}\{#MyAppFirstPath}
|
||||||
; 安装密码
|
; 安装密码
|
||||||
Password={#InstallPassword}
|
Password={#InstallPassword}
|
||||||
; 是否加密
|
; 是否加密
|
||||||
|
Loading…
x
Reference in New Issue
Block a user