Hi, i need to help for developer a proyecto to launch iso file inside the proyect on dvd, to DVD virtual dirve as daemon tools.
I try this:
=====================CODE========================= ========
InstallPath = File.Find("C:\Archivos de programa\D-Tools", "daemon.exe", false, true, nil);
if (InstallPath == nil)then
File.Run("C:\\Archivos de Programa\\D-Tools\\daemon.exe", "-mount 0, c:\Drivers.iso", "", SW_MINIMIZE, false);
Button.SetEnabled("Button4", false);
Label.SetEnabled("Labe5", false);
else
result = File.Install(_SourceFolder.."\\Scripts\\DAEMON.exe ", "C:\Archivos de programa\D-Tools", FILE_INSTALL_SAMEOLDER, false, false);
end
================================================== =====
but i have several problems:
1) i cannot know wich is the dvd drive (physical not virtual)
2) this option always is funcional if (the file iso into hard drive primary on c
3) problem: i wanto to execute this proyect in another pc, put dvd, launch autoplay presentation, click in a buttom and automatic mount file iso into dvd virtual drive.
I need helpppppppppp!!!!!!!!!
Hola mi nombre Salteador1 y tengo un problema para desarrollar un proyecto, mi intencion es poner un dvd con el launcher realizado en autoplay, hacer click en un boton y que automaticamente se monte una imagen iso que esta dentro del mismo dvd hacia una unidad virtual, alguna idea?
A mi se me ocurrio esto, pero tiene muchos inconvenientes
InstallPath = File.Find("C:\Archivos de programa\D-Tools", "daemon.exe", false, true, nil);
if (InstallPath == nil)then
File.Run("C:\\Archivos de Programa\\D-Tools\\daemon.exe", "-mount 0, c:\Drivers.iso", "", SW_MINIMIZE, false);
Button.SetEnabled("Button4", false);
Label.SetEnabled("Labe5", false);
else
result = File.Install(_SourceFolder.."\\Scripts\\DAEMON.exe ", "C:\Archivos de programa\D-Tools", FILE_INSTALL_SAMEOLDER, false, false);
end![]()


