P
Prakash437
Hello everyone,
I have 2 FBA generic commands, one executing an application installer, and
the later deleting the installer file. Their phases are 9000 and 9100
respectively.
Ofcourse, these commands are executed and i get the desired
result. And out of curiosity when i checked the FBA log i find that one of
the Generic command is executed, way too early (infact a few minutes into
the FBA) and exits with an exit code:0x641. The installer actually uses the
services of msiexec.exe. Here i provide that little part of FBA log, which i
feel is fishy??
FYI, the same command is again executed finally successfully and exits with
the code: 0x00.
Any ideas if there is anything wrong in it ?? Or is it some sort of
initializing ?? if yes why only this generic command, when i have other
commands aswell.
Monday, January 31, 2005
16:49:08 PM - [FBASetProgressText] Setting PNP Flag...
16:49:55 PM - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6
16:49:56 PM - [FBAReplaceSecurityInRegistry]
FBAApplySecurityStringToRegKey(009) #1 Failed!
16:50:07 PM - [FBASetProgressText] Initializing...
16:50:08 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBALIB.DLL,
FBAInitialize
16:50:08 PM - [FBASetProgressText] Setting SystemPrefix...
16:50:09 PM - [FBASetProductKey] Evaluation product key
16:50:10 PM - [FBASetProgressText] Initializing User Profiles...
16:50:22 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBALIB.DLL, FBAStep1
16:50:23 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBALIB.DLL,
FBASetSetupInfo
16:50:24 PM - [FBASetProgressText] Installing System Security...
16:51:43 PM - [FBAInstallSecurity] Successfully set security!
16:51:45 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBASEC.DLL,
FBAInstallSecurityPhase1
16:51:45 PM - [FBASetProgressText] Registering Components...
16:51:46 PM - [CallEntryPointThread] C:\WINDOWS\system32\atl.dll,
DllRegisterServer
16:51:48 PM - [CallEntryPointThread] C:\WINDOWS\system32\txflog.dll,
DllRegisterServer
16:51:49 PM - [CallEntryPointThread] C:\WINDOWS\system32\netcfgx.dll,
DllRegisterServer
16:51:51 PM - [CallEntryPointThread] C:\WINDOWS\system32\netman.dll,
DllRegisterServer
16:51:53 PM - [CallEntryPointThread] C:\WINDOWS\system32\netshell.dll,
DllRegisterServer
16:51:57 PM - [CallEntryPointThread] C:\WINDOWS\system32\odbcconf.dll,
DllRegisterServer
************************************** Note these lines
***********************************************************
16:52:03 PM - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(ExitCode: 0x0)
16:52:34 PM - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /i
"C:\WINDOWS\system32\WMEncoder.msi" /qn (ExitCode: 0x641)
************************************** Note these lines
***********************************************************
16:52:41 PM - [FBALaunch] C:\WINDOWS\system32\lodctr.exe
/c:C:\WINDOWS\system32\perfd009.dat /h:C:\WINDOWS\system32\perfi009.dat
/l:009 (ExitCode: 0x0)
16:52:42 PM - [CallEntryPointThread] C:\WINDOWS\system32\MSCTF.dll,
DllRegisterServer
16:52:44 PM - [CallEntryPointThread] C:\WINDOWS\system32\rsaenh.dll,
DllRegisterServer
16:52:46 PM - [CallEntryPointThread] C:\WINDOWS\system32\dssenh.dll,
DllRegisterServer
Thanks,
prakash
I have 2 FBA generic commands, one executing an application installer, and
the later deleting the installer file. Their phases are 9000 and 9100
respectively.
Ofcourse, these commands are executed and i get the desired
result. And out of curiosity when i checked the FBA log i find that one of
the Generic command is executed, way too early (infact a few minutes into
the FBA) and exits with an exit code:0x641. The installer actually uses the
services of msiexec.exe. Here i provide that little part of FBA log, which i
feel is fishy??
FYI, the same command is again executed finally successfully and exits with
the code: 0x00.
Any ideas if there is anything wrong in it ?? Or is it some sort of
initializing ?? if yes why only this generic command, when i have other
commands aswell.
Monday, January 31, 2005
16:49:08 PM - [FBASetProgressText] Setting PNP Flag...
16:49:55 PM - [FBAApplySecurityStringToRegKey] RegSetKeySecurity Failed!
Error: 0x6
16:49:56 PM - [FBAReplaceSecurityInRegistry]
FBAApplySecurityStringToRegKey(009) #1 Failed!
16:50:07 PM - [FBASetProgressText] Initializing...
16:50:08 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBALIB.DLL,
FBAInitialize
16:50:08 PM - [FBASetProgressText] Setting SystemPrefix...
16:50:09 PM - [FBASetProductKey] Evaluation product key
16:50:10 PM - [FBASetProgressText] Initializing User Profiles...
16:50:22 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBALIB.DLL, FBAStep1
16:50:23 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBALIB.DLL,
FBASetSetupInfo
16:50:24 PM - [FBASetProgressText] Installing System Security...
16:51:43 PM - [FBAInstallSecurity] Successfully set security!
16:51:45 PM - [CallEntryPointThread] C:\WINDOWS\FBA\FBASEC.DLL,
FBAInstallSecurityPhase1
16:51:45 PM - [FBASetProgressText] Registering Components...
16:51:46 PM - [CallEntryPointThread] C:\WINDOWS\system32\atl.dll,
DllRegisterServer
16:51:48 PM - [CallEntryPointThread] C:\WINDOWS\system32\txflog.dll,
DllRegisterServer
16:51:49 PM - [CallEntryPointThread] C:\WINDOWS\system32\netcfgx.dll,
DllRegisterServer
16:51:51 PM - [CallEntryPointThread] C:\WINDOWS\system32\netman.dll,
DllRegisterServer
16:51:53 PM - [CallEntryPointThread] C:\WINDOWS\system32\netshell.dll,
DllRegisterServer
16:51:57 PM - [CallEntryPointThread] C:\WINDOWS\system32\odbcconf.dll,
DllRegisterServer
************************************** Note these lines
***********************************************************
16:52:03 PM - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /regserver
(ExitCode: 0x0)
16:52:34 PM - [FBALaunch] C:\WINDOWS\system32\msiexec.exe /i
"C:\WINDOWS\system32\WMEncoder.msi" /qn (ExitCode: 0x641)
************************************** Note these lines
***********************************************************
16:52:41 PM - [FBALaunch] C:\WINDOWS\system32\lodctr.exe
/c:C:\WINDOWS\system32\perfd009.dat /h:C:\WINDOWS\system32\perfi009.dat
/l:009 (ExitCode: 0x0)
16:52:42 PM - [CallEntryPointThread] C:\WINDOWS\system32\MSCTF.dll,
DllRegisterServer
16:52:44 PM - [CallEntryPointThread] C:\WINDOWS\system32\rsaenh.dll,
DllRegisterServer
16:52:46 PM - [CallEntryPointThread] C:\WINDOWS\system32\dssenh.dll,
DllRegisterServer
Thanks,
prakash