SprintfBox (INFORMATION, "Error", "Unable to open output file. Restart your machine, then try installing again.");
endif;
if ( blah = -4 ) then
SprintfBox (INFORMATION, "Error", "Unable to write to file. Make sure the correct source disk is chosen.");
endif;
if ( blah = -6 ) then
SprintfBox (INFORMATION, "Error", "Memory allocation error.Close other applications, then try installing again.");
endif;
if ( blah = -9 ) then
SprintfBox (INFORMATION, "Error", "Source and target directories conflict.Make sure that target directory is not the same as the source directory (unless this is intended).");
endif;
if ( blah = -27 ) then
SprintfBox (INFORMATION, "Error", "Unable to create directory. Check the content of your hard drive, and your access privileges to the drive and directory.");
endif;
if ( blah = -38 ) then
SprintfBox (INFORMATION, "Error", "Not enough disk space on target drive.Free disk space on target drive, then try installing again.");
endif;
if ( blah = -46 ) then
SprintfBox (INFORMATION, "Error", "Target file is read-only and cannot be overwritten.");
endif;
SprintfBox (INFORMATION, "Error", "There has been an error!");
retVal = BACK;
endif;
// if ( FileSetPerformEz( FILESET_NAME , 0 ) != 0 ) then