# HG changeset patch # User Pascal Bellard # Date 1459586007 -7200 # Node ID 8dbbd1b9396227c7e1736a10837690624b2ef7c5 # Parent 0205fa89ab30a65c93b8d5695e8bde733d46b9a1 syslinux/win32.exe: improve dialog for win7+ users diff -r 0205fa89ab30 -r 8dbbd1b93962 syslinux/stuff/iso2exe/win32.c --- a/syslinux/stuff/iso2exe/win32.c Fri Apr 01 11:32:41 2016 +0200 +++ b/syslinux/stuff/iso2exe/win32.c Sat Apr 02 10:33:27 2016 +0200 @@ -225,7 +225,9 @@ MB_OKCANCEL|MB_ICONEXCLAMATION) == IDCANCEL) exit(0); base = drives(); - if (MessageBox(NULL,"Step 2: plug the USB stick in.", + if (MessageBox(NULL,"Step 2: plug the USB stick in, " + "wait for Windows to mount it and " + "dismount it", "Drive detection 2/2", MB_OKCANCEL|MB_ICONEXCLAMATION) == IDCANCEL) exit(0);