Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Posts
    5

    Oops Make an proyecto to run iso files insido DVD Drive

    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

  2. #2
    Join Date
    Oct 2006
    Posts
    5

    Star Example

    Here an example of this

    Quote Originally Posted by SALTEADOR1 View Post
    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
    Attached Files

  3. #3
    Join Date
    Apr 2005
    Posts
    172
    You already post that here

Similar Threads

  1. Make an proyecto to run iso files insido DVD Drive
    By SALTEADOR1 in forum AutoPlay Media Studio 6.0
    Replies: 4
    Last Post: 10-21-2006, 12:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts