HOW TO: Install Daemon Tools Optimized
#41
Posted 29 August 2004 - 01:02 AM
& usually that means not having a program associated with .iso files (other then this method on first page)
#42
Posted 29 August 2004 - 05:11 AM
and I'm still trying to figure out howw to get it to silent install
http://www.daemon-tools.cc/dtcc/portal/dow...ategory&catid=7
Download: awxDTools_104b228.exe
http://www.daemon-tools.cc/dtcc/portal/dow...e=Download&id=8
Description: awxDTools is a shell extension for daemon Tools. It adds mount and unmount entries when you right click on a image.
!New Version awxDTools_104b228 !
Size: 790 KB
Release Date and Time: Sat Jan 17, 2004 02:14
Download Count: 197755
This would be a nice add to your inf file ,,,,
#43
Posted 29 August 2004 - 07:36 PM
#44
Posted 16 September 2004 - 01:24 PM
Second, my rundll32 line does all sorts of crazy stuff so I must be doing something wrong. It will usually load another installer than already ran from the start.cmd, such as my ATI Remote Wonder or Logitech Setpoint software. Thanks for any help!
ECHO. ECHO Installing DaemonTools v3.47 ECHO Please wait... start /wait %systemdrive%\Install\DaemonTools\DaemonTools.msi /qn REBOOT="ReallySuppress" start /wait %systemdrive%\Install\DaemonTools\Daemonscript.msi /qb start /wait %systemdrive%\Install\DaemonTools\DaemonDriveInstall.DaemonScript rundll32 setupapi,InstallHinfSection DefaultInstall 128 %systemdrive%\Install\DaemonTools\DaemonTools.inf
#45
Posted 16 September 2004 - 02:43 PM
the stuff works with the new version too.. there isnt anything new besides bug fixes in the new version i believe
can u post the daemontools.inf plz.. some ppl alter it, 2 cut out stuff they dont want.. so u could have done that & messed a line or something?
& im honestly not sure why daemonscript is doing that.. its something with the installer i believe.. u could try 4 now a temp solution 2 copy daemon script files 2 the appropriate directories
#46
Posted 16 September 2004 - 03:08 PM
[Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = CDImage AddReg = Mount DelReg = Daemon [CDImage] HKCR,"Folder\shell\MakeBootISO\command",,,"CDIMAGE.EXE -LWINDOWS -YD -N -H -X -B%11%\xpBoot.img -OCI -M -D %here% %24%\BootImage.iso" HKCR,"Folder\shell\MakeDataISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D %here% %24%\DataImage.iso" [Mount] HKCR,".ISO",,,"ISO_Image" HKCR,".CUE",,,"ISO_Image" HKCR,".CCD",,,"ISO_Image" HKCR,".BIN",,,"ISO_Image" HKCR,"ISO_Image\Shell\Mount\Command",,,%16422%\D-Tools\"daemon.exe -mount 0,%1 [Daemon] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DAEMON Tools-1033" [Strings] here = """%1"""
I thought it was the same as what you listed, but I could've made a mistake...thanks for the help!
BTW I didn't mention it, but it DOES end up working - I can right click to mount an image. I just don't know why it launches another installer!
#47
Posted 16 September 2004 - 04:27 PM
but im not sure why your getting that error :S try this
ECHO. ECHO Installing DaemonTools v3.47 ECHO Please wait... start /wait %systemdrive%\Install\DaemonTools\DaemonTools.msi /qn REBOOT="ReallySuppress" start /wait %systemdrive%\Install\DaemonTools\Daemonscript.msi /qb start /wait %systemdrive%\Install\DaemonTools\DaemonDriveInstall.DaemonScript start /wait %systemdrive%\Install\DaemonTools\DT.exe
put this into an autoit script..
Run("rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\DaemonTools.inf")
& compile it & name it DT.exe thats the only other thing i can think of.. put it in same folder as DaemonTools.inf
& if u dont know how 2 do this.. download autoit , open notepad.. place the above command into it.. name it DT.au3 & compile that .au3 file using autoit compiler, u can right click & choose compile script
#48
Posted 22 September 2004 - 05:37 AM
#49
Posted 22 September 2004 - 11:28 PM
start the installer dont close the installer, goto run type %tmp% then get the msi file.. its not hard
#50
Posted 23 September 2004 - 02:28 AM
1- If daemonscript installs to C:\, change the installation command to :
start /wait .\Daemonscript.msi /qn TARGETDIR="%ProgramFiles%\D-Tools"
It will then install to Daemon Tools folder.
2- I don't know if it was mentionned before, but you may encounter an issue with DaemonDriveInstall.DaemonScript file (telling that parameters on line 2 are incorrect). You need to have a blank line after DeviceCount|1| (the script parser needs it). So if your script is
Version|1.5.4|2| DeviceCount|1|file length should be 34 bytes and not 32.
I hope this helps...
#51
Posted 23 September 2004 - 03:38 AM
MCT, on Sep 22 2004, 11:28 PM, said:
Thanks MCT, I don't know why I was looking for a file which gets deleted AFTER the install instead of looking for it during the process
Thanks again
#52
Posted 23 September 2004 - 06:28 AM
It supresses the reboot prompt, eliminates the desktop icon, and allows you to change the default directory.
#53
Posted 14 October 2004 - 07:43 AM
Quote
[DefaultInstall]
AddReg = Mount
DelReg = Daemon
[Mount]
HKCR,".ISO",,,"ISO_Image"
HKCR,".CUE",,,"ISO_Image"
HKCR,".CCD",,,"ISO_Image"
HKCR,".BIN",,,"ISO_Image"
HKCR,"ISO_Image\Shell\Mount\Command",,,%16422%\D-Tools\"daemon.exe -mount 0,%1
HKCR,"ISO_Image\Shell\Mount\Command",,,%16422%\D-Tools\"daemon.exe -umount 0,%1
[Daemon]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DAEMON Tools-1033"
[Strings]
here = """%1"""
...and, the only use for DaemonScript.msi is to decide the number of Virtual Drive?
cannot be integrated in only deamontools.msi?
There a way to add shell extension from RunOnceEx.cmd?
mrmr
P.S.
There a greater list of "Image Type" that can be mounted? ...like .ngr and so on?
#54
Posted 14 October 2004 - 12:59 PM
Thanks
#55
Posted 14 October 2004 - 04:35 PM
I want to rename it to Virtual Drive instead of DVD Driver (I think in english)
Thanks
#56
Posted 14 October 2004 - 09:07 PM
also, what do u want optimized?
i didnt add an unmount option, cuz u can just use "Eject" works 4 me
#57
Posted 21 October 2004 - 02:55 AM
[Version] Signature="$Windows NT$" [DefaultInstall] AddReg = CDImage.Reg AddReg = Mount.Reg [CDImage.Reg] HKCR,"Folder\shell\MakeISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -M -D %here% %target%" HKCR,"Folder\shell\MakeOptISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D %here% %otarget%" [Mount.Reg] HKCR,".ISO",,,"ISO_Image" HKCR,".CUE",,,"ISO_Image" HKCR,".CCD",,,"ISO_Image" HKCR,".BIN",,,"ISO_Image" HKCR,".CDI",,,"ISO_Image" HKCR,".BWT",,,"ISO_Image" HKCR,".B5T",,,"ISO_Image" HKCR,".MDS",,,"ISO_Image" HKCR,".NRG",,,"ISO_Image" HKCR,".PDI",,,"ISO_Image" HKCR,"ISO_Image\Shell\Mount\Command",,,"%16422%\D-Tools\daemon.exe -mount 0,%1" HKCR,"ISO_Image\Shell\Unmount\Command",,,%16422%\D-Tools\daemon.exe -unmount 0 [Strings] here = """%1""" target = """%1.iso""" otarget = """%1.o.iso"""
The Created ISO image well have the same name as the folder and well be created at the same place as the folder, just like creating RAR archives with WinRAR
I didn't need the bootable option, so i removed that, and added an option to not optimize the CD for faster ISO creation, the optimized ISO well end with ".o.iso".
Also added all of the file types DAEMON could mount and the Unmount option.
#58
Posted 21 October 2004 - 03:06 AM
#59
Posted 21 October 2004 - 03:34 AM
Like the script onto the DaemonTools site...awxDTools
mrmr
#60
Posted 21 October 2004 - 03:41 AM
Just Incase anyone hasnt noticed, i updated the guide on the first page to include some ideas from hotdogee's aforementioned code



Help


Back to top








