June 16, 200422 yr I'm testing and have a folder herec:\daemon341in this folder i havedaemon.msihistory.txtinstall.exereadme.txtsetup.exeFrom run i run thisC:\daemon341\daemon.msi\ /qn/reboot=suppressBut this is not a valid commandWhat am I missing ??
June 16, 200422 yr i think there needs to be a space:so "/qn/reboot=suppress" becomes "/qn /reboot=suppress"but im no expert on this sorta thing.. lolChris.
June 16, 200422 yr Author Sorry there is space.here it is and still wrongC:\daemon341\daemon.msi\ /qn /reboot=suppress
June 16, 200422 yr It should be start /wait C:\daemon341\daemon.msi /qn reboot=suppressor msiexec /i C:\daemon341\daemon.msi /qn reboot=suppressEdit: No slashes before "reboot".
June 16, 200422 yr Author start /wait C:\daemon341\daemon.msi /qn /reboot=suppress in the run dialog gives me this answer back:Can't find start......msiexec /i C:\daemon341\daemon.msi /qn /reboot=suppress in the run dialog gives me this answer back:not a valid code
June 16, 200422 yr Are you running it from commandline?Enter "cmd" in the run dialog and go on from there. "Start" doesn't work from the run dialog because it's an internal cmd.exe command.Oh and there's no slash before rebootmsiexec /i C:\daemon341\daemon.msi reboot=suppress /qn
June 16, 200422 yr Author ThanksXP proHir hir.....read this :-)))What language is that?I can't read anything but english,deutsch and danish...sorryZoster:This workstart /wait C:\daemon341\daemon.msi /qn /reboot=suppress but it is rebooting my pc. No daemon is installed when it opens again.Is the switch not for installing???
June 16, 200422 yr Try:start /wait daemon.msi Reboot=ReallySuppress /qnBTW: The latest version is 3.46. Get it here.
June 16, 200422 yr @KodenTry that,[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\003]"1"="||msiexec /i \"c:\\Apps\\Système\\Cdrom\\daemon.msi\" /qb- REBOOT=Suppress TARGETDIR=\"%systemdrive%\\Logiciels\\Système\\Utilitaires\\D-Tools\" "@="Installation de Daemon Tools"There is no carriage return between Suppress and TARGETDIR@+Jj
June 16, 200422 yr hi,try this please in XPlode: <execute display='Installing Daemontools 3.44...' program='#xplode#\Applications\daemon\daemon.msi' arguments='Reboot=ReallySuppress /qb'></execute>or in a .cmd:start /wait %SYSTEMDRIVE%\Install\Applications\daemon\daemon.msi Reboot=ReallySuppress /qbthis works like a charm when called @ T-13, T-12 or T-9 or RunOnceExhope this helps a bitcyaKiller Bee
June 17, 200422 yr this works for me on daemon333ECHO.ECHO Installing DaemonToolsECHO Please wait...start /wait %systemdrive%\install\daemon333\daemon.msi /qb-
June 17, 200422 yr I've been using the same switches since v3.43 and it's always working for me:REG ADD %KEY%\020 /VE /D "Daemon Tools 3.46" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\daemon\daemon.msi /qb REBOOT=Suppress" /f
June 17, 200422 yr Hem, in my previous post in this topic i forgot to change %systemdrive% by its drive letter@+Jj
July 4, 200422 yr erm i think zoster answered it in like the 4th and 6th and some other posts.......daemon.msi /qb REBOOT=suppressno slash before the reboot and it works fine for me.....using daemon 3.46 gets a hardware installer box after but it goes away for me if you ignore it... (I'm busy playing solitare anyway after having it start as the first thing in the runonceex.... tho i should change to minesweeper as i play sol all throught the gui install too .... detachedprogram IS usefull after all...)
Create an account or sign in to comment