i work on a project that has 3 cds. so it has 3 instfiles pages, like this:
!insertmacro MUI_PAGE_STARTMENU
!insertmacro MUI_PAGE_INSTFILES
Page custom CD02 ValidateCD
!insertmacro MUI_PAGE_INSTFILES
Page custom CD03 ValidateCD
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH the custom functions are for checking that the right (next) cd is in place.my script works. this not the problem. i tested in Win2K and the installer works perfectly, no error. then i tested in Win98SE and - surprize - when the installer finishes the files from the second or the third cd it displayes a blue screen telling me to insert the first cd back. ugly !
this is not good...
PS: all my CDs must be in the same section. so i have only one section. this is the code i use (attach) to check the current cd to install.
thank you in advance.