Jump to content

Recommended Posts

Posted

I'm testing and have a folder here

c:\daemon341

in this folder i have

daemon.msi

history.txt

install.exe

readme.txt

setup.exe

From run i run this

C:\daemon341\daemon.msi\ /qn/reboot=suppress

But this is not a valid command

What am I missing ??


Posted

i think there needs to be a space:

so "/qn/reboot=suppress" becomes "/qn /reboot=suppress"

but im no expert on this sorta thing.. lol

Chris.

Posted

It should be

start /wait C:\daemon341\daemon.msi /qn reboot=suppress

or

msiexec /i C:\daemon341\daemon.msi /qn reboot=suppress

Edit: No slashes before "reboot".

Posted

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

Posted

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 reboot

msiexec /i C:\daemon341\daemon.msi reboot=suppress /qn

Posted

Thanks

XP pro

Hir hir.....read this :-)))

What language is that?

I can't read anything but english,deutsch and danish...sorry

Zoster:

This work

start /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???

Posted

@Koden

Try 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

Posted

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 /qb

this works like a charm when called @ T-13, T-12 or T-9 or RunOnceEx

hope this helps a bit

cya

Killer Bee

Posted

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" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\daemon\daemon.msi /qb REBOOT=Suppress" /f

  • 3 weeks later...
Posted

erm i think zoster answered it in like the 4th and 6th and some other posts.......

daemon.msi /qb REBOOT=suppress

no 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

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