yemmem
20th August 2009, 09:30
In My Installer application,i need to show Finish page,if user skips custom registration page.
Detail:
The pages are called in following order
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_STARTMENU
!insertmacro "Custom Registration File1"
!insertmacro "Custom Registration File2"
!insertmacro "Custom Registration File3"
!insertmacro MUI_PAGE_FINISH
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
During installation if user skips registration in "Custom Registration File2",Finish Page should be displayed.
Using MUI_ABORTWARNING,message box is displayed with warning message.if user selects yes in message box,the process ends there itself.but it should go to finish page to run installed .exe
Hope to get valuable info on this
- Yemmem
Detail:
The pages are called in following order
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_STARTMENU
!insertmacro "Custom Registration File1"
!insertmacro "Custom Registration File2"
!insertmacro "Custom Registration File3"
!insertmacro MUI_PAGE_FINISH
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
During installation if user skips registration in "Custom Registration File2",Finish Page should be displayed.
Using MUI_ABORTWARNING,message box is displayed with warning message.if user selects yes in message box,the process ends there itself.but it should go to finish page to run installed .exe
Hope to get valuable info on this
- Yemmem