Jump to content

Recommended Posts

Posted

When I want to install Diskeeper with the RunOnceEx method, I seem to do something wrong, I cannot get it installed...

I am using the following syntax:

REG ADD %KEY%\020 /VE /D "Diskeeper Pro 8.0.459.0" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Applications\System\Diskeeper\Diskeeper_Pro_8.0.459.0.exe /s /v/qn REBOOT=Suppress" /f

REG ADD %KEY%\021 /VE /D "Diskeeper Pro 8.0.478.0 Update" /f
REG ADD %KEY%\021 /V 1 /D "%systemdrive%\Install\Applications\System\Diskeeper\Diskeeper_Pro_8.0.478.0_Update.exe /s /v/qn REBOOT=Suppress" /f

After RunOnceEx.cmd has done it's work, and rebooted, I see no sign of Diskeeper, neither the old version or the updated version. Does anyone know why this app won't install?


Posted

hi,

if i am correct you are not using the right switch combo, it is a .msi wrapped ia an exe so you need to give switches down to the .msi with:

/v"/qn REBOOT=Suppress"

cya

Killer Bee

Posted
hi,

if i am correct you are not using the right switch combo, it is a .msi wrapped ia an exe so you need to give switches down to the .msi with:

/v"/qn REBOOT=Suppress"

cya

Killer Bee

So I should use this code?

REG ADD %KEY%\020 /VE /D "Diskeeper Pro 8.0.459.0" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Applications\System\Diskeeper\Diskeeper_Pro_8.0.459.0.exe /s /v"/qn REBOOT=Suppress" /f

REG ADD %KEY%\021 /VE /D "Diskeeper Pro 8.0.478.0 Update" /f
REG ADD %KEY%\021 /V 1 /D "%systemdrive%\Install\Applications\System\Diskeeper\Diskeeper_Pro_8.0.478.0_Update.exe  /s /v"/qn REBOOT=Suppress" /f

Posted

And if you really want to get crazy, you can actually integrate the 478 patch into the source MSI so you don't have to run it separately.

Posted
And if you really want to get crazy, you can actually integrate the 478 patch into the source MSI so you don't have to run it separately.

That would be totally crazy and real neat! Please tell me how, is there a howto?

Posted

if the patch is truly just a MSP file inside the exe, then the procedure is almost identical to OfficeXP/2003. Just without the AdminPoint. I think so anyways (about the adminpoint).

Posted
if the patch is truly just a MSP file inside the exe, then the procedure is almost identical to OfficeXP/2003. Just without the AdminPoint. I think so anyways (about the adminpoint).

I've tried to search how to do this, but I don't really know what to look for, or how to do it.. Can you help me out?

Posted

Doh! I should have thought of that! Thanks a lot ZoSTeR!!

I downloaded the file mentioned above, copyed the extraced *.exe file, and installed it using the

/s /v/qn

switch

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