fred22
January 27th, 2005, 05:40 PM
Hi there, i'm creating a unattended xp disc(auto install) and like to add TDS to the runonceex.cmd, i use the msfn forums but cant find any info regarding tds.
//http://unattended.msfn.org/
The commands looks like:
{QUOTE->
REG ADD %KEY%\003 /VE /D "DaemonTools 3.47" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\Daemon\DaemonTools.msi /qn Reboot=ReallySuppress" /f
REG ADD %KEY%\003 /V 2 /D "%systemdrive%\Install\Daemon\Daemonscript.msi /qn Reboot=ReallySuppress" /f
REG ADD %KEY%\003 /V 3 /D "%systemdrive%\Install\Daemon\DaemonDriveInstall.DaemonScript" /f
REG ADD %KEY%\003 /V 4 /D "rundll32 setupapi,InstallHinfSection DefaultInstall 128 %systemdrive%\Install\Daemon\DaemonTools.inf" /f
<-QUOTE}
is this possible? and if yes can you post the switches it needs?+ applying ones reg key
thanks for any input :)
//http://unattended.msfn.org/
The commands looks like:
{QUOTE->
REG ADD %KEY%\003 /VE /D "DaemonTools 3.47" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\Daemon\DaemonTools.msi /qn Reboot=ReallySuppress" /f
REG ADD %KEY%\003 /V 2 /D "%systemdrive%\Install\Daemon\Daemonscript.msi /qn Reboot=ReallySuppress" /f
REG ADD %KEY%\003 /V 3 /D "%systemdrive%\Install\Daemon\DaemonDriveInstall.DaemonScript" /f
REG ADD %KEY%\003 /V 4 /D "rundll32 setupapi,InstallHinfSection DefaultInstall 128 %systemdrive%\Install\Daemon\DaemonTools.inf" /f
<-QUOTE}
is this possible? and if yes can you post the switches it needs?+ applying ones reg key
thanks for any input :)