May 18, 200422 yr 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" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Applications\System\Diskeeper\Diskeeper_Pro_8.0.459.0.exe /s /v/qn REBOOT=Suppress" /fREG ADD %KEY%\021 /VE /D "Diskeeper Pro 8.0.478.0 Update" /fREG ADD %KEY%\021 /V 1 /D "%systemdrive%\Install\Applications\System\Diskeeper\Diskeeper_Pro_8.0.478.0_Update.exe /s /v/qn REBOOT=Suppress" /fAfter 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?
May 18, 200422 yr 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"cyaKiller Bee
May 18, 200422 yr Author 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"cyaKiller BeeSo I should use this code? REG ADD %KEY%\020 /VE /D "Diskeeper Pro 8.0.459.0" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Applications\System\Diskeeper\Diskeeper_Pro_8.0.459.0.exe /s /v"/qn REBOOT=Suppress" /fREG ADD %KEY%\021 /VE /D "Diskeeper Pro 8.0.478.0 Update" /fREG 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
May 18, 200422 yr 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.
May 18, 200422 yr Author 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?
May 18, 200422 yr 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).
May 18, 200422 yr That sounds right. It was so long ago (last fall) I've honestly forgotten how I did it.
May 19, 200422 yr Author 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?
May 19, 200422 yr Just download the latest version from their site and extract the msi file during installation.
May 19, 200422 yr Author 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
May 19, 200422 yr Where's the registration info for that download? It seems like it's the full version yet it's free?
Create an account or sign in to comment