wazhy Posted September 1, 2005 Posted September 1, 2005 i extract files and use "daemon.msi /qn /norestart" to install,then i found it install nothing!what about the right method?
MHz Posted September 2, 2005 Posted September 2, 2005 I usemsiexec /i "Path to File\daemon.msi" /qn /norestartThat is the command that I use to install Daemon's Tools.
ender341 Posted September 2, 2005 Posted September 2, 2005 (edited) what is the difference between them (ie: what does using msiexec do differently)? Edited September 2, 2005 by ender341
MHz Posted September 2, 2005 Posted September 2, 2005 msiexec is the interpreter that runs msi files. My method is the correct way, where as your method is using %ComSpec% to search for the association to run the filetype.I do not think leaving out msiexec would make your command fail? But your problem maybe not specifiing the path to the msi?
muiz Posted September 2, 2005 Posted September 2, 2005 REG ADD %KEY%\030 /VE /D "Daemon Tools 3.47" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\daemontools\daemon3.47.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress" /f
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