How i can detect the condition ' I start from CD-ROM with 'Compressed executable'?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Steeve
    Indigo Rose Customer
    • Oct 2003
    • 6

    How i can detect the condition ' I start from CD-ROM with 'Compressed executable'?

    Hi,

    I publish with 'Compressed executable'
    When i run my program , i want to detect if the autorun start from CD-ROM or from hard drive.
    When i start from CD-ROM, an installation process start. When i start from H-D, the program run if the installation is correctly install. The program is the same in this two cases

    I want to detect with the _SourceDrive variable, but the content is alway the temp directory for a an ''Compressed executable'
    file

    How i can detect the condition ' I start from CD-ROM with 'Compressed executable'?

    Steeve
  • CWRIGHT
    Indigo Rose Customer
    • Jun 2002
    • 42

    #2
    Have a look at Brett's reply in this thread:



    You could then use the Drive.GetType action on the parsed drive letter to see if it is a CD-ROM drive or not.

    Comment

    • Steeve
      Indigo Rose Customer
      • Oct 2003
      • 6

      #3
      THANKS

      Very good information!

      Have a nice day

      Comment

      Working...
      X