Oracle10g Express - silent install
616467Feb 29 2008 — edited Apr 23 2008I'm trying to install Oracle10gExpress in silent mode. I downloaded the default response file from website (OracleXE-install.iss).
The command line is:
C:\OracleSilentInstallTest>OracleXEUniv.exe /s /f1"OracleXE-install.iss" /f2"C:\setup.log"
The ResultCode is -3:
setup.log
[ResponseResult]
ResultCode=-3
The last lines from Windows\OracleDatabaseXEServerInstall.log file are:
MSI (c) (90:04) [16:24:14:953]: Dir (target): Key: ADMIN , Object: C:\oraclexe\app\oracle\product\10.2.0\server\precomp\admin\
MSI (c) (90:04) [16:24:14:953]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
Action ended 16:24:14: CostFinalize. Return value 1.
MSI (c) (90:04) [16:24:14:984]: Doing action: MigrateFeatureStates
Action 16:24:14: MigrateFeatureStates. Migrating feature states from related applications
Action start 16:24:14: MigrateFeatureStates.
Action ended 16:24:14: MigrateFeatureStates. Return value 0.
MSI (c) (90:04) [16:24:14:984]: Doing action: ISSetupFilesCleanup
Action 16:24:14: ISSetupFilesCleanup.
Action start 16:24:14: ISSetupFilesCleanup.
MSI (c) (90:04) [16:24:14:984]: Transforming table Binary.
MSI (c) (90:E4) [16:24:14:984]: Invoking remote custom action. DLL: C:\DOCUME~1\gcornel\LOCALS~1\Temp\MSI33.tmp, Entrypoint: SFCleanupEx
1: Standard project type, let scripting engine clean up setup files...skipping action
Action ended 16:24:15: ISSetupFilesCleanup. Return value 1.
MSI (c) (90:04) [16:24:15:000]: PROPERTY CHANGE: Adding ISSETUP_UISEQUENCE_PROCESSED property. Its value is '1'.
MSI (c) (90:04) [16:24:15:000]: Note: 1: 2262 2: Upgrade 3: -2147287038
1: Not using skins for this installation. Could not find skin file .
MSI (c) (90:04) [16:24:15:171]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (90:04) [16:24:15:234]: Note: 1: 2262 2: ISRequiredFeature 3: -2147287038
MSI (c) (90:CC) [16:24:15:421]: Entering MsiProvideComponentFromDescriptor. Descriptor: `8A+Y.5CRA0j[2.V!8%3Core>M5KDYSUnf(HA*L[xeX)y, PathBuf: EBCEFF0, pcchPathBuf: EBCEFEC, pcchArgsOffset: EBCEF4C
MSI (c) (90:CC) [16:24:15:421]: MsiProvideComponentFromDescriptor called for component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded oleaut32.dll value
MSI (c) (90:CC) [16:24:15:421]: MsiProvideComponentFromDescriptor is returning: 0
MSI (c) (90:CC) [16:24:15:421]: Entering MsiProvideComponentFromDescriptor. Descriptor: `8A+Y.5CRA0j[2.V!8%3Core>M5KDYSUnf(HA*L[xeX)y, PathBuf: EBCEDE4, pcchPathBuf: EBCEDE0, pcchArgsOffset: EBCED40
MSI (c) (90:CC) [16:24:15:421]: MsiProvideComponentFromDescriptor called for component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded oleaut32.dll value
MSI (c) (90:CC) [16:24:15:421]: MsiProvideComponentFromDescriptor is returning: 0
MSI (c) (90:04) [16:24:15:500]: Note: 1: 2205 2: C:\DOCUME~1\gcornel\LOCALS~1\Temp\_is29\Oracle Database 10g Express Edition.msi 3: ISAlias
MSI (c) (90:04) [16:24:15:500]: Note: 1: 2228 2: C:\DOCUME~1\gcornel\LOCALS~1\Temp\_is29\Oracle Database 10g Express Edition.msi 3: ISAlias 4: SELECT * FROM ISAlias
1: Ready to launch program block.
1: User aborts the installation, ready to launch __OnAbort.
MSI (c) (90:04) [16:24:15:703]: Destroying RemoteAPI object.
MSI (c) (90:C8) [16:24:15:703]: Custom Action Manager thread ending.
=== Verbose logging stopped: 2/29/2008 16:24:15 ===
Somebody can help me with this?
Cornel
Thanks