CheckExists("%CurrentDrive%DISK01", "Please insert the diskette labelled 'DISK01'")
IF %ERROR% == IDCANCEL GOTO :EXIT
// Copy files from disk & show in gauge - no usage or overwrite check
CopyFile(23)
"BIT1.BMP", "%InstallPath%", "Copying:"
"BIT2.BMP", "%InstallPath%", "Copying:"
"BIT3.BMP", "%InstallPath%", "Copying:"
"BIT4.BMP", "%InstallPath%", "Copying:"
"BIT5.BMP", "%InstallPath%", "Copying:"
"BIT6.BMP", "%InstallPath%", "Copying:"
"BWCC.DLL", "%InstallPath%", "Copying:"
"DIALOG.BMP", "%InstallPath%", "Copying:"
"DOING.WAV", "%InstallPath%", "Copying:"
"HIGHSCOR.DAT", "%InstallPath%", "Copying:"
"HINTER.BMP", "%InstallPath%", "Copying:"
"HSCOR.BMP", "%InstallPath%", "Copying:"
"INFO.BMP", "%InstallPath%", "Copying:"
"LICENCE.TXT", "%InstallPath%", "Copying:"
"LOGO.BMP", "%InstallPath%", "Copying:"
"RAND2.BMP", "%InstallPath%", "Copying:"
"README.WRI", "%InstallPath%", "Copying:"
"RED.BMP", "%InstallPath%", "Copying:"
"REGIST.BMP", "%InstallPath%", "Copying:"
"REGISTER.WRI", "%InstallPath%", "Copying:"
"SMILE.BMP", "%InstallPath%", "Copying:"
"TETRIX.EXE", "%InstallPath%", "Copying:"
"TOP_ID.DIZ", "%InstallPath%", "Copying:"
// Now setup a new program manager group and its icons
MessageBox("Setup kann eine Programm-Manager-Gruppe|für %Application% erstellen.||Möchten Sie eine Programm-|Manager Gruppe erstellen ?", "%Caption%", MB_YESNO, MB_ICONQUESTION)