sanjaykumar Posted October 2, 2004 Posted October 2, 2004 hello everyone, i searched the application switch section for diskeeper and found the following START "" /WAIT "DKprofessional.exe" /s /a /s /v"/qb"this works perfectly. my doubt is can i use the same in runonceex without any errors as the 2nd and 3rd quotation marks are also significant in the above. so if my runonceex.cmd is as follows will it work?REG ADD %KEY%\015 /VE /D "Diskeeper 8" /fREG ADD %KEY%\015 /V 1 /D "%sysdrive%\install\applications\Diskeeper\DkProfessional.exe \"/s /a /s /v\" /qb" /fif the above is wrong please tell me how to go about with the switches . thanks
oioldman Posted October 2, 2004 Posted October 2, 2004 I use this with no problems =>REG ADD %KEY%\055 /VE /D "Diskeeper 8.0.478.0" /fREG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\Diskeeper\DKprofessional.exe /s /a /s /v/qn" /f
1chaoticadult Posted October 2, 2004 Posted October 2, 2004 You could also start the installer manually and obtain the .msi file from your temp directory and use /qn REBOOT=Suppress. in your runonceex
Drac0 Posted October 3, 2004 Posted October 3, 2004 Yeah, the MSI makes things simple. I run from cmdlines.txt at T-12 just using the /qb switch.I've noticed that programs that normally want a reboot don't when run from cmdlines.txt. And those that usually ask for driver installs (daemon tools, Alcohol 120% and such) don't when installed from here also. Not all can be run from cmdlines.txt, but a lot can.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now