koden Posted June 16, 2004 Posted June 16, 2004 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 ??
CuBie Posted June 16, 2004 Posted June 16, 2004 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.
koden Posted June 16, 2004 Author Posted June 16, 2004 Sorry there is space.here it is and still wrongC:\daemon341\daemon.msi\ /qn /reboot=suppress
ZoSTeR Posted June 16, 2004 Posted June 16, 2004 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".
koden Posted June 16, 2004 Author Posted June 16, 2004 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
ZoSTeR Posted June 16, 2004 Posted June 16, 2004 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
SergeyAV Posted June 16, 2004 Posted June 16, 2004 kodenWhat is you OS?Read this:http://forum.ixbt.com/topic.cgi?id=22:51260-2#54
koden Posted June 16, 2004 Author Posted June 16, 2004 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???
ZoSTeR Posted June 16, 2004 Posted June 16, 2004 Try:start /wait daemon.msi Reboot=ReallySuppress /qnBTW: The latest version is 3.46. Get it here.
Jjazz Posted June 16, 2004 Posted June 16, 2004 @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
killerbee Posted June 16, 2004 Posted June 16, 2004 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
fandtm666 Posted June 17, 2004 Posted June 17, 2004 this works for me on daemon333ECHO.ECHO Installing DaemonToolsECHO Please wait...start /wait %systemdrive%\install\daemon333\daemon.msi /qb-
[BM]Crusher Posted June 17, 2004 Posted June 17, 2004 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
Jjazz Posted June 17, 2004 Posted June 17, 2004 Hem, in my previous post in this topic i forgot to change %systemdrive% by its drive letter@+Jj
Caramel Posted July 4, 2004 Posted July 4, 2004 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...)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now