Consultor Eletrônico



Kbase P118012: How to disable splash screen during silent install with Perl?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/08/2006
Status: Unverified

GOAL:

How to disable splash screen during silent install with Perl?

FIX:

One method which has been effective to disable the Progress splash screen during a silent install is to redirect standard output from the command line which invokes the silent installl within Perl.

Example:
system("c:\\setup.exe -psc_s -psc_f1=c:\\temp\\dlc101a.iss -psc_f2=c:\\temp\\dlc101asetup.log >>&1 ");