Jump to content

CDex 1.51


lesterhung

Recommended Posts

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?

Link to comment
Share on other sites


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

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 9 months later...

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