edmoncu Posted May 15, 2004 Posted May 15, 2004 Hi,I was able to silently install TuneXP 1.5 by using the /S parameter. However, the installer's default behavior is that after it installs, it automatically runs TuneXP. I wonder if there would be a switch that could bypass it. I tried invoking a taskkill command after running TuneXP installation but it seems to skip it (or the installer running too slow that the taskkill run during the TuneXP installation.Anyway, here's part of my runonceex.cmd......REG ADD %KEY%\014 /VE /D "Task Switcher Powertoy" /FREG ADD %KEY%\014 /V 1 /D "%SYSTEMDRIVE%\Others\Alt-Tab.msi /QN" /FREG ADD %KEY%\015 /VE /D "TuneXP 1.5" /FREG ADD %KEY%\015 /V 1 /D "%SYSTEMDRIVE%\Others\TuneXP_15.exe /S" /FREG ADD %KEY%\015 /V 2 /D "taskkill /F /IM tunexp.exe" /FREG ADD %KEY%\016 /VE /D "PowerDVD v5.0" /FREG ADD %KEY%\016 /V 1 /D "%SYSTEMDRIVE%\Others\powerdvd\Param.cmd" /FREG ADD %KEY%\016 /V 2 /D "%SYSTEMDRIVE%\Others\powerdvd\Setup.exe -s -f1\"%SYSTEMDRIVE%\Others\powerdvd\setup.iss\"" /F......I would like to know, would it be more fitting if I place the taskkill command for TuneXP under PowerDVD's installation?Thanks.
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