Jump to content

diskeeper 9.0.511 silent install switch pls


Astalavista

Recommended Posts


prathapml

I think the version i hv is slightly different.

1.) I had to extract the setup.exe from the diskeepersetup.exe (original that i downloaded)

2.) I then follow your steps

a. Run the single-file setup with "/A" switch.

b. take the resulting admin-install folder and run its msi with "/QB" switch - for unattended.

3.) I repacked the Extracted Files To a WinRAR sfx. using diskeeper.msi /QN

This produces a totally silent install.

ce475_Snap1.jpg

The resulting size is 13.4 MB.

Edited by Astalavista
Link to comment
Share on other sites

Hi Astalavista,

I followed prathapml + yrmethod = 13.735 MB (compressed as Good).

Here the comment I got (see the attached image)

;The comment below contains SFX script commands
Path=C:\Program Files\Executive Software\Diskeeper
Setup=diskeeper.msi /QNB
TempMode
Silent=1
Overwrite=1

1) Is my SFX comment/config correct since I set the Absolute Path + TempMode???

2 ) Is my RunOnceEx.cmd comman (see bellow) correct???

REG ADD %KEY%\015 /VE /D "Diskeeper 9.0.511" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Diskeeper9Pro\DK90511.exe" /f

TNX for yr help

coucou

Link to comment
Share on other sites

  • 9 months later...
  • 4 weeks later...

Thanks for the info ;)

Hmmm can't get Diskpeeper to install silently...

REG ADD %KEY%\325 /VE /D "Install Diskeeper Professional Edition v9.0.532 Retail" /f
REG ADD %KEY%\325 /V 01 /D "\"%CDROM%\Software\Diskeeper\setup.exe" /s /v /qn

What did I do wrong?

Edited by -.-PhanTom-.-
Link to comment
Share on other sites

You need to loose the space between the /v and the /qn.

REG ADD %KEY%\325 /V 01 /D "\"%CDROM%\Software\Diskeeper\setup.exe" /s /v/qn

/v = code passed onto msi installer.

So with the space, it would be

*.msi / qn , when it needs to be *.msi /qn

Link to comment
Share on other sites

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