Kbase P149378: Silent Installation fails: Microsoft Document Explorer 2005 cannot be installed silently
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/8/2010 |
|
Status: Verified
SYMPTOM(s):
Silent Installation fails: Microsoft Document Explorer 2005 cannot be installed silently
PscNetSetupMsg.log reports Microsoft Document Explorer 2005 cannot be installed silently
oesetup.log reports FAILURE2=[7-10-2009 14:40:41] Microsoft Document Explorer 2005 cannot be installed silently. Aborting now.
Nothing installed after failure
.NET Framework installed locally
An interactive install completes without error
FACT(s) (Environment):
response file was created on a Windows 32 bit platform
silent install is on a Windows 32-bit client
affects both silent NetSetup and complete silent installation
OpenEdge 10.2x
Windows
CAUSE:
The Document installer cannot be installed silently due to the End User License Agreement (EULA) that must be accepted. If, in any combination you are installing a product that requires the the EULA to be accepted (eg OE Studio) then you will not be able to perform a silent install of the product.
FIX:
Workaround:
Install the <10.2x>\DLC\bin\3party\dexplore.exe on the machine prior to running the silent install.
This can also be undertaken as a silent install operation in a batch file, that first installs the MS Document Explorer and then the OpenEdge Silent install afterwards.
Example: for a netsetup using mapped drives
O:\10.2x\bin\3party\dexplore.exe /q:a /c:"install.exe /q"
O:\10.2x\netsetup\setup.exe -psclog -s -f1C:\102A\nsetup.iss
Note: 102x in the above paths can be either the 10.2A or 10.2B installation directory