this code run build&publish target in Burn data cd/dvd. But everybody see in project then file.
drive_type = Drive.GetType(_SourceDrive);
if (drive_type ~= DRIVE_CDROM) then
Dialog.Message("Notice", "This Application Must be run from the original CD ROM", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1)
Application.Exit()
end
but build&publish target in Web/Email executable in stops working even if the CD is in the driver.
How do build&publish target in Web/Email executable in write that code? or any only run in cd code... Help me.

