sekijr Posted January 16, 2007 Posted January 16, 2007 1. Downloaded latest DT 4.08 HE2. I have read the announcement: NEW - DAEMON Tools V4.08 RELEASED! [18.11.2006, 17:00]3. I've created batch file (setup_dt4.bat) in the same folder with <daemon408-139-x86.exe> just for a testsetub_dt4.bat%CDROM%\SOFTWARE\DTools4\dtools4.exe /S /D=%PROGRAM FILES%\DAEMON ToolsIt installs silently nicelly so i decided to run it from my RunOnceEx.cmd@FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\bootfont.bin SET CDROM=%%i:REG ADD %KEY%07 /VE /D "Daemon Tools 4.08" /fREG ADD %KEY%07 /V 1 /D "%CDROM%\SOFTWARE\DTools4\dtools4.exe /S /D=%PROGRAM FILES%\DAEMON Tools" /fand ?.... it doesn't work, I've tried even with:REG ADD %KEY%07 /V 1 /D "%CDROM%\SOFTWARE\DTools4\dtools4.cmd" /forREG ADD %KEY%07 /V 1 /D "%CDROM%\SOFTWARE\DTools4\dtools4.bat" /fwhatever, it's almost the same (both CMD and BAT files had FOR %%i IN (D E F... lines at the beginning)Does anyone have an idea how to do it to setup silently from runonceex command new daemon tools ?(I haven't tried so far with the backslash at the end of the command line - /D=%PROGRAM FILES%\DAEMON Tools\, i will try that but i don't think that will help)The things is, when i type manually from the command line or run BAT/CMD file with the same command it starts to install silently, but when I add it to runonceex.cmd it skipsI'm not interested of using CAB add-on files for nLite or AutoIt sollution, just cmdlines.txt + runonceex.cm or [GuiRunOnce]
MHz Posted January 20, 2007 Posted January 20, 2007 (edited) Looking at the summary here would have given you an idea of how I install DTools.A mistake I notice you are making is having a space within a Environmental Variable as they contain no spaces. i.e. %PROGRAMFILES%the 1st time you run the installer silently, it will not detect the Scsi driver installed and not running so it will only install the driver and exit. Later run the installer again to install DTools.Executed the first time will install the Scsi driver.CmdLines.txt"..\SOFTWARE\DTools4\dtools4.exe /S"Executed the 2nd time will install DaemonTools.RunOnceEx.cmdREG ADD %KEY%07 /VE /D "Daemon Tools 4.08" /fREG ADD %KEY%07 /V 1 /D "\"%CDROM%\SOFTWARE\DTools4\dtools4.exe /S /D=%PROGRAMFILES%\DAEMON Tools\"" /fTry the above and see how it works for you. You may want to consider deleting the spyware installer also from RunOnceEx after install of DTools. Edited January 20, 2007 by MHz
sekijr Posted January 21, 2007 Author Posted January 21, 2007 (edited) It works, thank You MHzI just had to remove these: (red bolded)REG ADD %KEY%07 /VE /D "Daemon Tools 4.08" /fREG ADD %KEY%07 /V 1 /D "\"%CDROM%\SOFTWARE\DTools4\dtools4.exe /S /D=%PROGRAMFILES%\DAEMON Tools\"" /fbecause it didn't work with them anyway (tried)Thank you one more time Edited January 21, 2007 by sekijr
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now