Help - Search - Members - Calendar
Full Version: diskeeper Version: 8.0.478.0
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Astalavista
how to silently install diskeeper Version: 8.0.478.0

i extracted the file into a setup.msi file.

what is the switch?

qn does not work
XtremeMaC
maybe search works?
WwTIPPYwW
CODE
REG ADD %KEY%\160 /VE  /D "Diskeeper 8.0.478" /f
REG ADD %KEY%\160 /V 1 /D "%CDROM%\Software\Diskeeper\DKsetup.exe /s /v/qn" /f
REG ADD %KEY%\160 /V 2 /D "REGEDIT /S %CDROM%\Software\Diskeeper\Diskeeper.reg" /f
FuzzBall
Diskeeper.exe /s /v/qn

That's what i use, and it works perfecty. smile.gif


BTW, i did not extract the msi, its still in its orignal installer


Hope this helps
-Alex
Astalavista
great call fuzzball, got it to work !
XtremeMaC
WwTIPPYwW --> lost in action laugh.gif
pinout
I have a cleaner solution!

Diskeeper is packaged using InstallShield "PackageForTheWeb" which means you can use the "/a" switch to pass switches to the underlying SETUP.EXE. No need to extract anything from the original DKprofessional.exe :

START "" /WAIT "DKprofessional.exe" /s /a /s /v"/qb"

Other solutions work just fine, but I have a fetish for preserving original files (plus it makes it easier to add a new version, just drop the downloaded EXE into the directory.)
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.