我在卸载程序中创建了一个自定义页面,如下所示:
UninstPage custom mypageCreate
.....
.....
.....
Function mypageCreate
;call nsDialogs or InstallOptions functions here
FunctionEnd UninstPage custom mypageCreate
但我收到错误 - 错误解决卸载页面中的创建页面功能“mypageCreate”。 帮助..
答案 0 :(得分:3)
我认为它必须以“un”为前缀。 :
UninstPage custom un.mypageCreate
Function un.mypageCreate
...