lesterhung Posted August 3, 2005 Posted August 3, 2005 i've searched the entire forum with cdex, cdex silent, cdex switch. found many, but non worked for me.i've tried the /S , but it will ask me to read the readme file after the installation, which i had to respond with yes/no. is there anyway to get around this question?
diesel_98a Posted August 3, 2005 Posted August 3, 2005 have u tried it with the /s, it shouldn't be case sensitive..........
redfive19 Posted August 3, 2005 Posted August 3, 2005 I use an autoit script to get the job done.....the REDFIVE.PRF.INI is my preferences file which I am sure you know how to save.hope this is what you needed-redfiveAdlibEnable("readme")RunWait("CDEX151.EXE /S")AdlibDisable()FileCopy("REDFIVE.PRF.INI", @ProgramFilesDir & "\CDex_150", 1)FileDelete(@DesktopCommonDir & "\CDex.*")FileDelete(@DesktopDir & "\CDex.*")ExitFunc readme() If WinExists("CDex Installation", "") Then ControlClick("CDex Installation", "", "Button2")EndIfIf WinExists("CDex Installation", "An existing configuration file was found.") Then ControlClick("CDex Installation", "An existing configuration file was found.", "Button1") EndIfEndFunc
yronnen Posted August 4, 2005 Posted August 4, 2005 If you need it for an unattended CD/DVD there is a simple solution:You can download the zip version of Cdex, because it does not require an installation. Extract the zip file to the $OEM$\Progs\cdex folder on your unattended cd source and create a shortcut in the $OEM$\Docs... folder.
carter8189 Posted June 1, 2006 Posted June 1, 2006 someone has risolved this problem? i still have it, i can't avoid the confermation of readme file! please help
Ophiel X Posted June 1, 2006 Posted June 1, 2006 You can download the zip version of Cdex, because it does not require an installation.i made it bigger incase you are impaired.
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