It means that component will be installed, $ComponentName=3 if you like. It's about INSTALLSTATE_ABSENT, INSTALLSTATE_LOCAL.
Phil Wilson -----Original Message----- From: MacDiarmid, James D [mailto:[email protected]] Sent: Wednesday, June 24, 2009 1:15 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components What does it mean when the log shows "Installed: Absent; Request: Local; Action: Local" as in the following: MSI (s) (40:44) [15:25:16:531]: Feature: ApplicationFiles; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Feature: WebFiles; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: New; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: NFTS_DictionaryConstants; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: CISFiles; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: NonConvertedBackup; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: NRC; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: afcicntl; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: afcicntx; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: RAFACMER.EXE; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: RAFACSEP.EXE; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: WDOSUTL5.CTL; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: WDOSUTL5.EXE; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: CIS_InterfaceRpts.bat; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: Combine_CISCNTL_out.bat; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: Rafacs_merge_out.bat; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: Rafacs_split_out.bat; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: Merge; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: MERGE.bat; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: NTSVC; Installed: Absent; Request: Local; Action: Local MSI (s) (40:44) [15:25:16:531]: Component: XTimers; Installed: Absent; Request: Local; Action: Local -----Original Message----- From: Wilson, Phil [mailto:[email protected]] Sent: Wednesday, June 24, 2009 1:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components It's 0x80110424 = The file does not exist. Phil Wilson -----Original Message----- From: MacDiarmid, James D [mailto:[email protected]] Sent: Wednesday, June 24, 2009 10:00 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Getting Error Code -2146368476 when trying to install Complus components Can anyone tell me what the Error Code: -2146368476 means? What is the recommended way to install COMPlus Components that were developed in VB6? Do I need to include and register the VB6 runtimes? Also when installing a COMPlus component, do I need to have the Role Element specified? Action 11:09:26: CreateComPlusPartitions. Creating COM+ partitions Action 11:09:26: AddUsersToComPlusPartitionRoles. Adding users to COM+ partition roles Action 11:09:26: AddComPlusPartitionUsers. Setting default COM+ partitions for users Action 11:09:26: CreateComPlusApplications. Creating COM+ applications CreateComPlusApplications: Application: NFTSWebTrans CreateComPlusApplications: Application: NFTS_WebReports CreateComPlusApplications: Application: NFTS FTP CreateComPlusApplications: Application: NFTSWebDB CreateComPlusApplications: Application: NFTS FTP CreateComPlusApplications: Application: NFTS_DICTIONARY_CONSTANTS CreateComPlusApplications: Application: NFTS V3.0 XTimers Action 11:09:32: CreateComPlusApplicationRoles. Creating COM+ application roles Action 11:09:32: AddUsersToComPlusApplicationRoles. Adding users to COM+ application roles Action 11:09:32: RegisterComPlusAssemblies. Registering COM+ components RegisterComPlusAssemblies: DLL: D:\Projects\NFTS\Src\apps\nfts\binaries\NFTS_DictionaryConstants.dll ComPlusInstallExecute: ErrorInfo: Name='D:\Projects\NFTS\Src\apps\nfts\binaries\NFTS_DictionaryConstants.d ll', ErrorCode='-2146368476', MajorRef='D:\Projects\NFTS\Src\apps\nfts\binaries\NFTS_DictionaryConstan ts.dll', MinorRef='<invalid>' ComPlusInstallExecute: Error 0x80110401: Failed to install components ComPlusInstallExecute: Error 0x80110401: Failed to register native assembly ComPlusInstallExecute: Error 0x80110401: Failed to register assembly, key: XTimers ComPlusInstallExecute: Error 0x80110401: Failed to register assemblies Action ended 11:09:32: InstallFinalize. Return value 3. Thanks, Jim ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

