|
|
#1 |
|
Junior Member
Join Date: Mar 2004
Posts: 3
|
Hi all!
I'm new on this forum (it's my first post) but it's a long time I read this forum (and it's a long time I speak a bad english ).My question : I use a MUI_PAGE_CUSTOMFUNCTION_LEAVE function to check the choosen installation directory (MUI_PAGE_DIRECTORY). If choosen installation directory is allready used by another install (I have to manage several clients), I ask the user to confirm overwrite. If he confirms, the start menu section is skipped and the install gone at the end If not, i want to reload the window where user chose the installation directory. Is it possible? How? Thanks in advance.
Last edited by scros; 17th March 2004 at 10:17. |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Mar 2004
Posts: 3
|
Nobody's able to answer me ?
|
|
|
|
|
|
#3 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
Be a little patient
![]() Use Abort in the leave function to stay on the current page. |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Mar 2004
Posts: 3
|
Thanks, it's work
![]() I thought that Abort was used to skip a section because when I use it in a MUI_PAGE_CUSTOMFUNCTION_PRE function (as following), the corresponding page (Start Menu here) is skipped. PHP Code:
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|