Announcement

Collapse
No announcement yet.

To mount by double-clicking the image file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • To mount by double-clicking the image file

    Would u add this feature into the newer version?

  • #2
    I have such a reg- file. Itґs a german file. Therefore, I have translated it into english language. It looks like that:
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\DaemonTools.File]
    @="CD/DVD Image"
     
    [HKEY_CLASSES_ROOT\DaemonTools.File\shell]
    @="open"
     
    [HKEY_CLASSES_ROOT\DaemonTools.File\shell\mount1]
    @="mount image on second virtual drive"
     
    [HKEY_CLASSES_ROOT\DaemonTools.File\shell\mount1\command]
    @="\"C:\\Program Files\\D-Tools\\daemon.exe\" -mount 1,\"%l\""
     
    [HKEY_CLASSES_ROOT\DaemonTools.File\shell\open]
    @="mount image on first virtual drive"
     
    [HKEY_CLASSES_ROOT\DaemonTools.File\shell\open\command]
    @="\"C:\\Program Files\\D-Tools\\daemon.exe\" -mount 0,\"%l\""
    
    [HKEY_CLASSES_ROOT\DaemonTools.File\shell\mount2]
    @="mount image on third virtual drive"
     
    [HKEY_CLASSES_ROOT\DaemonTools.File\shell\mount2\command]
    @="\"C:\\Program Files\\D-Tools\\daemon.exe\" -mount 2,\"%l\""
     
    [HKEY_CLASSES_ROOT\.iso]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.nrg]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.bin]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.cue]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.bwt]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.cdi]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.ccd]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.mds]
    @="DaemonTools.File"
     
    [HKEY_CLASSES_ROOT\.pdi]
    @="DaemonTools.File"
    The path C:\\Program Files\\D-Tools must be modified, if Daemon Tools is in another directory installed. The \\ are right, \ would be wrong. Then, the code must be saved as a reg- file. If you take Notepad for that, you have to take "All Files" as filetype and save it for example as daemon.reg. Then, you have to doubleclick the reg- file and you will be asked, if you want to install it. Choose yes.

    Comment


    • #3
      Easy solution for doing the above!

      I have created an NSIS installer which will register Virtual DAEMON Manager with the image files known by DAEMON Tools.

      Check this post:


      Remember to look down the page. It's not in the first post you see.

      Comment

      Working...
      X