几天来我一直试图弄清楚如何做到这一点,但没有运气。在安装过程中按下后退按钮时,我正在尝试返回几页。
我想在页面的创建者过程中做到这一点。
Page custom printerPage1 verifyPrinterFunc1 ": 1. Printer Bilgileri"
通常我可以在安装过程中通过RelGotoPage
Function 跳过页面。
Function RelGotoPage
IntCmp $R9 0 0 Move Move
StrCmp $R9 "X" 0 Move
StrCpy $R9 "3"
Move:
SendMessage $HWNDPARENT "0x408" "$R9" ""
FunctionEnd
但我不能在后退按钮按下事件(Ex ${NSD_OnBack}
)中做到这一点
我被困住了,需要有经验的人的帮助。谢谢你。