(imported topic written by LarryKlaus)
We are having a unique problem where the TEM Client installation hangs up at a certain point when using a TCM SPB install. When we install manually, without pushing via TCM, we have no problem. Our command line is:
C:\esd\swd\tem82193\img\us\BigFix-BES-Client-8.2.1093.0.exe /s
/v"/qn SETUPEXE=1 INSTALLDIR=""“C:\Program Files (x86)\BigFix Enterprise\BES Client”"" MASTHEADFILE="""\esd\custom\masthead.afxm""" CLIENTSETTINGSFILE=""“C:\esd\sdwork\clientsettings.cfg”"""
The last few lines in the log file are:
Action start 10:20:13: imm_isc_SetClientComplianceSiteURL.
MSI (s) (40:98)
10:20:14:757
: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFCCF.tmp, Entrypoint: f2
InstallShield 10:20:14: Running InstallScript function f2
InstallShield 10:20:14: Opening stream of file C:\Windows\Installer\MSIFCCF.tmp
InstallShield 10:20:14: Extracting support file IsConfig.ini to C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}\IsConfig.ini
InstallShield 10:20:15: Extracted isconfig.ini to C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}\IsConfig.ini
InstallShield 10:20:15: Got ‘{B4781305-2D9E-402A-B720-541439C1CD81}’ for TempPathGuid from isconfig.ini
InstallShield 10:20:15: Attempting to use temp path ‘C:\Users\ADMINI~1\AppData\Local\Temp{B4781305-2D9E-402A-B720-541439C1CD81}’
InstallShield 10:20:15: Using temp folder C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}
InstallShield 10:20:15: Installing engine…
InstallShield 10:20:15: Using product language 1033
InstallShield 10:20:15: Extracting support file setup.inx to C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}\setup.inx
InstallShield 10:20:15: Extracting support file ISRT.dll to C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}\ISRT.dll
InstallShield 10:20:15: Detected X64 OS
InstallShield 10:20:15: Extracting support file ISBEWX64.exe to C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}\ISBEW64.exe
InstallShield 10:20:15: Extracting support file _isres_0x0409.dll to C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}_isres_0x0409.dll
InstallShield 10:20:15: Extracting support file String1033.txt to C:\Users\ADMINI~1\AppData\Local\Temp{8D35EA8C-A88F-46DC-B82E-8A818AAC778E}\String1033.txt
InstallShield 10:20:15: Skipping optional support file _isuser_0x0409.dll
InstallShield 10:20:15: Setting script cmdline…
InstallShield 10:20:15: ProductCode is {02EB5871-4DC4-4126-91D6-F1FA82166313}
InstallShield 10:20:15: Initializing Engine
InstallShield 10:20:18: Done Initializing…
InstallShield 10:20:18: Registering Msi Server…
InstallShield 10:20:18: Invoking script function SetClientComplianceSiteURL
It always hangs on the last
SetClientComplianceSiteURL
function. On a manual install the log continues with the following:
MSI (s) (18!A4)
10:00:15:992
: PROPERTY CHANGE: Adding CLIENTCOMPLIANCE_SITEURL property. Its value is ‘http://esdbes01.usnc.ibm.com:52311/cgi-bin/bfgather.exe/actionsite’.
InstallShield 10:00:16: CallScriptFunctionFromMsiCA() ends
InstallShield 10:00:16: Cleaning up temp file C:\Users\ADMINI~1\AppData\Local\Temp{01964226-0777-45E0-B7CF-3A84EC2F5572}\ISBEW64.exe
InstallShield 10:00:16: Cleaning up temp file C:\Users\ADMINI~1\AppData\Local\Temp{01964226-0777-45E0-B7CF-3A84EC2F5572}\ISRT.dll
InstallShield 10:00:16: Cleaning up temp file C:\Users\ADMINI~1\AppData\Local\Temp{01964226-0777-45E0-B7CF-3A84EC2F5572}\IsConfig.ini
InstallShield 10:00:16: Cleaning up temp file C:\Users\ADMINI~1\AppData\Local\Temp{01964226-0777-45E0-B7CF-3A84EC2F5572}\String1033.txt
InstallShield 10:00:16: Cleaning up temp file C:\Users\ADMINI~1\AppData\Local\Temp{01964226-0777-45E0-B7CF-3A84EC2F5572}_isres_0x0409.dll
InstallShield 10:00:16: Cleaning up temp file C:\Users\ADMINI~1\AppData\Local\Temp{01964226-0777-45E0-B7CF-3A84EC2F5572}\setup.inx
Action ended 10:00:16: imm_isc_SetClientComplianceSiteURL. Return value 1.
And then there are several more pages of log output until the normal end.
Has anyone else been successful creating a TCM SPB and installing it to Windows servers?
Larry