skavenger Posted June 9, 2009 Posted June 9, 2009 I use the following way:first let us check if SPTD-Driver is installed in your systemif the SPTD-driver was found - start the daemon-tools-installer with the net switch /Sif the SPTD-driver is not installed:make a directory on your boot-drivecopy the Daemon-installer to this directorycall the SPTD-Driver-Installer (SPTDinst-v156-x86.exe add /q)add a registry-value to RUNONCE, to start Daemon-Tools-Installer silent after next rebootHere my script@echo offTitle Daemon Tools Lite 4.30.1::check for installed SPTD-driverif exist %systemroot%\system32\drivers\sptd.sys goto ISDAif not exist %systemroot%\system32\drivers\sptd.sys goto ISNICHDA:ISNICHDAif not exist %systemdrive%\install\nul mkdir %systemdrive%\installif not exist %systemdrive%\install\daemon\nul mkdir %systemdrive%\install\daemoncopy /y/v daemon*.exe %systemdrive%\install\daemon\start /wait SPTDinst-v156-x86.exe add /qregedit /s runonce.reggoto ende:ISDAstart /wait daemon4301-lite.exe /SexitHere the reg-file "runonce.reg"Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]"Daemon Tool Lite"="C:\\install\\daemon\\daemon4301-lite.exe /S"For me this works fine
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now