Jump to content

Recommended Posts

Posted

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

post-80-1093799501_thumb.jpg


Posted

I don't know if it will totally solve your problem but this should help:

delete the "/" before "REBOOT=Suppress"

Posted

ya, u dont need the / & it should work :)

btw.. there is a new daemon tools out 4 anyone interested 3.47 :)

Posted

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...

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...

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

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!

Posted

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

____________________________________________________________________________________________________

____________________________________

Posted

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

Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...