Jump to content

Recommended Posts

Posted

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" /F
REG ADD %KEY%\014 /V 1 /D "%SYSTEMDRIVE%\Others\Alt-Tab.msi /QN" /F

REG ADD %KEY%\015 /VE /D "TuneXP 1.5" /F
REG ADD %KEY%\015 /V 1 /D "%SYSTEMDRIVE%\Others\TuneXP_15.exe /S" /F
REG ADD %KEY%\015 /V 2 /D "taskkill /F /IM tunexp.exe" /F

REG ADD %KEY%\016 /VE /D "PowerDVD v5.0" /F
REG ADD %KEY%\016 /V 1 /D "%SYSTEMDRIVE%\Others\powerdvd\Param.cmd" /F
REG 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. :)


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