MSFN Forum: daemon tools 4.3 silently - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

daemon tools 4.3 silently Rate Topic: -----

#1 User is offline   Mort 

  • Group: Members
  • Posts: 5
  • Joined: 07-May 09

Posted 27 May 2009 - 12:02 PM

How can i install the latest daemon silently?


#2 User is offline   skavenger 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 19-October 05

Posted 09 June 2009 - 03:28 AM

I use the following way:

first let us check if SPTD-Driver is installed in your system

if the SPTD-driver was found - start the daemon-tools-installer with the net switch /S

if the SPTD-driver is not installed:
make a directory on your boot-drive
copy the Daemon-installer to this directory
call the SPTD-Driver-Installer (SPTDinst-v156-x86.exe add /q)
add a registry-value to RUNONCE, to start Daemon-Tools-Installer silent after next reboot

Here my script
@echo off
Title Daemon Tools Lite 4.30.1

::check for installed SPTD-driver
if exist %systemroot%\system32\drivers\sptd.sys goto ISDA
if not exist %systemroot%\system32\drivers\sptd.sys goto ISNICHDA


:ISNICHDA
if not exist %systemdrive%\install\nul mkdir %systemdrive%\install
if not exist %systemdrive%\install\daemon\nul mkdir %systemdrive%\install\daemon
copy /y/v daemon*.exe %systemdrive%\install\daemon\
start /wait SPTDinst-v156-x86.exe add /q
regedit /s runonce.reg

goto ende


:ISDA
start /wait daemon4301-lite.exe /S
exit


Here 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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy