Help - Search - Members - Calendar
Full Version: Deamon Problem
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
TheCrowX
hi to all
my problem is after installing deamon tools with this command
start /wait %systemdrive%\install\daemon\daemon.msi /qn /Reboot=Suppress
i got this window do i need another switch to close it ?
Thanx in advance
e9325
I don't know if it will totally solve your problem but this should help:

delete the "/" before "REBOOT=Suppress"
MCT
ya, u dont need the / & it should work smile.gif

btw.. there is a new daemon tools out 4 anyone interested 3.47 smile.gif
Coolsights2000
I split the install up into two sections

I install my dial and the Caller ID program then run the install by it self and let the computer reboot...

I am using the runonceEX so it may be diff for you...

CODE
cmdow @ /HID
@echo off
Cls
TITLE Setup Daemon Tools 1


start /wait %XPCD%\DAEMONTools\DaemonTools.msi /qn

ECHO.
ECHO SetUp Daemon Tools 1

EXIT



when it reboot it does this from another post...

CODE
cmdow @ /HID
@echo off
Cls
TITLE Setup Daemon Tools 2

start /wait msiexec.exe /i "%XPCD%\DAEMONTools\DaemonScript.msi" /qb!-
start /wait %XPCD%\DAEMONTools\DaemonDriveInstall.DaemonScript
start /wait %XPCD%\DAEMONTools\FilesCopied\DaemonCopied.vbs
rundll32 setupapi,InstallHinfSection DefaultInstall 128 %XPCD%\DAEMONTools\DaemonTools.inf

ECHO.
ECHO SetUp Daemon Tools 2

EXIT


the vbs copies files to make the other stuff work,,,

no way out of a reboot if you don't reboot it will not install..
useless someone knows a way out...

RunonceEX entries

CODE
REG ADD %KEY%\020 /VE /D "SetUp DAEMON Tools pt1 Reguires Reboot" /f
REG ADD %KEY%\020 /V 1 /D "%XPCD%\DAEMONTools\DAEMONTools1.cmd" /f

REG ADD %KEY%\030 /VE /D "SetUp DAEMON Tools pt2" /f
REG ADD %KEY%\030 /V 1 /D "%XPCD%\DAEMONTools\DAEMONTools2.cmd" /f



then it one to the rest....

oh by the way the options that you see are a general list not all installer use them...

Mac!
Coolsights2000
somebody at the daemon forum said to use this

Try adding this to end of your msiexe.exe commands:

REBOOT="ReallySuppress"

So I don't know yet... I will give it a go later,,,,


I will assume it wil have to changed to this

start /wait msiexec.exe /i "%XPCD%\DAEMONTools\DaemonTools.msi" /qn /REBOOT="ReallySuppress"


and this %XPCD% will be your path...
Mac!

I hope they are not pulling a leg LOL
____________________________________________________________________________________________________
____________________________________
MCT
hi..

u DONT use a / with REBOOT=...... your final command would be this

start /wait %XPCD%\DAEMONTools\DaemonTools.msi /qn REBOOT="ReallySuppress"

& %XPCD% im assuming u know thats a variable set by the batch file refering 2 the cd rom letter

regards
Coolsights2000
start /wait %XPCD%\DAEMONTools\DaemonTools.msi /qn REBOOT="ReallySuppress"

Works like a Champ..

That was the correct syntax that they post at daemon

Now that that works i'll grab the newer deamom installer

Mac!




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.