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?
Page 1 of 1
CDex 1.51 silent?
#2
Posted 03 August 2005 - 11:18 AM
have u tried it with the /s, it shouldn't be case sensitive..........
#3
Posted 03 August 2005 - 11:29 AM
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
-redfive
hope this is what you needed
-redfive
AdlibEnable("readme")
RunWait("CDEX151.EXE /S")
AdlibDisable()
FileCopy("REDFIVE.PRF.INI", @ProgramFilesDir & "\CDex_150", 1)
FileDelete(@DesktopCommonDir & "\CDex.*")
FileDelete(@DesktopDir & "\CDex.*")
Exit
Func readme()
If WinExists("CDex Installation", "") Then
ControlClick("CDex Installation", "", "Button2")
EndIf
If WinExists("CDex Installation", "An existing configuration file was found.") Then
ControlClick("CDex Installation", "An existing configuration file was found.", "Button1")
EndIf
EndFunc
#4
Posted 04 August 2005 - 03:33 PM
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.
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.
#5
Posted 01 June 2006 - 03:18 PM
someone has risolved this problem? i still have it, i can't avoid the confermation of readme file! please help
#6
Posted 01 June 2006 - 03:43 PM
Share this topic:
Page 1 of 1



Help
Back to top










