We want to know how to install quickly Openedge client/server on multiple machines automatically ?

ppar

New Member
We want to know how to install quickly Openedge client/server on multiple machines automatically ?
For years, our technician has been installing OpenEdge MANUALLY on networked PC, one by one.
Do you know of any install tool that works best with progress Openedge client/server?
 
As James has posted you use the response.ini from a main install and to install on multiple machines automatically you can use Intune if your company has that option:


For the batch file you require a single line similar to:

Code:
\\UNCPathWhereInstallFilesAreLocated\PROGRESS_OE_12.8.9_WIN_64\setup.exe -hide_progress -hide_splash -psc_s -psc_f1=\\UNCPathWhereResponseIniFileIsLocated\response.ini
 
Back
Top