Progress 10.1c silent install!

moveIT

New Member
Hello,

I create an ini file for my silent progress install.
Here is my command line:

C:\Progress1\Installations-CD\setup.exe -psc_s -psc_f1=C:\Progress1\Installations-CD\response.ini -psc_f2=c:\setup.log

The response.ini was created automatically from an installation i performed with the -psc_r parameter!

In fact, the install starts, but stops immediately. It gives me this log:

[Installshield]
Version=12.0.0.49974
[Application]
Name=OpenEdge
Version=10.1C
Company=Progress Software
[CompletedEvents]
Event1=[11-24-2008 15:47:03] The Setup Utility has checked the system requirements.


And then, nothing...

Any idea how I can fix it?
 
ok....i know where the problem was....
.NET 2.0(?) is required for the silent installation
i installed .NET 2.0 and it works now...
 
Back
Top