You have recently migrated from an earlier version of Exchange 2010 or 2013 to Exchange Server 2016 and noticed that users are now receiving a Security Alert with a certificate error when they launch Outlook:
Information you exchange with this site cannot be viewed or changed by others. However, there is a problem with the site’s security certificate.
Clicking on the View Certificate button will show the certificate you’ve assigned to the Exchange server and the reason why it is showing an error is because the certificate does not have a SAN entry for the internal server FQDN as shown in the screenshot.
Solution
While some administrators would choose to proceed by adding the internal server FQDN onto the certificate to get around this issue, it is actually not required. The first and most important reason is that public Certificate Authorities no longer issue certificates with internal domain names such as .local which means if your internal domain used a non-routable suffix then there would be no way to get the FQDN into the certificate as a SAN entry.
One of the reasons why this error would be thrown when users launch their Outlook is that the Service Connection Point (SCP) for Autodiscover has not been updated yet. Begin by executing the following cmdlet to review the AutoDiscoverServiceInternalUri configuration:
Note how the AutoDiscoverServiceInternalUri references FQDN of the internal server name which would cause this error to be thrown if your internal certificate did not have the internal server’s FQDN as a SAN entry. To correct this issue, simply use the following cmdlet to configure it to use the autodiscover URL that you would have added as a SAN entry in the certificate and usually resolves to a record that load balances traffic to the Exchange servers in the organization or directly to an Exchange server is there is only one in the organization:
With the above configuration corrected, users will now be directed to the autodiscover URL that has an entry on the certificate assigned to the Exchange servers.
As stated earlier, note that this error can be thrown by various reasons and the solution stated here may not apply to every instance of this message.
I’ve been asked several times this year about a seemingly trivial task that I tend to forget myself so I thought I’d write a quick blog post about it in case someone encounters the same situation and for myself to refer to in the future.
Problem
You’ve in one of the following situations:
1. You’ve deployed a new RDS server and added it to an existing collections and would like to perform administrative tasks from that server
2. You’ve asked another administrator to administer an existing RDS server but this administrator uses an account that has never performed these tasks
The problem encountered here in either of the cases above is that when you log onto an RDS server that was recently added to a collection or with an account that has never administered the RDS collections before, you will notice that the options to administer the servers are not available in Server Manager:
I find that most administrators including myself would eventually figure this out but I tend to forget a few months afterwards. To get the Remote Desktop Services collection to show up in the ServerManager console, click on the Manage button on the top right hand corner and then Add Servers:
You will need to add all of the RDS servers in the collection into this Window but if you only know of one because you’re not familiar with the environment, you can go ahead and add just the one you know of:
You attempt to connect to a virtual desktop from the internet with the VMware View Horizon Client which passes the traffic to VMware Horizon View Security server which then contacts the View Connection server which then attempts to establish a connection to the VDI but fails with the following message:
The display protocol for this desktop is currently not available. Please contact your system administrator.
While there are various reasons why this error would be thrown, one of them is if your View Connection server has a stale DNS entry to the virtual desktop. A client recently contacted me to troubleshoot this error message and what the problem ended up to be was that the virtual desktops were changed to another port group and while the DNS entries were updated on the domain controllers in the same Active Directory site, the View Connection servers were using DNS servers from a different Active Directory Site so the changes to the DNS entries were not immediately available causing this error to be thrown.
Reviewing the installation log CitrixMsi-CitrixStoreFront-x64-2016-12-03-11-41-06.log file does not provide a reason why the installation failed other than indicating that it did:
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): INSTALLLEVEL = 1
MSI (s) (98:E8) [11:41:18:642]: Note: 1: 1708
MSI (s) (98:E8) [11:41:18:642]: Product: Citrix StoreFront -- Installation failed.
MSI (s) (98:E8) [11:41:18:643]: Windows Installer installed the product. Product Name: Citrix StoreFront. Product Version: 3.7.0.39. Product Language: 1033. Manufacturer: Citrix Systems, Inc.. Installation success or error status: 1603.
MSI (s) (98:E8) [11:41:18:650]: Deferring clean up of packages/files, if any exist
MSI (s) (98:E8) [11:41:18:650]: MainEngineThread is returning 1603
MSI (s) (98:F0) [11:41:18:653]: RESTART MANAGER: Session closed.
MSI (s) (98:F0) [11:41:18:655]: RESTART MANAGER: Session closed.
MSI (s) (98:F0) [11:41:18:655]: No System Restore sequence number for this installation.
=== Logging stopped: 12/3/2016 11:41:18 ===
MSI (s) (98:F0) [11:41:18:662]: User policy value 'DisableRollback' is 0
MSI (s) (98:F0) [11:41:18:662]: Machine policy value 'DisableRollback' is 0
MSI (s) (98:F0) [11:41:18:662]: Incrementing counter to disable shutdown. Counter after increment: 0
While there could be various reasons as to why this error would be thrown during the upgrade of StoreFront to 3.7, one of the reasons that could cause this is if you have applied customizations to the UI of the legacy 2.6 StoreFront. The environment above environment had the following customization applied so that allow the applications were displayed and placed into appropriate folders:
The links to the ReceiverForWebFolderView.zip package in the above blog post no longer work so if you come across an environment with these customizations applied and not sure how it is configured, the following are the files bundled in the package:
The ReadMe.txt file contains the following instructions:
This folder contains customization files for Citrix Receiver for Web 2.5 to provide a folder view for a mandatory store:
custom.script.js
custom.style.css
custom.wrstrings.en.js
FolderClosed32.png
folderview.min.js
If you have not customized your Receiver for Web site, simply copy all the files to the contrib folder of your site.
If you have modified any of custom.script.js, custom.style.css and custom.wrstrings.en.js, you have to manually merge the files in the folder with your modified files and copy the remaining files.
In addition, if you need to support other languages, you have to translate the string "Main" and insert the translated string into custom.wrstrings.<lang-code>.js.
Disclaimer
==========
THESE FILES ARE PROVIDED "AS IS" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED. CITRIX SYSTEMS, INC. ("CITRIX"), SHALL NOT BE LIABLE FOR TECHNICAL OR EDITORIAL ERRORS OR OMISSIONS CONTAINED HEREIN, NOR FOR DIRECT, INCIDENTAL, CONSEQUENTIAL OR ANY OTHER DAMAGES RESULTING FROM THE FURNISHING, PERFORMANCE, OR USE OF THESE FILES, EVEN IF CITRIX HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES IN ADVANCE.
The following files located in C:\inetpub\wwwroot\Citrix\<yourCitrixSite>Web\contrib are the ones that were replaced:
custom.script.js
custom.style.css
custom.wrstrings.en.js
FolderClosed32.png
folderview.min.js
The easiest way to get the original UI back is simply navigate to the \contrib folder of a Citrix StoreFront site that wasn’t customized and copy the files back over. If there is no additional StoreFront site to use then create a new temporary one and copy the files over:
You’ve recently made a change to your Skype for Business topology and need to run the Setup or Remove Skype for Business Server Components again to apply the changes:
The following output is found in the bootstrap log:
Error: HostLocalActivateTask execution failed on an unrecoverable error.
▼ Details
└ Type: PowerShellException
└ ▼ Stack Trace
└
at Microsoft.Rtc.Internal.Tools.Bootstrapper.Dependencies.PowerShellProvider.RunCmdlet(String cmdlet) at Microsoft.Rtc.Management.Internal.Utilities.LogWriter.InvokeAndLog(Action action)
└ ▼ Additional Details
└
Error: HostLocalActivateTask execution failed on an unrecoverable error.
▼ Details
└ Type: PowerShellException
└ ▼ Stack Trace
└
at Microsoft.Rtc.Internal.Tools.Bootstrapper.Dependencies.PowerShellProvider.HandlePowerShellErrors(Collection`1 errors) at Microsoft.Rtc.Internal.Tools.Bootstrapper.Dependencies.PowerShellProvider.RunCmdlet(String cmdlet)
You’ve recently attempted to upgrade vCenter 5.5 from 3b to 3e but had to rollback the upgrade to a previous snapshot due to an issue. Since the upgraded vCenter server was briefly started and had upgraded the HA agents on the ESXi hosts, you now see alarms thrown for the cluster as well as the hosts. The following is one of those errors:
Configuration Issues
There was an error unconfiguring the vSphere HA agent on this host. To solve this problem, connect the host to a vCenter Server of version 5.0 or later.
Attempting to use the Reconfigure for vSphere HA feature on the hosts fails and disabling then re-enabling HA on the cluster also fails.
Solution
To resolve this issue, the first step to try is disable HA on the cluster then follow instructions for reinstalling the HA agent as outlined in the following KB:
I recently ran into an extremely strange issue at a client’s environment that a VMware support engineer never managed to resolve and it was only by chance that I was able to figure out a workaround. The likelihood of running into this issue again is probably quite low but I thought I’d write this blog post in case anyone else comes across it as I did.
Problem
You’ve noticed that deploying virtual machines from template with customization specifications no longer complete and result with the following error in VMware View when attempting to deploy full clone VDIs:
While the problem described above can be caused by many reasons, the reason I encountered a few weeks ago was one that I would have never guessed. What caused the customization process to fail in this environment I had to troubleshoot in was that the ESXi version was from a release date that was later than the vCenter version.
The ESXi version in this environment was 5.5.0, 3568722
The vCenter version in this environment was 5.5.0, 3252642
Using the information provided by the following KBs:
Build numbers and versions of VMware vCenter Server (2143838) https://kb.vmware.com/selfservice/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=2143838
Will show the following information for the ESXi host and vCenter:
Version:vCenter Server 5.5 Update 3b ReleaseDate: 2015-12-08 BuildNumber: 3252642
To correct the issue, update vCenter to a version with a later release date than the ESXi host and note that having the vCenter version newer than the ESXi host is best practice.
If upgrading the host is not an option, a strange workaround I noticed was that the customization would complete successfully if I disable HA on the cluster:
I’m not sure if this is specific to this environment but if there are no other options, try temporarily disabling HA and see if a new cloned VM would complete the customization.
The following are a few Microsoft Office 2016 optimization settings I’ve been using for clients to disable annoying first run wizards and visual enhancements that could potentially slow down performance.
I recently had to migrate and decommission a Skype for Business Server after upgrading it from Lync Server 2013 and noticed that the Windows 2012 Server would continuously blue screen every few hours. One of the tasks involved with the migration was to move the CMS (Central Management Server) from the to-be-decommissioned server to the newly one and this post serves to demonstrate the process.
Note that the CMS is currently on the lyncstd01.domain.bm server:
With the backup completed, run the Prepare first Standard Edition server wizard in the Skype for Business Server 2015 – Deployment Wizard on the CMS destination server (lyncstd02):
Once the wizard has completed, launch the Skype for Business Server Management Shell on the CMS destination server and execute the following:
Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN <FQDN of your Standard Edition Server> -SQLInstanceName <name of instance - RTC by default>
There may be times when the wizard will complete but also throw the error:
Command execution failed: ###50021:XdsPublishItems:This central management store has moved to another location. No more changes can be made to this store.
There may be times when replication does not appear to be working and the UpToDate variable never changes to True. If this happens, check the Skype for Business Server File Transfer Agent service on both servers because sometimes it is stopped:
If the old server hosting the CMS is going to remain in the environment and you would like to remove the Central Management store files then execute the following:
Uninstall-CsDatabase -CentralManagementDatabase -SqlServerFqdn <FQDN of SQL Server> -SqlInstanceName <Name of source server>
**Note that it is important not to proceed with the removal of the previous database files until replication is complete and is stable. If you remove the files prior to completing replication, you will disrupt the replication process and leave the newly moved Central Management Server in an unknown state.
The following is an example of executing the cmdlet:
You’ve recently failed over the CMS and pool from a primary Skype for Business Server 2015 to a backup server then failed the services back to the primary server but started noticing the following errors logged on the primary active server with the contents referencing the backup server:
Log Name: Lync Server
Source: LS Backup Service
Event ID: 4098
Level: Error
Skype for Business Server 2015, Backup Service central management backup module has backup data that never gets imported by backup pool.
Backup data file: \\drlyncstd01.domain.com\LyncShare\2-BackupService-1\BackupStore\CentralMgmt\CMSMaster\Data\Backup.zip Cause: Import issue in the backup pool. Please check event log of Skype for Business Server 2015, Backup Service in the backup pool for more information. Resolution: Fix import issue in the backup pool
Note that the content in the error log references the backup / disaster recovery server but the event is logged on the primary active server.
The backup / disaster recovery server also has the Skype for Business Server Master Replicator Agent service stopped. You can start the service but it will stop after a few minutes:
I’ve noticed this happening in most SfB environments that have experienced a planned or unplanned failover of the CMS and/or pool. To correct the issue, simply launch the Skype for Business Server 2015 – Deployment Wizard on the backup / disaster recovery server, navigate into the Install or Update Skype for Business Server System menu:
… and an event ID 4099 information log should be written indicating:
Import issue in the backup pool was fixed. Skype for Business Server 2015, Backup Service central management backup module export operation continues now.
I’ve been recently involved with a project where I had to assist a client with a Exchange 2010 to 2016 migration and one of the tasks I was assigned to do was to migrate the existing Exchange 2010 Servers receive connectors to the new Exchange 2016 servers:
It has been awhile since I’ve had to do this so I thought there must be a better way of doing this and what seemed to be the popular solution was this this PowerShell script:
Unfortunately, the script did not work for me as I would receive the following error when attempting to migrate the Exchange 2010 receive connectors to 2016:
I did a bit of troubleshooting and searching but could not find a solution so decided to fall back on the same approach in my older blog post using native Exchange PowerShell cmdlets and a bit of editing of the information in notepad.
Before I begin demonstrating the PowerShell cmdlet and switches to use, let’s begin by reviewing the parameters we’ll be configuring for a receive connector by looking at the options in the EAC:
Note that the parameters available to be configured in the screenshot above are:
Remote network settings
Network adapter bindings
FQDN
These parameters map to the following PowerShell switches:
Parameter
Switch
Remote network settings
RemoteIPRanges
Network adapter bindings
Bindings
FQDN
FQDN
Step #1 – Retrieve and Export Receive Connector Configuration
With the configuration parameters outlined above, the first step for migrating the receive connectors to the new Exchange server is to use the Get-ReceiveConnector to export the receive connectors’ information. The following is the cmdlet with the switches required:
Notice that the RemoteIPRanges configuration output gets truncated when the list has more than 16 entries which means if the list has less than 16, you’re set to go but if you have more then you’ll have to execute the following before using the Get-ReceiveConnect cmdlet:
Step #2 – Extract configuration and create new Receive Connector
With the information in the text file we created above, proceed to extract the information, format them properly and use the following cmdlet to create the new receive connector:
I’ve noticed that many of my clients have noticed that the GoToMeeting, GoToWebinar and GoToTraining icons can mysteriously appear when using the Citrix Receiver to connect to applications after upgrading their XenApp or XenDesktop from, say 7.6 to 7.11:
Administrators will know that earlier versions of StoreFront allowed you to disable these icons by clicking on Stores then the Integrate withCitrix Online link on the right but later versions have now removed this option. To disable the icons shown above, navigate to Configure Store Settings:
You’ve noticed that a newly created user account in your on premise Active Directory is not showing up in your Office 365 Admin center so you review the Operations menu in the Synchronization Service Manager and notice that the export job displays the error InvalidSoftMatch in the Export Errors window pane:
Opening the InvalidSoftMatch entry brings up the following Connector Space ObjectProperties Pending Export tab with information confirming that this is the missing user account:
Clicking on the Detail button will display the following Error Information:
Unable to update this object because the following attributes associated with this object have values that may already be associated with another object in your local directory services: [ProxyAddresses SMTP:crussell@Contoso.com,smtp:crussell@ContosoReAG.mail.onmicrosoft.com,Mail crussell@Contoso.com;]. Correct or remove the duplicate values in your local directory. Please refer to http://support.microsoft.com/kb/2647098 for more information on identifying objects with duplicate attribute values.
You attempt to use the following PowerShell cmdlets via the WAAD (Windows Azure Active Directory) console to determine whether there is another account with the same smtp address:
All alias values in Office 365 must be unique for a given organization. Even if you have multiple unique suffixes after the at sign (@) in the Simple Mail Transfer Protocol (SMTP) address, all alias values must be unique.
Knowing that the user of the user account in question also had a pre-existing contact with an external SMTP email address, I began reviewing the properties of the existing contact in the Admin center:
Which brought me to the Office 365 Exchange console of the contact object and it immediately became obvious that the problem was caused by the Alias of the exist contact (also configured as crussell):
The action ‘Set-MailContact’, ‘Alias,EmailAddresses’, can’t be performed on the object ‘Craig Russell’ because the object is being synchronized from your on-premises organization. This action should be performed on the object in your on-premises organization.
Attempting to delete the mail contact would throw the following error:
error
The action ‘Remove-MailContact’, ‘Identity’, can’t be performed on the object ‘Craig Russell’ because the object is being synchronized from your on-premises organization. This action should be performed on the object in your on-premises organization.
Used the following Get-MsolContact cmdlet to export contact objects and their respective properties. Used the find feature to locate the Craig Russell contact’s ObjectID:
With the contact deleted, re-running the export job in the Synchronization Service Manager no longer displayed the InvalidSoftMatch in the Export Errors window pane:
You’ve noticed that the Skype for Business Server Access Edge service on your Skype for Business Server 2015 Edge server is stopped and the following error is thrown when you attempt to start it:
Windows could not start the Skype for Business Server Access Edge on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to the service-specific error code -2146762487.
Reviewing the event log displays the following errors:
Log Name: System
Source: Service Control Manager
Event ID: 7031
Level: Error
The Skype for Business Server Access Edge service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 180000 milliseconds: Restart the service.
A serious problem related to certificates is preventing Skype for Business Server from functioning.
Unable to use the certificate configured for the external edge of the Access Edge Server.
Error 0x800B0109(CERT_E_UNTRUSTEDROOT).
The certificate may have been deleted or may be invalid, or permissions are not set correctly.
Ensure that a valid certificate is present in the local computer certificate store. Also ensure that the server has sufficient privileges to access the store.
Cause: The Skype for Business Server failed to initialize with the configured certificate.
Resolution:
Review and correct the certificate configuration, then start the service again.
**The serial for this certificate is 7D37586F50F658E9EA8739E65D49ACA6
Solution
As I’ve come across a similar problem in the past, I sort of had a feeling that this had to do with a certificate that was missing from the intermediate or root store of the Edge server. To determine this, open the Certification Path of the certificate being used for the Edge interface:
Note that the issuing Certificate Authorities are:
GeoTrust Global CA
RapidSSL SHA256 CA
In this environment, the Root certificate GeoTrust Global CA was already in the Trusted Root CertificationAuthorities but the RapidSSL SHA256 CA was not in the Intermediate Certification Authorities:
… to allow users to sign Adobe PDF documents with user certificates generated by an internal trusted Microsoft Certificate Authority. During the time when I wrote the blog post above, I was unable to find a way to enable the version of Adobe Acrobat or Adobe Reader to trust the Windows Certificate Store (Certificates (Local Computer) so I provided a not as efficient workaround that isn’t very efficient. Having to revisit this issue again recently with the client, it looks like Adobe Reader DC now provides enabling the application to trust the Windows Certificate Store / Certificates (Local Computer). The following is where this setting is located:
In the Signature Verification Preferences window, locate the Windows Integration section where the Trust ALL root certificates in the Windows Certificate Store for: Validating Signatures is found:
Adobe Acrobat Reader DC should now trust all of the root and intermediate certificate authorities found in the Windows Certificate Store / Certificates (Local Computer)
You have a new user account that was setup in an on premise Active Directory domain with an Office 365 license but noticed that launching any of this user’s Office applications will attempt to sign into Office 365 with his on premise AD account and would fail to retrieve the license and activate his Office. Reviewing his account on the account on Office 365’s Admin center confirm that he has a valid E3 license assigned to his account:
After trying numerous troubleshooting steps without any luck, what corrected the issue was the following:
Unassigned the Office 365 E3 license via the Office 365 admin portal
Remove the account from the on premise Active Directory
Force DirSync to sync up the on premise AD with the Azure / O365 AD
Verify that the account no longer exists on the O365 portal
Recreate the account
Force DirSync to sync up the on premise AD with the Azure / O365 AD
Verify that the account exists on the O365 portal
Reassign the Office 365 E3 license
I understand that this probably isn’t viable solution if this is an existing account that has been in use for a long period of time but the situation I was in involved a new account so I was able to perform the above without affecting an existing user.
You’ve successfully published your Exchange 2016 services with Citrix NetScalers but noticed that when you run the Microsoft Remote Connectivity Analyzer’s Exchange ActiveSync test at https://testconnectivity.microsoft.com, it fails at the Validating certificate trust for Windows Mobile devices. test.
There's a missing intermediate certificate in the certificate chain. Subject = CN=QuoVadis Global SSL ICA G2, O=QuoVadis Limited, C=BM. For more information, see Knowledge Base Article 927465.
One of the reasons why this error would be thrown when the test is ran against a NetScaler published ActiveSync service is if the certificate used for the load balancing virtual server is not linked to the intermediate issuing certificate and/or the intermediate certificate is not linked to the issuing root certificate. In the case of this example with the error message:
There's a missing intermediate certificate in the certificate chain. Subject = CN=QuoVadis Global SSL ICA G2, O=QuoVadis Limited, C=BM. For more information, see Knowledge Base Article 927465.
… the issue is caused by the certificate used for the load balancing server is not linked to the intermediate issuing certificate. To correct the issue, log onto the NetScaler appliance’s management console then navigate to Traffic Management > SSL > CA Certificate and ensure that the root and intermediate issuing certificates are installed. Then proceed and link the load balancing server certificate by navigating to Traffic Management > SSL > Server Certificate, click on the ellipsis beside the certificate and click on the Link option:
I recently had to upgrade a VMware vCenter 5.5 server from Update 3c to 3e and ran into an issue where the VMware vCenter Inventory Service upgrade would continuous fail with the following message:
The wizard was interrupted before VMware vCenter Inventory Service could be completely installed.
Your system has not been modified. To complete installation at another time, please run setup again.
MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\a-tluk\AppData\Local\Temp\1\vim-qs-msi.log'. MSI (c) (38:3C) [11:13:31:240]: Command Line: REINSTALL=ALL REINSTALLMODE=vomus IS_MINOR_UPGRADE=1 TRANSFORMS=1033.MST SETUPEXEDIR=Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service SETUPEXENAME=VMware-inventory-service.exe CURRENTDIRECTORY=Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03 CLIENTUILEVEL=0 CLIENTPROCESSID=1080 MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{5CE07D39-C746-4EBA-9E00-B8F6C699A676}'. MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is '@1033.MST'. MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding TRANSFORMSSECURE property. Its value is '1'. MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding TRANSFORMSATSOURCE property. Its value is '1'. MSI (c) (38:3C) [11:13:31:240]: Product Code passed to Engine.Initialize: '' MSI (c) (38:3C) [11:13:31:240]: Product Code from property table before transforms: '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}' MSI (c) (38:3C) [11:13:31:240]: Product Code from property table after transforms: '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}' MSI (c) (38:3C) [11:13:31:240]: Product registered: entering maintenance mode MSI (c) (38:3C) [11:13:31:240]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (c) (38:3C) [11:13:31:240]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (c) (38:3C) [11:13:31:240]: Specifed source is not already in a list. MSI (c) (38:3C) [11:13:31:240]: User policy value 'SearchOrder' is 'nmu' MSI (c) (38:3C) [11:13:31:240]: Machine policy value 'DisableBrowse' is 0 MSI (c) (38:3C) [11:13:31:240]: Machine policy value 'AllowLockdownBrowse' is 0 MSI (c) (38:3C) [11:13:31:240]: Adding new sources is allowed. MSI (c) (38:3C) [11:13:31:240]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'. MSI (c) (38:3C) [11:13:31:240]: Package name retrieved from configuration data: 'VMware vCenter Inventory Service.msi' MSI (c) (38:3C) [11:13:31:241]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (c) (38:3C) [11:13:31:241]: Machine policy value 'DisableMsi' is 1 MSI (c) (38:3C) [11:13:31:241]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (c) (38:3C) [11:13:31:241]: User policy value 'AlwaysInstallElevated' is 0 MSI (c) (38:3C) [11:13:31:241]: Product {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} is admin assigned: LocalSystem owns the publish key. MSI (c) (38:3C) [11:13:31:241]: Product {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} is managed. MSI (c) (38:3C) [11:13:31:241]: Running product '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}' with elevated privileges: Product is assigned. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding REINSTALL property. Its value is 'ALL'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'vomus'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding IS_MINOR_UPGRADE property. Its value is '1'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Modifying TRANSFORMS property. Its current value is '@1033.MST'. Its new value: '1033.MST'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding SETUPEXEDIR property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1080'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Modifying TRANSFORMS property. Its current value is '1033.MST'. Its new value: '@1033.MST'. MSI (c) (38:3C) [11:13:31:241]: TRANSFORMS property is now: @1033.MST MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '0'. MSI (c) (38:3C) [11:13:31:241]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '301'. MSI (c) (38:3C) [11:13:31:242]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming MSI (c) (38:3C) [11:13:31:242]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Favorites MSI (c) (38:3C) [11:13:31:242]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (c) (38:3C) [11:13:31:242]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Documents MSI (c) (38:3C) [11:13:31:242]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (c) (38:3C) [11:13:31:242]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Recent MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\SendTo MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Templates MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Local MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Pictures MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (38:3C) [11:13:31:243]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (c) (38:3C) [11:13:31:244]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (c) (38:3C) [11:13:31:244]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (c) (38:3C) [11:13:31:244]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (38:3C) [11:13:31:244]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (38:3C) [11:13:31:244]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (c) (38:3C) [11:13:31:244]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu MSI (c) (38:3C) [11:13:31:244]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Desktop MSI (c) (38:3C) [11:13:31:245]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (c) (38:3C) [11:13:31:245]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts MSI (c) (38:3C) [11:13:31:246]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (c) (38:3C) [11:13:31:250]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (c) (38:3C) [11:13:31:250]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (c) (38:3C) [11:13:31:250]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (c) (38:3C) [11:13:31:250]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'. MSI (c) (38:3C) [11:13:31:250]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (c) (38:3C) [11:13:31:250]: PROPERTY CHANGE: Adding Installed property. Its value is '2016/07/27 00:52:16'. MSI (c) (38:3C) [11:13:31:250]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi'. MSI (c) (38:3C) [11:13:31:250]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi'. MSI (c) (38:3C) [11:13:31:250]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (c) (38:BC) [11:13:31:251]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'. === Logging started: 11/10/2016 11:13:31 === MSI (c) (38:3C) [11:13:31:255]: Note: 1: 2205 2: 3: PatchPackage MSI (c) (38:3C) [11:13:31:255]: Machine policy value 'DisableRollback' is 0 MSI (c) (38:3C) [11:13:31:255]: User policy value 'DisableRollback' is 0 MSI (c) (38:3C) [11:13:31:255]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (c) (38:3C) [11:13:31:255]: PROPERTY CHANGE: Adding QFEUpgrade property. Its value is '1'. MSI (c) (38:3C) [11:13:31:255]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (c) (38:3C) [11:13:31:255]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (c) (38:3C) [11:13:31:255]: Doing action: INSTALL Action 11:13:31: INSTALL. Action start 11:13:31: INSTALL. MSI (c) (38:3C) [11:13:31:256]: UI Sequence table 'InstallUISequence' is present and populated. MSI (c) (38:3C) [11:13:31:256]: Running UISequence MSI (c) (38:3C) [11:13:31:256]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (c) (38:3C) [11:13:31:256]: Doing action: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:13:31: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:13:31: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48. MSI (c) (38:3C) [11:13:31:256]: PROPERTY CHANGE: Adding ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\'. Action ended 11:13:31: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (c) (38:3C) [11:13:31:256]: Skipping action: VM_SetProductNameGUI_SetData (condition is false) MSI (c) (38:3C) [11:13:31:256]: Doing action: VM_SetProductNameGUIEx_SetData Action 11:13:31: VM_SetProductNameGUIEx_SetData. Action start 11:13:31: VM_SetProductNameGUIEx_SetData. MSI (c) (38:3C) [11:13:31:257]: PROPERTY CHANGE: Adding ProductNameGUI property. Its value is 'VMware vCenter Inventory Service'. Action ended 11:13:31: VM_SetProductNameGUIEx_SetData. Return value 1. MSI (c) (38:3C) [11:13:31:257]: Doing action: VM_OneInstanceRunning_SetData Action 11:13:31: VM_OneInstanceRunning_SetData. Action start 11:13:31: VM_OneInstanceRunning_SetData. MSI (c) (38:3C) [11:13:31:257]: PROPERTY CHANGE: Adding VM_OneInstanceRunning property. Its value is 'VMware vCenter Inventory Service;26015'. Action ended 11:13:31: VM_OneInstanceRunning_SetData. Return value 1. MSI (c) (38:3C) [11:13:31:257]: Doing action: VM_OneInstanceRunning Action 11:13:31: VM_OneInstanceRunning. Action start 11:13:31: VM_OneInstanceRunning. MSI (c) (38:98) [11:13:31:267]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI64BB.tmp, Entrypoint: VMOneInstanceRunning MSI (c) (38:94) [11:13:31:269]: Cloaking enabled. MSI (c) (38:94) [11:13:31:269]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (38:94) [11:13:31:269]: Connected to service for CA interface. Action ended 11:13:31: VM_OneInstanceRunning. Return value 1. MSI (c) (38:3C) [11:13:31:365]: Doing action: VM_CheckNonASCIILogonUser Action 11:13:31: VM_CheckNonASCIILogonUser. Action start 11:13:31: VM_CheckNonASCIILogonUser. MSI (c) (38:04) [11:13:31:372]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI6529.tmp, Entrypoint: VMCheckNonASCIILogonUser Action ended 11:13:31: VM_CheckNonASCIILogonUser. Return value 1. MSI (c) (38:3C) [11:13:31:400]: Doing action: ISSetupFilesExtract Action 11:13:31: ISSetupFilesExtract. Action start 11:13:31: ISSetupFilesExtract. MSI (c) (38:B8) [11:13:31:401]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI6549.tmp, Entrypoint: SFStartupEx MSI (c) (38:94) [11:13:31:403]: Cloaking enabled. MSI (c) (38:94) [11:13:31:403]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (38:94) [11:13:31:403]: Connected to service for CA interface. 1: Starting to extract setup files 1: Getting SUPPORTDIR property : 1: Extracting SetupFiles to: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 1: Getting ISSetupFile table view 1: Executing ISSetupFile table view 1: Extracting Setup File: 1: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\libeay32.dll 1: Extracting Setup File: 1: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\ssleay32.dll 1: Extracting Setup File: 1: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\jwinauth.dll 1: Extracting Setup File: 1: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\jre.zip 1: Extracting Setup File: 1: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\unzip.exe 1: Extracting Setup File: 1: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\openssl.exe 1: Setting SUPPORTDIR property to: C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} MSI (c) (38!DC) [11:13:45:187]: PROPERTY CHANGE: Adding SUPPORTDIR property. Its value is 'C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}'. MSI (c) (38!DC) [11:13:45:187]: PROPERTY CHANGE: Adding ISSETUPFILESCOMPLETED property. Its value is 'Completed'. 1: Setting ISSETUPFILESCOMPLETED property Action ended 11:13:45: ISSetupFilesExtract. Return value 1. MSI (c) (38:3C) [11:13:45:189]: Skipping action: ISSetAllUsers (condition is false) MSI (c) (38:3C) [11:13:45:189]: Doing action: VM_SetMsiPropertiesFromINI Action 11:13:45: VM_SetMsiPropertiesFromINI. Action start 11:13:45: VM_SetMsiPropertiesFromINI. MSI (c) (38:20) [11:13:45:198]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI9B09.tmp, Entrypoint: VMSetMsiPropertiesFromINI Action ended 11:13:45: VM_SetMsiPropertiesFromINI. Return value 1. MSI (c) (38:3C) [11:13:45:225]: Doing action: VM_CorrectISInstallPathInReg Action 11:13:45: VM_CorrectISInstallPathInReg. Action start 11:13:45: VM_CorrectISInstallPathInReg. MSI (c) (38:10) [11:13:45:232]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI9B2A.tmp, Entrypoint: VMCorrectISInstallPathInReg Action ended 11:13:45: VM_CorrectISInstallPathInReg. Return value 1. MSI (c) (38:3C) [11:13:45:261]: Doing action: AppSearch Action 11:13:45: AppSearch. Searching for installed applications Action start 11:13:45: AppSearch. AppSearch: Property: VM_PATH_JRE, Signature: sigPathJRE MSI (c) (38:3C) [11:13:45:261]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:262]: PROPERTY CHANGE: Adding VM_PATH_JRE property. Its value is 'C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\'. AppSearch: Property: LsRegFlag.A9CB5780_44DC_4E23_90AB_73863DCC4F8E, Signature: SigLsRegFlag MSI (c) (38:3C) [11:13:45:262]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: SsoRegFlag.A9CB5780_44DC_4E23_90AB_73863DCC4F8E, Signature: SigSsoRegFlag MSI (c) (38:3C) [11:13:45:262]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: LS_URL, Signature: sigLookupServiceUrl MSI (c) (38:3C) [11:13:45:262]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:262]: PROPERTY CHANGE: Adding LS_URL property. Its value is 'https://svrBMVC01.domain.com:7444/lookupservice/sdk'. AppSearch: Property: SSO_SOLUTION_NAME, Signature: sigSsoSolutionName MSI (c) (38:3C) [11:13:45:262]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:263]: PROPERTY CHANGE: Adding SSO_SOLUTION_NAME property. Its value is 'InventoryService_2012.11.29_113959'. AppSearch: Property: COMPUTER_FQDN, Signature: sigComputerFQDN MSI (c) (38:3C) [11:13:45:263]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:263]: PROPERTY CHANGE: Adding COMPUTER_FQDN property. Its value is 'svrBMVC01.domain.com'. AppSearch: Property: COMPUTER_FQDN, Signature: sigComputerFQDNNew MSI (c) (38:3C) [11:13:45:263]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: FEDERATION_PORT, Signature: sigFederationPort MSI (c) (38:3C) [11:13:45:263]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: FEDERATION_PORT, Signature: sigFederationPortNew MSI (c) (38:3C) [11:13:45:263]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: FEDERATION_PORT_OLD, Signature: sigFederationPort AppSearch: Property: FEDERATION_PORT_OLD, Signature: sigFederationPortNew MSI (c) (38:3C) [11:13:45:264]: PROPERTY CHANGE: Adding FEDERATION_PORT_OLD property. Its value is '10111'. AppSearch: Property: HTTPS_PORT, Signature: sigHttpsPort MSI (c) (38:3C) [11:13:45:264]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: HTTPS_PORT, Signature: sigHttpsPortNew MSI (c) (38:3C) [11:13:45:264]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: HTTPS_PORT_OLD, Signature: sigHttpsPort AppSearch: Property: HTTPS_PORT_OLD, Signature: sigHttpsPortNew MSI (c) (38:3C) [11:13:45:264]: PROPERTY CHANGE: Adding HTTPS_PORT_OLD property. Its value is '10443'. AppSearch: Property: HTTP_PORT, Signature: sigHttpPort MSI (c) (38:3C) [11:13:45:264]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: HTTP_PORT, Signature: sigHttpPortNew MSI (c) (38:3C) [11:13:45:265]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: HTTP_PORT_OLD, Signature: sigHttpPort AppSearch: Property: HTTP_PORT_OLD, Signature: sigHttpPortNew MSI (c) (38:3C) [11:13:45:265]: PROPERTY CHANGE: Adding HTTP_PORT_OLD property. Its value is '10080'. AppSearch: Property: INSTALLPATH, Signature: sigInstallPath MSI (c) (38:3C) [11:13:45:265]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:265]: PROPERTY CHANGE: Adding INSTALLPATH property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service'. AppSearch: Property: QS_VERSION_INSTALLED, Signature: sigQSVersionInstalled MSI (c) (38:3C) [11:13:45:265]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:265]: PROPERTY CHANGE: Adding QS_VERSION_INSTALLED property. Its value is '5.5.0.45995'. AppSearch: Property: SSL_PORT, Signature: sigVCSSLPort MSI (c) (38:3C) [11:13:45:265]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: SSO_FQDN_IP, Signature: sigSsoFqdnIp MSI (c) (38:3C) [11:13:45:266]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:266]: PROPERTY CHANGE: Modifying SSO_FQDN_IP property. Its current value is '<SSO Machine FQDN Or IP>'. Its new value: 'svrBMVC01.domain.com'. AppSearch: Property: SSO_HTTPS_PORT, Signature: sigSsoHttpsPort MSI (c) (38:3C) [11:13:45:266]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: TOMCAT_MAX_MEMORY_OPTION, Signature: sigTomcatMaxMemoryOption MSI (c) (38:3C) [11:13:45:266]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: TOMCAT_MAX_MEMORY_OPTION, Signature: sigTomcatMaxMemoryOptionNew MSI (c) (38:3C) [11:13:45:266]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: VC_INSTALLED_DIR, Signature: sigVCInstallDir MSI (c) (38:3C) [11:13:45:267]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:267]: PROPERTY CHANGE: Adding VC_INSTALLED_DIR property. Its value is 'C:\Program Files\VMware\Infrastructure\VirtualCenter Server\'. AppSearch: Property: VC_INSTALLED_DIR, Signature: sigVCInstallDir64 MSI (c) (38:3C) [11:13:45:267]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: VM_RUN_JRE, Signature: sigRunJRE MSI (c) (38:3C) [11:13:45:267]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: VM_VERSION_JRE, Signature: sigVersionJRE MSI (c) (38:3C) [11:13:45:267]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (c) (38:3C) [11:13:45:267]: PROPERTY CHANGE: Adding VM_VERSION_JRE property. Its value is '5.5.0.2542'. AppSearch: Property: XDB_PORT, Signature: sigXdbPort MSI (c) (38:3C) [11:13:45:267]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: XDB_PORT, Signature: sigXdbPortNew MSI (c) (38:3C) [11:13:45:268]: Note: 1: 2262 2: Signature 3: -2147287038 AppSearch: Property: XDB_PORT_OLD, Signature: sigXdbPort AppSearch: Property: XDB_PORT_OLD, Signature: sigXdbPortNew MSI (c) (38:3C) [11:13:45:268]: PROPERTY CHANGE: Adding XDB_PORT_OLD property. Its value is '10109'. Action ended 11:13:45: AppSearch. Return value 1. MSI (c) (38:3C) [11:13:45:268]: Doing action: FindRelatedProducts Action 11:13:45: FindRelatedProducts. Searching for related applications Action start 11:13:45: FindRelatedProducts. MSI (c) (38:3C) [11:13:45:268]: Skipping FindRelatedProducts action: not run in maintenance mode Action ended 11:13:45: FindRelatedProducts. Return value 0. MSI (c) (38:3C) [11:13:45:268]: Skipping action: LaunchConditions (condition is false) MSI (c) (38:3C) [11:13:45:268]: Doing action: SetupInitialization Action 11:13:45: SetupInitialization. Action start 11:13:45: SetupInitialization. Info 2898.For Tahoma8 textstyle, the system created a 'Tahoma' font, in 0 character set. Info 2898.For TahomaBold10 textstyle, the system created a 'Tahoma' font, in 0 character set. Action 11:13:45: SetupInitialization. Dialog created Action ended 11:13:45: SetupInitialization. Return value 1. MSI (c) (38:3C) [11:13:45:282]: Skipping action: ISPreventDowngrade (condition is false) MSI (c) (38:3C) [11:13:45:282]: Skipping action: VM_GetSSOPass_SetData (condition is false) MSI (c) (38:3C) [11:13:45:282]: Skipping action: VM_GetSSOPass (condition is false) MSI (c) (38:3C) [11:13:45:282]: Skipping action: VM_InstallMSVCRT90x64Redist (condition is false) MSI (c) (38:3C) [11:13:45:282]: Skipping action: VM_InstallMSVCRT90x64DebugRedist (condition is false) MSI (c) (38:3C) [11:13:45:282]: Skipping action: CCPSearch (condition is false) MSI (c) (38:3C) [11:13:45:282]: Skipping action: RMCCPSearch (condition is false) MSI (c) (38:3C) [11:13:45:282]: Doing action: ValidateProductID Action 11:13:45: ValidateProductID. Action start 11:13:45: ValidateProductID. Action ended 11:13:45: ValidateProductID. Return value 1. MSI (c) (38:3C) [11:13:45:283]: Doing action: CostInitialize Action 11:13:45: CostInitialize. Computing space requirements Action start 11:13:45: CostInitialize. MSI (c) (38:3C) [11:13:45:283]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (c) (38:3C) [11:13:45:285]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (c) (38:3C) [11:13:45:285]: Note: 1: 1325 2: endpoints MSI (c) (38:3C) [11:13:45:285]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. Action ended 11:13:45: CostInitialize. Return value 1. MSI (c) (38:3C) [11:13:45:285]: Doing action: FileCost Action 11:13:45: FileCost. Computing space requirements Action start 11:13:45: FileCost. MSI (c) (38:3C) [11:13:45:286]: Note: 1: 2205 2: 3: MsiAssembly MSI (c) (38:3C) [11:13:45:286]: Note: 1: 2205 2: 3: Class MSI (c) (38:3C) [11:13:45:286]: Note: 1: 2205 2: 3: Extension MSI (c) (38:3C) [11:13:45:286]: Note: 1: 2205 2: 3: TypeLib Action ended 11:13:45: FileCost. Return value 1. MSI (c) (38:3C) [11:13:45:286]: Doing action: IsolateComponents Action 11:13:45: IsolateComponents. Action start 11:13:45: IsolateComponents. Action ended 11:13:45: IsolateComponents. Return value 0. MSI (c) (38:3C) [11:13:45:287]: Doing action: setUserProfileNT Action 11:13:45: setUserProfileNT. Action start 11:13:45: setUserProfileNT. MSI (c) (38:3C) [11:13:45:288]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\Users\a-tluk'. Action ended 11:13:45: setUserProfileNT. Return value 1. MSI (c) (38:3C) [11:13:45:288]: Skipping action: SetAllUsersProfileNT (condition is false) MSI (c) (38:3C) [11:13:45:288]: Doing action: setAllUsersProfile2K Action 11:13:45: setAllUsersProfile2K. Action start 11:13:45: setAllUsersProfile2K. MSI (c) (38:3C) [11:13:45:289]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\ProgramData'. Action ended 11:13:45: setAllUsersProfile2K. Return value 1. MSI (c) (38:3C) [11:13:45:289]: Skipping action: VM_SetComputerFQDN (condition is false) MSI (c) (38:3C) [11:13:45:289]: Skipping action: VM_SetSolutionName (condition is false) MSI (c) (38:3C) [11:13:45:289]: Skipping action: VM_SetProp_LS_URL (condition is false) MSI (c) (38:3C) [11:13:45:289]: Doing action: VM_SetInventoryServiceInstallDir Action 11:13:45: VM_SetInventoryServiceInstallDir. Action start 11:13:45: VM_SetInventoryServiceInstallDir. MSI (c) (38:40) [11:13:45:297]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI9B79.tmp, Entrypoint: VMSetInventoryServiceInstallDir MSI (c) (38!E8) [11:13:45:343]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\VMware\Infrastructure\'. Action ended 11:13:45: VM_SetInventoryServiceInstallDir. Return value 1. MSI (c) (38:3C) [11:13:45:346]: Skipping action: VM_SetProp_SSL_DATA_DIR (condition is false) MSI (c) (38:3C) [11:13:45:346]: Skipping action: ResolveSource (condition is false) MSI (c) (38:3C) [11:13:45:346]: Doing action: CostFinalize Action 11:13:45: CostFinalize. Computing space requirements Action start 11:13:45: CostFinalize. MSI (c) (38:3C) [11:13:45:347]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (c) (38:3C) [11:13:45:347]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (c) (38:3C) [11:13:45:347]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (c) (38:3C) [11:13:45:347]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (c) (38:3C) [11:13:45:347]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (c) (38:3C) [11:13:45:348]: Note: 1: 2205 2: 3: MsiAssembly MSI (c) (38:3C) [11:13:45:348]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`, `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ? MSI (c) (38:3C) [11:13:45:348]: PROPERTY CHANGE: Adding BIN property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin'. MSI (c) (38:3C) [11:13:45:348]: PROPERTY CHANGE: Adding CONF property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf'. MSI (c) (38:3C) [11:13:45:349]: PROPERTY CHANGE: Adding LIB property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib'. MSI (c) (38:3C) [11:13:45:350]: PROPERTY CHANGE: Adding SCRIPTS property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts'. MSI (c) (38:3C) [11:13:45:350]: PROPERTY CHANGE: Adding CONFIG property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config'. MSI (c) (38:3C) [11:13:45:353]: PROPERTY CHANGE: Adding INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso'. MSI (c) (38:3C) [11:13:45:354]: PROPERTY CHANGE: Adding LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib'. MSI (c) (38:3C) [11:13:45:355]: PROPERTY CHANGE: Adding BIN.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin'. MSI (c) (38:3C) [11:13:45:355]: PROPERTY CHANGE: Adding LIB.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib'. MSI (c) (38:3C) [11:13:45:355]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (38:3C) [11:13:45:355]: Machine policy value 'EnforceUpgradeComponentRules' is 0 MSI (c) (38:3C) [11:13:45:355]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'. MSI (c) (38:3C) [11:13:45:355]: PROPERTY CHANGE: Adding VMWARE.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\'. MSI (c) (38:3C) [11:13:45:355]: PROPERTY CHANGE: Adding INFRASTRUCTURE.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying USERPROFILE property. Its current value is 'C:\Users\a-tluk'. Its new value: 'C:\Users\a-tluk\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding VMwareStartMenuFolder property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding VMware.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files (x86)\VMware\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding Infrastructure.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files (x86)\VMware\Infrastructure\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding SSOREGTOOL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files (x86)\VMware\Infrastructure\SSORegTool\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding VMWARE_ALLUSER_DATA property. Its value is 'C:\ProgramData\VMware\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding VMWARE_TRUST_STORE property. Its value is 'C:\ProgramData\VMware\SSL\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding INFRASTRUCTURE1 property. Its value is 'C:\ProgramData\VMware\Infrastructure\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding QUERY_SERVICE1 property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding SSL_DATA_DIR property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding LOGS property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding VMWARE property. Its value is 'C:\Program Files\VMware\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding INFRASTRUCTURE property. Its value is 'C:\Program Files\VMware\Infrastructure\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding ISYourDataBaseDir property. Its value is 'C:\Program Files\VMware\Infrastructure\Database\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding DATABASEDIR property. Its value is 'C:\Program Files\VMware\Infrastructure\Database\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding QUERY_SERVICE property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding WRAPPER.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding INSTALLDIR.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding LOGS.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\logs\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying LIB.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying BIN.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding SSO property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying SCRIPTS property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding ENDPOINTS property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding DATA property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\data\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying LIB property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Adding SERVER property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying CONFIG property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying CONF property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying BIN property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin\'. MSI (c) (38:3C) [11:13:45:356]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\ProgramData'. Its new value: 'C:\ProgramData\'. MSI (c) (38:3C) [11:13:45:356]: Target path resolution complete. Dumping Directory table... MSI (c) (38:3C) [11:13:45:356]: Note: target paths subject to change (via custom actions or browsing) MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: TARGETDIR , Object: C:\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: WindowsFolder , Object: C:\Windows\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: VMWARE.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: INFRASTRUCTURE.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: USERPROFILE , Object: C:\Users\a-tluk\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: SystemFolder , Object: C:\Windows\SysWOW64\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: VMwareStartMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files (x86)\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: VMware.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files (x86)\VMware\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: Infrastructure.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files (x86)\VMware\Infrastructure\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: SSOREGTOOL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files (x86)\VMware\Infrastructure\SSORegTool\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: CommonAppDataFolder , Object: C:\ProgramData\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: VMWARE_ALLUSER_DATA , Object: C:\ProgramData\VMware\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: VMWARE_TRUST_STORE , Object: C:\ProgramData\VMware\SSL\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: INFRASTRUCTURE1 , Object: C:\ProgramData\VMware\Infrastructure\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: QUERY_SERVICE1 , Object: C:\ProgramData\VMware\Infrastructure\Inventory Service\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: SSL_DATA_DIR , Object: C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: LOGS , Object: C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: ProgramFiles64Folder , Object: C:\Program Files\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: VMWARE , Object: C:\Program Files\VMware\ MSI (c) (38:3C) [11:13:45:356]: Dir (target): Key: INFRASTRUCTURE , Object: C:\Program Files\VMware\Infrastructure\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\VMware\Infrastructure\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: ISYourDataBaseDir , Object: C:\Program Files\VMware\Infrastructure\Database\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: DATABASEDIR , Object: C:\Program Files\VMware\Infrastructure\Database\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: QUERY_SERVICE , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: WRAPPER.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: INSTALLDIR.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: LOGS.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\logs\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: LIB.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: BIN.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: SSO , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: SCRIPTS , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: ENDPOINTS , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: DATA , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\data\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: LIB , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: SERVER , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: CONFIG , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: CONF , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\conf\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: BIN , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ MSI (c) (38:3C) [11:13:45:357]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\ProgramData\ Action ended 11:13:45: CostFinalize. Return value 1. MSI (c) (38:3C) [11:13:45:433]: Doing action: VM_ExtractInventoryServiceSupportFiles Action 11:13:45: VM_ExtractInventoryServiceSupportFiles. Action start 11:13:45: VM_ExtractInventoryServiceSupportFiles. MSI (c) (38:64) [11:13:45:442]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI9C06.tmp, Entrypoint: VMExtractInventoryServiceSupportFiles Action ended 11:13:48: VM_ExtractInventoryServiceSupportFiles. Return value 1. MSI (c) (38:3C) [11:13:48:080]: Doing action: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:13:48: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Extracting registration tool Action start 11:13:48: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. MSI (c) (38:64) [11:13:48:083]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSIA653.tmp, Entrypoint: VMExtractSsoRegTool Action ended 11:13:51: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 1. MSI (c) (38:3C) [11:13:51:666]: Doing action: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:13:51: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Setting log4j path Action start 11:13:51: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. MSI (c) (38:3C) [11:13:51:668]: PROPERTY CHANGE: Adding LOG_FOR_J_PATH.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\SsoRegTool\log4j.xml'. Action ended 11:13:51: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 1. MSI (c) (38:3C) [11:13:51:668]: Doing action: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:13:51: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Configuring log4j path Action start 11:13:51: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. MSI (c) (38:58) [11:13:51:671]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSIB458.tmp, Entrypoint: VMModifyLog4jXML CustomAction VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E returned actual error code 1603 but will be translated to success due to continue marking Action ended 11:13:51: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 1. MSI (c) (38:3C) [11:13:51:680]: Doing action: MigrateFeatureStates Action 11:13:51: MigrateFeatureStates. Migrating feature states from related applications Action start 11:13:51: MigrateFeatureStates. MSI (c) (38:3C) [11:13:51:681]: Skipping MigrateFeatureStates action: not run in maintenance mode Action ended 11:13:51: MigrateFeatureStates. Return value 0. MSI (c) (38:3C) [11:13:51:681]: Skipping action: VM_CheckQueryServiceDatabase (condition is false) MSI (c) (38:3C) [11:13:51:681]: Skipping action: VM_SetInventoryServiceSolutionUsername (condition is false) MSI (c) (38:3C) [11:13:51:681]: Skipping action: PatchWelcome (condition is false) MSI (c) (38:3C) [11:13:51:681]: Skipping action: InstallWelcome (condition is false) MSI (c) (38:3C) [11:13:51:681]: Skipping action: VMInventoryServiceData (condition is false) MSI (c) (38:3C) [11:13:51:681]: Doing action: SetupResume Action 11:13:51: SetupResume. Action start 11:13:51: SetupResume. Action 11:13:51: SetupResume. Dialog created MSI (c) (38:90) [11:13:51:693]: Note: 1: 2205 2: 3: _RemoveFilePath MSI (c) (38:90) [11:13:54:288]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: BindImage MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: ProgId MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: PublishComponent MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: SelfReg MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: Extension MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: Font MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: Class MSI (c) (38:90) [11:13:54:288]: Note: 1: 2205 2: 3: TypeLib MSI (c) (38:90) [11:13:54:289]: Note: 1: 2727 2: MSI (c) (38:BC) [11:13:54:994]: PROPERTY CHANGE: Adding LicenseAgreement_Back property. Its value is 'SetupResume'. Info 2898.For MSSansBold8 textstyle, the system created a 'Tahoma' font, in 0 character set. Info 2898.For MSSWhiteSerif8 textstyle, the system created a 'Tahoma' font, in 0 character set. Action 11:13:55: LicenseAgreement. Dialog created MSI (c) (38:BC) [11:13:56:189]: PROPERTY CHANGE: Modifying AgreeToLicense property. Its current value is 'No'. Its new value: 'Yes'. MSI (c) (38:BC) [11:13:56:982]: PROPERTY CHANGE: Adding VMCustomSetup_Back property. Its value is 'LicenseAgreement'. MSI (c) (38:BC) [11:13:56:982]: PROPERTY CHANGE: Adding VMSystemInfo_Back property. Its value is 'LicenseAgreement'. MSI (c) (38:BC) [11:13:56:982]: PROPERTY CHANGE: Adding VMInventoryServiceData_Back property. Its value is 'LicenseAgreement'. MSI (c) (38:BC) [11:13:56:982]: PROPERTY CHANGE: Adding ReadyToInstall_Back property. Its value is 'LicenseAgreement'. Action 11:13:56: ReadyToInstall. Dialog created MSI (c) (38:BC) [11:13:57:484]: Note: 1: 2727 2: Action ended 11:13:57: SetupResume. Return value 1. MSI (c) (38:3C) [11:13:57:522]: Skipping action: MaintenanceWelcome (condition is false) MSI (c) (38:3C) [11:13:57:522]: Doing action: VM_StopInventoryService Action 11:13:57: VM_StopInventoryService. Action start 11:13:57: VM_StopInventoryService. MSI (c) (38:4C) [11:13:57:534]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSICB24.tmp, Entrypoint: VMStopServices Action ended 11:14:09: VM_StopInventoryService. Return value 1. MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_UninstallInventoryService50 (condition is false) MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_CheckLSVersionAndGetCerts (condition is false) MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_ValidateLsConnection (condition is false) MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_ValidateSSOConnection (condition is false) MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_GetSsoData (condition is false) MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_CheckCertsInTrustStore (condition is false) MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_CopyCertsToTrustStore (condition is false) MSI (c) (38:3C) [11:14:09:596]: Skipping action: VM_ResetProp_SSL_DATA_DIR (condition is false) MSI (c) (38:3C) [11:14:09:596]: Doing action: SetupProgress Action 11:14:09: SetupProgress. Action start 11:14:09: SetupProgress. Action 11:14:09: SetupProgress. Dialog created Action ended 11:14:09: SetupProgress. Return value 1. MSI (c) (38:3C) [11:14:09:610]: Doing action: VM_SetInstallJRE_SetData Action 11:14:09: VM_SetInstallJRE_SetData. Action start 11:14:09: VM_SetInstallJRE_SetData. MSI (c) (38:3C) [11:14:09:611]: PROPERTY CHANGE: Adding VM_SetInstallJRE property. Its value is 'VM_INSTALL_JRE;5.5.0.2542'. Action ended 11:14:09: VM_SetInstallJRE_SetData. Return value 1. MSI (c) (38:3C) [11:14:09:611]: Doing action: VM_SetInstallJRE Action 11:14:09: VM_SetInstallJRE. Action start 11:14:09: VM_SetInstallJRE. MSI (c) (38:80) [11:14:09:620]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSIFA40.tmp, Entrypoint: VMSetInstallJRE Action ended 11:14:09: VM_SetInstallJRE. Return value 1. MSI (c) (38:3C) [11:14:09:646]: Skipping action: VM_InstallJRE_SetData (condition is false) MSI (c) (38:3C) [11:14:09:646]: Skipping action: VM_InstallJRE (condition is false) MSI (c) (38:3C) [11:14:09:646]: Skipping action: VM_SetInstallPathJRE_SetData (condition is false) MSI (c) (38:3C) [11:14:09:646]: Skipping action: VM_SetInstallPathJRE (condition is false) MSI (c) (38:3C) [11:14:09:646]: Skipping action: VM_InstallPathMsgJRE (condition is false) MSI (c) (38:3C) [11:14:09:646]: Doing action: ExecuteAction Action 11:14:09: ExecuteAction. Action start 11:14:09: ExecuteAction. MSI (c) (38:3C) [11:14:09:647]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (c) (38:3C) [11:14:09:648]: Grabbed execution mutex. MSI (c) (38:3C) [11:14:09:648]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (c) (38:3C) [11:14:09:648]: Transforming table Property.
MSI (c) (38:3C) [11:14:09:649]: Switching to server: SECONDSEQUENCE="1" ROOTDRIVE="C:\" ISSETUPFILESCOMPLETED="Completed" SUPPORTDIR="C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}" EXECUTEACTION="INSTALL" ACTION="INSTALL" IS_MINOR_UPGRADE="1" VM_PATH_JRE="C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\" TARGETDIR="C:\" ALLUSERSPROFILE="C:\ProgramData\" QUERY_SERVICE="C:\Program Files\VMware\Infrastructure\Inventory Service\" BIN="C:\Program Files\VMware\Infrastructure\Inventory Service\bin\" CONF="C:\Program Files\VMware\Infrastructure\Inventory Service\conf\" SERVER="C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\" CONFIG="C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\" DATA="C:\Program Files\VMware\Infrastructure\Inventory Service\data\" DATABASEDIR="C:\Program Files\VMware\Infrastructure\Database\" ENDPOINTS="C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\" VMWARE="C:\Program Files\VMware\" INFRASTRUCTURE="C:\Program Files\VMware\Infrastructure\" VMWAR MSI (s) (34:3C) [11:14:09:653]: Running installation inside multi-package transaction Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi MSI (s) (34:3C) [11:14:09:653]: Grabbed execution mutex. MSI (s) (34:F8) [11:14:09:654]: Resetting cached policy values MSI (s) (34:F8) [11:14:09:654]: Machine policy value 'Debug' is 0 MSI (s) (34:F8) [11:14:09:654]: ******* RunEngine: ******* Product: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi ******* Action: INSTALL ******* CommandLine: ********** MSI (s) (34:F8) [11:14:09:655]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (34:F8) [11:14:09:667]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0 MSI (s) (34:F8) [11:14:09:667]: SRSetRestorePoint skipped for this transaction. MSI (s) (34:F8) [11:14:09:668]: File will have security applied from OpCode. MSI (s) (34:F8) [11:14:09:836]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi' against software restriction policy MSI (s) (34:F8) [11:14:09:836]: SOFTWARE RESTRICTION POLICY: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi has a digital signature MSI (s) (34:F8) [11:14:10:245]: SOFTWARE RESTRICTION POLICY: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi is permitted to run at the 'unrestricted' authorization level. MSI (s) (34:F8) [11:14:10:245]: End dialog not enabled MSI (s) (34:F8) [11:14:10:245]: Original package ==> Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi MSI (s) (34:F8) [11:14:10:245]: Package we're running from ==> C:\Windows\Installer\84f44.msi MSI (s) (34:F8) [11:14:10:250]: APPCOMPAT: Uninstall Flags override found. MSI (s) (34:F8) [11:14:10:250]: APPCOMPAT: Uninstall VersionNT override found. MSI (s) (34:F8) [11:14:10:250]: APPCOMPAT: Uninstall ServicePackLevel override found. MSI (s) (34:F8) [11:14:10:250]: APPCOMPAT: looking for appcompat database entry with ProductCode '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}'. MSI (s) (34:F8) [11:14:10:250]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (34:F8) [11:14:10:255]: MSCOREE not loaded loading copy from system32 MSI (s) (34:F8) [11:14:10:263]: Machine policy value 'DisablePatch' is 0 MSI (s) (34:F8) [11:14:10:263]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (34:F8) [11:14:10:263]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (34:F8) [11:14:10:263]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (34:F8) [11:14:10:264]: Looking for secure file transform: C:\Windows\Installer\534e7f72.mst MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: _Tables 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: _Columns 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: Media 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: File 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary. MSI (s) (34:F8) [11:14:10:264]: TRANSFORM: Applying regular transform to database. MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: _Tables 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: _Columns 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: ActionText 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038 MSI (s) (34:F8) [11:14:10:264]: Note: 1: 2262 2: Condition 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: AdminUISequence 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: AppSearch 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Feature 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Binary 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: File 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: CheckBox 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Component 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Icon 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ComboBox 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Directory 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Control 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Dialog 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ControlCondition 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ControlEvent 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: CreateFolder 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: CustomAction 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ModuleSignature 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: EventMapping 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: FeatureComponents 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: InstallUISequence 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ListBox 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ListView 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: LockPermissions 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Media 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ModuleComponents 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: MsiFileHash 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: RadioButton 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Registry 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: RegLocator 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Shortcut 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: TextStyle 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: UIText 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: Upgrade 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: _Validation 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ISComponentExtended 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ISCustomActionReference 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: ISSetupFile 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: #_BaselineData 3: -2147287038 MSI (s) (34:F8) [11:14:10:265]: Note: 1: 2262 2: #_PatchCache 3: -2147287038 MSI (s) (34:F8) [11:14:10:266]: APPCOMPAT: looking for appcompat database entry with ProductCode '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}'. MSI (s) (34:F8) [11:14:10:266]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (34:F8) [11:14:10:266]: Transforms are relative secure. MSI (s) (34:F8) [11:14:10:266]: Transforming table Property.
MSI (s) (34:F8) [11:14:10:266]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\a-tluk\AppData\Local\Temp\1\vim-qs-msi.log'. MSI (s) (34:F8) [11:14:10:268]: Command Line: SECONDSEQUENCE=1 ROOTDRIVE=C:\ ISSETUPFILESCOMPLETED=Completed SUPPORTDIR=C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} EXECUTEACTION=INSTALL ACTION=INSTALL IS_MINOR_UPGRADE=1 VM_PATH_JRE=C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\ TARGETDIR=C:\ ALLUSERSPROFILE=C:\ProgramData\ QUERY_SERVICE=C:\Program Files\VMware\Infrastructure\Inventory Service\ BIN=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ CONF=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\ SERVER=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\ CONFIG=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\ DATA=C:\Program Files\VMware\Infrastructure\Inventory Service\data\ DATABASEDIR=C:\Program Files\VMware\Infrastructure\Database\ ENDPOINTS=C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\ VMWARE=C:\Program Files\VMware\ INFRASTRUCTURE=C:\Program Files\VMware\Infrastructure\ VMWARE_ALLUSER_DATA=C:\ProgramData\VMware\ INFRASTRU MSI (s) (34:F8) [11:14:10:268]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{5CE07D39-C746-4EBA-9E00-B8F6C699A676}'. MSI (s) (34:F8) [11:14:10:268]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is '@1033.MST'. MSI (s) (34:F8) [11:14:10:268]: PROPERTY CHANGE: Adding TRANSFORMSSECURE property. Its value is '1'. MSI (s) (34:F8) [11:14:10:268]: PROPERTY CHANGE: Adding TRANSFORMSATSOURCE property. Its value is '1'. MSI (s) (34:F8) [11:14:10:268]: Product Code passed to Engine.Initialize: '' MSI (s) (34:F8) [11:14:10:268]: Product Code from property table before transforms: '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}' MSI (s) (34:F8) [11:14:10:268]: Product Code from property table after transforms: '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}' MSI (s) (34:F8) [11:14:10:268]: Product registered: entering maintenance mode MSI (s) (34:F8) [11:14:10:268]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (s) (34:F8) [11:14:10:268]: Product {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} is admin assigned: LocalSystem owns the publish key. MSI (s) (34:F8) [11:14:10:268]: Product {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} is managed. MSI (s) (34:F8) [11:14:10:268]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (34:F8) [11:14:10:268]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (s) (34:F8) [11:14:10:268]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (s) (34:F8) [11:14:10:269]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (s) (34:F8) [11:14:10:269]: Specifed source is not already in a list. MSI (s) (34:F8) [11:14:10:269]: User policy value 'SearchOrder' is 'nmu' MSI (s) (34:F8) [11:14:10:269]: Machine policy value 'DisableBrowse' is 0 MSI (s) (34:F8) [11:14:10:269]: Machine policy value 'AllowLockdownBrowse' is 0 MSI (s) (34:F8) [11:14:10:269]: Adding new sources is allowed. MSI (s) (34:F8) [11:14:10:269]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'. MSI (s) (34:F8) [11:14:10:269]: Package name retrieved from configuration data: 'VMware vCenter Inventory Service.msi' MSI (s) (34:F8) [11:14:10:271]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (34:F8) [11:14:10:271]: Machine policy value 'DisableMsi' is 1 MSI (s) (34:F8) [11:14:10:271]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (34:F8) [11:14:10:271]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (34:F8) [11:14:10:271]: Product {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} is admin assigned: LocalSystem owns the publish key. MSI (s) (34:F8) [11:14:10:271]: Product {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} is managed. MSI (s) (34:F8) [11:14:10:271]: Running product '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}' with elevated privileges: Product is assigned. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding ISSETUPFILESCOMPLETED property. Its value is 'Completed'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding SUPPORTDIR property. Its value is 'C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding IS_MINOR_UPGRADE property. Its value is '1'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding VM_PATH_JRE property. Its value is 'C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\ProgramData\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding QUERY_SERVICE property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding BIN property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding CONF property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding SERVER property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding CONFIG property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding DATA property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\data\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding DATABASEDIR property. Its value is 'C:\Program Files\VMware\Infrastructure\Database\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding ENDPOINTS property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding VMWARE property. Its value is 'C:\Program Files\VMware\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding INFRASTRUCTURE property. Its value is 'C:\Program Files\VMware\Infrastructure\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding VMWARE_ALLUSER_DATA property. Its value is 'C:\ProgramData\VMware\'. MSI (s) (34:F8) [11:14:10:271]: PROPERTY CHANGE: Adding INFRASTRUCTURE1 property. Its value is 'C:\ProgramData\VMware\Infrastructure\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\VMware\Infrastructure\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding LIB property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding QUERY_SERVICE1 property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding LOGS property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding SCRIPTS property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding SSL_DATA_DIR property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding SSO property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\Users\a-tluk\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding VMWARE_TRUST_STORE property. Its value is 'C:\ProgramData\VMware\SSL\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding SSOREGTOOL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files (x86)\VMware\Infrastructure\SSORegTool\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding LS_URL property. Its value is 'https://svrBMVC01.domain.com:7444/lookupservice/sdk'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding SSO_SOLUTION_NAME property. Its value is 'InventoryService_2012.11.29_113959'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding LOG_FOR_J_PATH.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\SsoRegTool\log4j.xml'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding BIN.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding INSTALLDIR.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding LIB.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding LOGS.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\logs\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding WRAPPER.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding VMWARE.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding INFRASTRUCTURE.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\VMware\Infrastructure\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding COMPUTER_FQDN property. Its value is 'svrBMVC01.domain.com'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding FEDERATION_PORT_OLD property. Its value is '10111'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding HTTPS_PORT_OLD property. Its value is '10443'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding HTTP_PORT_OLD property. Its value is '10080'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding INSTALLPATH property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding QS_VERSION_INSTALLED property. Its value is '5.5.0.45995'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Modifying SSO_FQDN_IP property. Its current value is '<SSO Machine FQDN Or IP>'. Its new value: 'svrBMVC01.domain.com'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding VC_INSTALLED_DIR property. Its value is 'C:\Program Files\VMware\Infrastructure\VirtualCenter Server\'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding VM_VERSION_JRE property. Its value is '5.5.0.2542'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding XDB_PORT_OLD property. Its value is '10109'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1080'. MSI (s) (34:F8) [11:14:10:272]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (34:F8) [11:14:10:273]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03'. MSI (s) (34:F8) [11:14:10:273]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '0'. MSI (s) (34:F8) [11:14:10:273]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'vomus'. MSI (s) (34:F8) [11:14:10:273]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'. MSI (s) (34:F8) [11:14:10:273]: PROPERTY CHANGE: Adding SETUPEXEDIR property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service'. MSI (s) (34:F8) [11:14:10:273]: PROPERTY CHANGE: Adding REINSTALL property. Its value is 'SSORegistration,QueryService'. MSI (s) (34:F8) [11:14:10:273]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (34:F8) [11:14:10:273]: RESTART MANAGER: Disabled by MSIRESTARTMANAGERCONTROL property; Windows Installer will use the built-in FilesInUse functionality. MSI (s) (34:F8) [11:14:10:273]: Engine has iefSecondSequence set to true. MSI (s) (34:F8) [11:14:10:273]: TRANSFORMS property is now: @1033.MST MSI (s) (34:F8) [11:14:10:273]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '301'. MSI (s) (34:F8) [11:14:10:274]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming MSI (s) (34:F8) [11:14:10:276]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Favorites MSI (s) (34:F8) [11:14:10:277]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (34:F8) [11:14:10:278]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Documents MSI (s) (34:F8) [11:14:10:280]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (34:F8) [11:14:10:281]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (34:F8) [11:14:10:282]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (34:F8) [11:14:10:283]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (34:F8) [11:14:10:283]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (34:F8) [11:14:10:285]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Local MSI (s) (34:F8) [11:14:10:285]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Pictures MSI (s) (34:F8) [11:14:10:287]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (34:F8) [11:14:10:288]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (34:F8) [11:14:10:289]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (34:F8) [11:14:10:290]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (34:F8) [11:14:10:291]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (34:F8) [11:14:10:292]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (34:F8) [11:14:10:293]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (34:F8) [11:14:10:294]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (34:F8) [11:14:10:295]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (34:F8) [11:14:10:296]: SHELL32::SHGetFolderPath returned: C:\Users\a-tluk\Desktop MSI (s) (34:F8) [11:14:10:297]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (34:F8) [11:14:10:297]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts MSI (s) (34:F8) [11:14:10:297]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (34:F8) [11:14:10:302]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (34:F8) [11:14:10:302]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (34:F8) [11:14:10:302]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (34:F8) [11:14:10:302]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (34:F8) [11:14:10:302]: PROPERTY CHANGE: Adding Installed property. Its value is '2016/07/27 00:52:16'. MSI (s) (34:F8) [11:14:10:302]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\84f44.msi'. MSI (s) (34:F8) [11:14:10:302]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi'. MSI (s) (34:F8) [11:14:10:302]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (34:F8) [11:14:10:302]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (34:F8) [11:14:10:302]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (34:F8) [11:14:10:302]: Machine policy value 'DisableRollback' is 0 MSI (s) (34:F8) [11:14:10:302]: User policy value 'DisableRollback' is 0 MSI (s) (34:F8) [11:14:10:302]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (34:F8) [11:14:10:303]: PROPERTY CHANGE: Adding QFEUpgrade property. Its value is '1'. MSI (s) (34:F8) [11:14:10:303]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (34:F8) [11:14:10:303]: Doing action: INSTALL Action 11:14:10: INSTALL. Action start 11:14:10: INSTALL. MSI (s) (34:F8) [11:14:10:305]: Running ExecuteSequence MSI (s) (34:F8) [11:14:10:305]: Doing action: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:14:10: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:14:10: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48. MSI (s) (34:F8) [11:14:10:306]: PROPERTY CHANGE: Adding ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'C:\Program Files\'. Action ended 11:14:10: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (s) (34:F8) [11:14:10:306]: Skipping action: VM_SetProductNameGUI_SetData (condition is false) MSI (s) (34:F8) [11:14:10:306]: Skipping action: VM_SetProductNameGUIEx_SetData (condition is false) MSI (s) (34:F8) [11:14:10:306]: Skipping action: VM_OneInstanceRunning_SetData (condition is false) MSI (s) (34:F8) [11:14:10:306]: Skipping action: VM_OneInstanceRunning (condition is false) MSI (s) (34:F8) [11:14:10:306]: Skipping action: VM_CheckNonASCIILogonUser (condition is false) MSI (s) (34:F8) [11:14:10:306]: Doing action: ISSetupFilesExtract Action 11:14:10: ISSetupFilesExtract. Action start 11:14:10: ISSetupFilesExtract. MSI (s) (34:F8) [11:14:10:308]: Skipping action due to msidbCustomActionTypeFirstSequence option. Action ended 11:14:10: ISSetupFilesExtract. Return value 0. MSI (s) (34:F8) [11:14:10:308]: Skipping action: ISSetAllUsers (condition is false) MSI (s) (34:F8) [11:14:10:308]: Doing action: VM_SetMsiPropertiesFromINI Action 11:14:10: VM_SetMsiPropertiesFromINI. Action start 11:14:10: VM_SetMsiPropertiesFromINI. MSI (s) (34:F8) [11:14:10:309]: Skipping action due to msidbCustomActionTypeFirstSequence option. Action ended 11:14:10: VM_SetMsiPropertiesFromINI. Return value 0. MSI (s) (34:F8) [11:14:10:310]: Doing action: VM_CorrectISInstallPathInReg Action 11:14:10: VM_CorrectISInstallPathInReg. Action start 11:14:10: VM_CorrectISInstallPathInReg. MSI (s) (34:F8) [11:14:10:311]: Skipping action due to msidbCustomActionTypeFirstSequence option. Action ended 11:14:10: VM_CorrectISInstallPathInReg. Return value 0. MSI (s) (34:F8) [11:14:10:311]: Doing action: AppSearch Action 11:14:10: AppSearch. Searching for installed applications Action start 11:14:10: AppSearch. MSI (s) (34:F8) [11:14:10:313]: Skipping AppSearch action: already done on client side Action ended 11:14:10: AppSearch. Return value 0. MSI (s) (34:F8) [11:14:10:314]: Skipping action: VM_SetEndPointDir (condition is false) MSI (s) (34:F8) [11:14:10:314]: Skipping action: FindRelatedProducts (condition is false) MSI (s) (34:F8) [11:14:10:314]: Skipping action: LaunchConditions (condition is false) MSI (s) (34:F8) [11:14:10:314]: Skipping action: ISPreventDowngrade (condition is false) MSI (s) (34:F8) [11:14:10:314]: Skipping action: VM_GetSSOPass_SetData (condition is false) MSI (s) (34:F8) [11:14:10:314]: Skipping action: VM_GetSSOPass (condition is false) MSI (s) (34:F8) [11:14:10:314]: Skipping action: CCPSearch (condition is false) MSI (s) (34:F8) [11:14:10:314]: Skipping action: RMCCPSearch (condition is false) MSI (s) (34:F8) [11:14:10:314]: Doing action: ValidateProductID Action 11:14:10: ValidateProductID. Action start 11:14:10: ValidateProductID. Action ended 11:14:10: ValidateProductID. Return value 1. MSI (s) (34:F8) [11:14:10:315]: Doing action: CostInitialize Action 11:14:10: CostInitialize. Computing space requirements Action start 11:14:10: CostInitialize. MSI (s) (34:F8) [11:14:10:317]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (34:F8) [11:14:10:318]: Note: 1: 1325 2: endpoints MSI (s) (34:F8) [11:14:10:318]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (34:F8) [11:14:10:318]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (s) (34:F8) [11:14:10:318]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (34:F8) [11:14:10:318]: Note: 1: 2205 2: 3: MsiPatchHeaders MSI (s) (34:F8) [11:14:10:318]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (34:F8) [11:14:10:318]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (34:F8) [11:14:10:318]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` Action ended 11:14:10: CostInitialize. Return value 1. MSI (s) (34:F8) [11:14:10:318]: Skipping action: ResolveSource (condition is false) MSI (s) (34:F8) [11:14:10:318]: Doing action: FileCost Action 11:14:10: FileCost. Computing space requirements Action start 11:14:10: FileCost. MSI (s) (34:F8) [11:14:10:320]: Note: 1: 2205 2: 3: MsiAssembly MSI (s) (34:F8) [11:14:10:320]: Note: 1: 2205 2: 3: Class MSI (s) (34:F8) [11:14:10:320]: Note: 1: 2205 2: 3: Extension MSI (s) (34:F8) [11:14:10:320]: Note: 1: 2205 2: 3: TypeLib Action ended 11:14:10: FileCost. Return value 1. MSI (s) (34:F8) [11:14:10:320]: Doing action: IsolateComponents Action 11:14:10: IsolateComponents. Action start 11:14:10: IsolateComponents. Action ended 11:14:10: IsolateComponents. Return value 0. MSI (s) (34:F8) [11:14:10:321]: Doing action: setUserProfileNT Action 11:14:10: setUserProfileNT. Action start 11:14:10: setUserProfileNT. MSI (s) (34:F8) [11:14:10:323]: PROPERTY CHANGE: Modifying USERPROFILE property. Its current value is 'C:\Users\a-tluk\'. Its new value: 'C:\Users\a-tluk'. Action ended 11:14:10: setUserProfileNT. Return value 1. MSI (s) (34:F8) [11:14:10:323]: Skipping action: SetAllUsersProfileNT (condition is false) MSI (s) (34:F8) [11:14:10:323]: Doing action: setAllUsersProfile2K Action 11:14:10: setAllUsersProfile2K. Action start 11:14:10: setAllUsersProfile2K. MSI (s) (34:F8) [11:14:10:324]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\ProgramData\'. Its new value: 'C:\ProgramData'. Action ended 11:14:10: setAllUsersProfile2K. Return value 1. MSI (s) (34:F8) [11:14:10:325]: Doing action: CostFinalize Action 11:14:10: CostFinalize. Computing space requirements Action start 11:14:10: CostFinalize. MSI (s) (34:F8) [11:14:10:326]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (34:F8) [11:14:10:326]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (34:F8) [11:14:10:326]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (34:F8) [11:14:10:326]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (34:F8) [11:14:10:326]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (34:F8) [11:14:10:326]: Note: 1: 2205 2: 3: MsiAssembly MSI (s) (34:F8) [11:14:10:326]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`, `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ? MSI (s) (34:F8) [11:14:10:326]: PROPERTY CHANGE: Modifying BIN property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin'. MSI (s) (34:F8) [11:14:10:327]: PROPERTY CHANGE: Modifying CONF property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf'. MSI (s) (34:F8) [11:14:10:327]: PROPERTY CHANGE: Modifying LIB property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib'. MSI (s) (34:F8) [11:14:10:327]: PROPERTY CHANGE: Modifying SCRIPTS property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts'. MSI (s) (34:F8) [11:14:10:327]: PROPERTY CHANGE: Modifying CONFIG property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config'. MSI (s) (34:F8) [11:14:10:327]: PROPERTY CHANGE: Modifying INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso'. MSI (s) (34:F8) [11:14:10:327]: PROPERTY CHANGE: Modifying LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib'. MSI (s) (34:F8) [11:14:10:327]: PROPERTY CHANGE: Modifying BIN.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin'. MSI (s) (34:F8) [11:14:10:328]: PROPERTY CHANGE: Modifying LIB.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib'. MSI (s) (34:F8) [11:14:10:328]: Machine policy value 'EnforceUpgradeComponentRules' is 0 MSI (s) (34:F8) [11:14:10:328]: PROPERTY CHANGE: Modifying USERPROFILE property. Its current value is 'C:\Users\a-tluk'. Its new value: 'C:\Users\a-tluk\'. MSI (s) (34:F8) [11:14:10:328]: PROPERTY CHANGE: Adding VMwareStartMenuFolder property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\'. MSI (s) (34:F8) [11:14:10:328]: PROPERTY CHANGE: Adding VMware.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files (x86)\VMware\'. MSI (s) (34:F8) [11:14:10:328]: PROPERTY CHANGE: Adding Infrastructure.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files (x86)\VMware\Infrastructure\'. MSI (s) (34:F8) [11:14:10:330]: PROPERTY CHANGE: Adding ISYourDataBaseDir property. Its value is 'C:\Program Files\VMware\Infrastructure\Database\'. MSI (s) (34:F8) [11:14:10:330]: PROPERTY CHANGE: Modifying LIB.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\'. MSI (s) (34:F8) [11:14:10:330]: PROPERTY CHANGE: Modifying BIN.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\'. MSI (s) (34:F8) [11:14:10:330]: PROPERTY CHANGE: Modifying INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\'. MSI (s) (34:F8) [11:14:10:330]: PROPERTY CHANGE: Modifying LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\'. MSI (s) (34:F8) [11:14:10:331]: PROPERTY CHANGE: Modifying SCRIPTS property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\'. MSI (s) (34:F8) [11:14:10:331]: PROPERTY CHANGE: Modifying LIB property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\'. MSI (s) (34:F8) [11:14:10:331]: PROPERTY CHANGE: Modifying CONFIG property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\'. MSI (s) (34:F8) [11:14:10:332]: PROPERTY CHANGE: Modifying CONF property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\'. MSI (s) (34:F8) [11:14:10:332]: PROPERTY CHANGE: Modifying BIN property. Its current value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin'. Its new value: 'C:\Program Files\VMware\Infrastructure\Inventory Service\bin\'. MSI (s) (34:F8) [11:14:10:332]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\ProgramData'. Its new value: 'C:\ProgramData\'. MSI (s) (34:F8) [11:14:10:332]: Target path resolution complete. Dumping Directory table... MSI (s) (34:F8) [11:14:10:332]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: TARGETDIR , Object: C:\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: WindowsFolder , Object: C:\Windows\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: VMWARE.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: INFRASTRUCTURE.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: USERPROFILE , Object: C:\Users\a-tluk\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: SystemFolder , Object: C:\Windows\SysWOW64\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: VMwareStartMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files (x86)\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: VMware.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files (x86)\VMware\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: Infrastructure.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files (x86)\VMware\Infrastructure\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: SSOREGTOOL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files (x86)\VMware\Infrastructure\SSORegTool\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: CommonAppDataFolder , Object: C:\ProgramData\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: VMWARE_ALLUSER_DATA , Object: C:\ProgramData\VMware\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: VMWARE_TRUST_STORE , Object: C:\ProgramData\VMware\SSL\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: INFRASTRUCTURE1 , Object: C:\ProgramData\VMware\Infrastructure\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: QUERY_SERVICE1 , Object: C:\ProgramData\VMware\Infrastructure\Inventory Service\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: SSL_DATA_DIR , Object: C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: LOGS , Object: C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: ProgramFiles64Folder , Object: C:\Program Files\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: VMWARE , Object: C:\Program Files\VMware\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: INFRASTRUCTURE , Object: C:\Program Files\VMware\Infrastructure\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\VMware\Infrastructure\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: ISYourDataBaseDir , Object: C:\Program Files\VMware\Infrastructure\Database\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: DATABASEDIR , Object: C:\Program Files\VMware\Infrastructure\Database\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: QUERY_SERVICE , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: WRAPPER.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: INSTALLDIR.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: LOGS.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\logs\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: LIB.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: BIN.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: SSO , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: SCRIPTS , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: ENDPOINTS , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: DATA , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\data\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: LIB , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: SERVER , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: CONFIG , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: CONF , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\conf\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: BIN , Object: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ MSI (s) (34:F8) [11:14:10:332]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\ProgramData\ Action ended 11:14:10: CostFinalize. Return value 1. MSI (s) (34:F8) [11:14:10:338]: Doing action: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:14:10: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Extracting registration tool Action start 11:14:10: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. MSI (s) (34:F8) [11:14:10:340]: Skipping action due to msidbCustomActionTypeFirstSequence option. Action ended 11:14:10: VM_ExtractRegTool.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 0. MSI (s) (34:F8) [11:14:10:340]: Doing action: MigrateFeatureStates Action 11:14:10: MigrateFeatureStates. Migrating feature states from related applications Action start 11:14:10: MigrateFeatureStates. MSI (s) (34:F8) [11:14:10:342]: Skipping MigrateFeatureStates action: already done on client side Action ended 11:14:10: MigrateFeatureStates. Return value 0. MSI (s) (34:F8) [11:14:10:342]: Doing action: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:14:10: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Configuring log4j path Action start 11:14:10: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. MSI (s) (34:F8) [11:14:10:344]: Skipping action due to msidbCustomActionTypeFirstSequence option. Action ended 11:14:10: VM_ModifyLogForJImmed.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 0. MSI (s) (34:F8) [11:14:10:344]: Doing action: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:14:10: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Setting log4j path Action start 11:14:10: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. MSI (s) (34:F8) [11:14:10:346]: Skipping action due to msidbCustomActionTypeFirstSequence option. Action ended 11:14:10: Set_LogForJTempPath.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 0. MSI (s) (34:F8) [11:14:10:346]: Skipping action: VM_CheckValidIPV6Address (condition is false) MSI (s) (34:F8) [11:14:10:346]: Doing action: SetARPINSTALLLOCATION Action 11:14:10: SetARPINSTALLLOCATION. Action start 11:14:10: SetARPINSTALLLOCATION. MSI (s) (34:F8) [11:14:10:347]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'C:\Program Files\VMware\Infrastructure\'. Action ended 11:14:10: SetARPINSTALLLOCATION. Return value 1. MSI (s) (34:F8) [11:14:10:348]: Doing action: VM_SetQSMaxMemorySize Action 11:14:10: VM_SetQSMaxMemorySize. Action start 11:14:10: VM_SetQSMaxMemorySize. MSI (s) (34:7C) [11:14:10:359]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFD48.tmp, Entrypoint: VMSetQSMaxMemorySize MSI (s) (34:F4) [11:14:10:359]: Generating random cookie. MSI (s) (34:F4) [11:14:10:362]: Created Custom Action Server with PID 3312 (0xCF0). MSI (s) (34:7C) [11:14:10:387]: Running as a service. MSI (s) (34:7C) [11:14:10:389]: Hello, I'm your 64bit Impersonated custom action server. Action ended 11:14:10: VM_SetQSMaxMemorySize. Return value 1. MSI (s) (34:F8) [11:14:10:417]: Doing action: SetODBCFolders Action 11:14:10: SetODBCFolders. Initializing ODBC directories Action start 11:14:10: SetODBCFolders. MSI (s) (34:F8) [11:14:10:419]: Note: 1: 2205 2: 3: ODBCDriver MSI (s) (34:F8) [11:14:10:419]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `ComponentId`,`Description`,`Directory_`, `ActionRequest`, `Installed`, `Attributes` FROM `ODBCDriver`, `Component` WHERE `ODBCDriver`.`Component_` = `Component` AND (`ActionRequest` = 1 OR `ActionRequest` = 2) MSI (s) (34:F8) [11:14:10:419]: Note: 1: 2205 2: 3: ODBCTranslator MSI (s) (34:F8) [11:14:10:419]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `ComponentId`,`Description`,`Directory_`, `ActionRequest`, `Installed`, `Attributes` FROM `ODBCTranslator`, `Component` WHERE `ODBCTranslator`.`Component_` = `Component` AND (`ActionRequest` = 1 OR `ActionRequest` = 2) Action ended 11:14:10: SetODBCFolders. Return value 0. MSI (s) (34:F8) [11:14:10:419]: Skipping action: VM_StopServices (condition is false) MSI (s) (34:F8) [11:14:10:419]: Doing action: VM_ChangeFileTime_SetData Action 11:14:10: VM_ChangeFileTime_SetData. Action start 11:14:10: VM_ChangeFileTime_SetData. MSI (s) (34:F8) [11:14:10:421]: PROPERTY CHANGE: Adding CHANGEFILE_TIME property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf;'. Action ended 11:14:10: VM_ChangeFileTime_SetData. Return value 1. MSI (s) (34:F8) [11:14:10:421]: Doing action: VM_ChangeFileTime Action 11:14:10: VM_ChangeFileTime. Action start 11:14:10: VM_ChangeFileTime. MSI (s) (34:78) [11:14:10:431]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFD88.tmp, Entrypoint: VMChangeFileTime Action ended 11:14:10: VM_ChangeFileTime. Return value 1. MSI (s) (34:F8) [11:14:10:459]: Skipping action: VM_SetInstallPathJRE_SetData (condition is false) MSI (s) (34:F8) [11:14:10:459]: Skipping action: VM_SetInstallPathJRE (condition is false) MSI (s) (34:F8) [11:14:10:459]: Skipping action: VM_InstallPathMsgJRE (condition is false) MSI (s) (34:F8) [11:14:10:459]: Doing action: VM_SetJREDIR_SetData Action 11:14:10: VM_SetJREDIR_SetData. Action start 11:14:10: VM_SetJREDIR_SetData. MSI (s) (34:F8) [11:14:10:461]: PROPERTY CHANGE: Adding JRE property. Its value is 'C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\'. Action ended 11:14:10: VM_SetJREDIR_SetData. Return value 1. MSI (s) (34:F8) [11:14:10:461]: Doing action: VM_SetJREDIRSSO_SetData Action 11:14:10: VM_SetJREDIRSSO_SetData. Action start 11:14:10: VM_SetJREDIRSSO_SetData. MSI (s) (34:F8) [11:14:10:462]: PROPERTY CHANGE: Adding JRE_DIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\'. Action ended 11:14:10: VM_SetJREDIRSSO_SetData. Return value 1. MSI (s) (34:F8) [11:14:10:462]: Doing action: InstallValidate Action 11:14:10: InstallValidate. Validating install Action start 11:14:10: InstallValidate. MSI (s) (34:F8) [11:14:10:463]: Feature: SSORegistration; Installed: Local; Request: Reinstall; Action: Reinstall MSI (s) (34:F8) [11:14:10:463]: Feature: QueryService; Installed: Local; Request: Reinstall; Action: Reinstall MSI (s) (34:F8) [11:14:10:463]: Component: ___bin66; Installed: Null; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: ___lib65; Installed: Null; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: __coreFiles.A9CB5780_44DC_4E23_90AB_73863DCC4F8E65; Installed: Null; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: ___bin65; Installed: Null; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _bin; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _conf; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _lib; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _scripts; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _serverConfig; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: coreFiles.A9CB5780_44DC_4E23_90AB_73863DCC4F8E; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: lib.A9CB5780_44DC_4E23_90AB_73863DCC4F8E; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _wrapper.exe.C511B885_94BA_488E_837C_0FB2997DEA48; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _wrapper.dll.C511B885_94BA_488E_837C_0FB2997DEA48; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Component: _wrapper.jar.C511B885_94BA_488E_837C_0FB2997DEA48; Installed: Local; Request: Local; Action: Local MSI (s) (34:F8) [11:14:10:463]: Note: 1: 2205 2: 3: BindImage MSI (s) (34:F8) [11:14:10:464]: Note: 1: 2205 2: 3: ProgId MSI (s) (34:F8) [11:14:10:464]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (34:F8) [11:14:10:464]: Note: 1: 2205 2: 3: SelfReg MSI (s) (34:F8) [11:14:10:464]: Note: 1: 2205 2: 3: Extension MSI (s) (34:F8) [11:14:10:464]: Note: 1: 2205 2: 3: Font MSI (s) (34:F8) [11:14:10:464]: Note: 1: 2205 2: 3: Class MSI (s) (34:F8) [11:14:10:464]: Note: 1: 2205 2: 3: TypeLib MSI (s) (34:F8) [11:14:10:466]: Note: 1: 2205 2: 3: _RemoveFilePath MSI (s) (34:F8) [11:14:10:746]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: BindImage MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: ProgId MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: SelfReg MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: Extension MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: Font MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: Class MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2205 2: 3: TypeLib MSI (s) (34:F8) [11:14:10:746]: Note: 1: 2727 2: MSI (s) (34:F8) [11:14:10:751]: Note: 1: 2727 2: Action ended 11:14:10: InstallValidate. Return value 1. MSI (s) (34:F8) [11:14:10:751]: Skipping action: VM_MoveInventoryServiceSSLKeys (condition is false) MSI (s) (34:F8) [11:14:10:751]: Skipping action: NeedToUninstallIS50 (condition is false) MSI (s) (34:F8) [11:14:10:751]: Doing action: RemoveExistingProducts Action 11:14:10: RemoveExistingProducts. Removing applications Action start 11:14:10: RemoveExistingProducts. MSI (s) (34:F8) [11:14:10:753]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall Action ended 11:14:10: RemoveExistingProducts. Return value 0. MSI (s) (34:F8) [11:14:10:753]: Doing action: InstallInitialize Action 11:14:10: InstallInitialize. Action start 11:14:10: InstallInitialize. MSI (s) (34:F8) [11:14:10:755]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (34:F8) [11:14:10:755]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (34:F8) [11:14:10:755]: BeginTransaction: Locking Server MSI (s) (34:F8) [11:14:10:755]: Transforming table Property.
MSI (s) (34:F8) [11:14:10:756]: SRSetRestorePoint skipped for this transaction. MSI (s) (34:F8) [11:14:10:756]: Server not locked: locking for product {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} Action ended 11:14:10: InstallInitialize. Return value 1. MSI (s) (34:F8) [11:14:10:883]: Doing action: VM_SetProperties.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:14:10: VM_SetProperties.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:14:10: VM_SetProperties.C511B885_94BA_488E_837C_0FB2997DEA48. MSI (s) (34:60) [11:14:10:894]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFF5D.tmp, Entrypoint: VMSetPropertiesForServiceWrapper MSI (s) (34!E8) [11:14:10:923]: PROPERTY CHANGE: Modifying InstanceInstalled.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is '0'. Its new value: '1'. MSI (s) (34!E8) [11:14:10:923]: PROPERTY CHANGE: Adding VM_WriteRegistry.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'x64;Service Wrapper;InventoryService;C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\;{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4};VMware vCenter Inventory Service'. MSI (s) (34!E8) [11:14:10:924]: PROPERTY CHANGE: Adding COMPUTER_FQDN.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'svrBMVC01.domain.com'. MSI (s) (34!E8) [11:14:10:924]: PROPERTY CHANGE: Modifying ServiceName.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'ServiceName'. Its new value: 'vimQueryService'. MSI (s) (34!E8) [11:14:10:925]: PROPERTY CHANGE: Modifying WrapperConfigPath.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its current value is 'ConfigurationFile'. Its new value: '../../conf/wrapper.conf'. Action ended 11:14:10: VM_SetProperties.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (s) (34:F8) [11:14:10:927]: Skipping action: VM_RemoveRegistry_SetData.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:10:927]: Skipping action: VM_SetInventoryServiceSolutionUsername (condition is false) MSI (s) (34:F8) [11:14:10:927]: Skipping action: VM_SetVIM_DELETE_DIRS (condition is false) MSI (s) (34:F8) [11:14:10:927]: Skipping action: VM_NukeQueryServiceDatabase (condition is false) MSI (s) (34:F8) [11:14:10:927]: Doing action: VM_SetComputerFQDN Action 11:14:10: VM_SetComputerFQDN. Action start 11:14:10: VM_SetComputerFQDN. MSI (s) (34:AC) [11:14:10:936]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIFF8D.tmp, Entrypoint: VMSetComputerFQDN MSI (s) (34!84) [11:14:11:070]: PROPERTY CHANGE: Adding USE_FQDN property. Its value is '1'. Action ended 11:14:11: VM_SetComputerFQDN. Return value 1. MSI (s) (34:F8) [11:14:11:073]: Skipping action: VM_SetSolutionName (condition is false) MSI (s) (34:F8) [11:14:11:073]: Skipping action: VM_SetProp_LS_URL (condition is false) MSI (s) (34:F8) [11:14:11:073]: Doing action: VM_SetInventoryServiceInstallDir Action 11:14:11: VM_SetInventoryServiceInstallDir. Action start 11:14:11: VM_SetInventoryServiceInstallDir. MSI (s) (34:A4) [11:14:11:084]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI1A.tmp, Entrypoint: VMSetInventoryServiceInstallDir Action ended 11:14:11: VM_SetInventoryServiceInstallDir. Return value 1. MSI (s) (34:F8) [11:14:11:111]: Doing action: VM_SetPropertiesForInventoryService Action 11:14:11: VM_SetPropertiesForInventoryService. Action start 11:14:11: VM_SetPropertiesForInventoryService. MSI (s) (34:C4) [11:14:11:120]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI3A.tmp, Entrypoint: VMSetPropertiesForInventoryService MSI (s) (34:7C) [11:14:11:148]: PROPERTY CHANGE: Adding IS_SSO_SERVICE_ID_FILE property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory ServiceserviceId'. MSI (s) (34:7C) [11:14:11:148]: PROPERTY CHANGE: Adding IS_SSO_SSL_CERT_FILE property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\rui.crt'. MSI (s) (34:7C) [11:14:11:148]: PROPERTY CHANGE: Adding IS_SSO_SSL_KEY_FILE property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\rui.key'. MSI (s) (34:7C) [11:14:11:149]: PROPERTY CHANGE: Adding IS_SSO_IP_FILE property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\sso.ini'. Action ended 11:14:11: VM_SetPropertiesForInventoryService. Return value 1. MSI (s) (34:F8) [11:14:11:151]: Skipping action: VM_SetInventoryServicePorts (condition is false) MSI (s) (34:F8) [11:14:11:151]: Doing action: VM_LogInstallIntialize_SetData Action 11:14:11: VM_LogInstallIntialize_SetData. Action start 11:14:11: VM_LogInstallIntialize_SetData. MSI (s) (34:F8) [11:14:11:153]: PROPERTY CHANGE: Adding VM_LogInstallIntialize property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\;vim-is-install.log|JRE version;|Java Service Wrapper version;3.4.0|OpenSSL version;0.9.8.26'. Action ended 11:14:11: VM_LogInstallIntialize_SetData. Return value 1. MSI (s) (34:F8) [11:14:11:153]: Doing action: VM_LogInstallIntialize Action 11:14:11: VM_LogInstallIntialize. Action start 11:14:11: VM_LogInstallIntialize. MSI (s) (34:24) [11:14:11:162]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI6A.tmp, Entrypoint: VMLogInstallIntialize MSI (s) (34!AC) [11:14:11:198]: PROPERTY CHANGE: Adding INSTALL_HISTORY_LOG_FILE property. Its value is 'C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\vim-is-install.log'. Action ended 11:14:11: VM_LogInstallIntialize. Return value 1. MSI (s) (34:F8) [11:14:11:201]: Skipping action: AllocateRegistrySpace (condition is false) MSI (s) (34:F8) [11:14:11:201]: Doing action: ProcessComponents Action 11:14:11: ProcessComponents. Updating component registration Action start 11:14:11: ProcessComponents. Action 11:14:11: GenerateScript. Generating script operations for action: GenerateScript: Updating component registration Action ended 11:14:11: ProcessComponents. Return value 1. MSI (s) (34:F8) [11:14:11:209]: Doing action: UnpublishComponents Action 11:14:11: UnpublishComponents. Unpublishing Qualified Components Action start 11:14:11: UnpublishComponents. MSI (s) (34:F8) [11:14:11:211]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (34:F8) [11:14:11:211]: Note: 1: 2228 2: 3: PublishComponent 4: SELECT `PublishComponent`.`ComponentId`, `PublishComponent`.`Qualifier`, `PublishComponent`.`AppData`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `PublishComponent`, `Component`, `Feature` WHERE `PublishComponent`.`Component_` = `Component`.`Component` AND `PublishComponent`.`Feature_` = `Feature`.`Feature` AND (`Feature`.`Action` = 0 OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2))) Action ended 11:14:11: UnpublishComponents. Return value 0. MSI (s) (34:F8) [11:14:11:211]: Doing action: MsiUnpublishAssemblies Action 11:14:11: MsiUnpublishAssemblies. Unpublishing assembly information Action start 11:14:11: MsiUnpublishAssemblies. MSI (s) (34:F8) [11:14:11:213]: Note: 1: 2205 2: 3: MsiAssembly MSI (s) (34:F8) [11:14:11:213]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT null, null, `Component`.`Component`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `MsiAssembly`, `Component`, `Feature` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Feature_` = `Feature`.`Feature` AND `MsiAssembly`.`File_Application` = null AND (`Feature`.`Action` = 0 OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2))) Action ended 11:14:11: MsiUnpublishAssemblies. Return value 0. MSI (s) (34:F8) [11:14:11:213]: Doing action: UnpublishFeatures Action 11:14:11: UnpublishFeatures. Unpublishing product features Action start 11:14:11: UnpublishFeatures. Action ended 11:14:11: UnpublishFeatures. Return value 1. MSI (s) (34:F8) [11:14:11:215]: Skipping action: VM_ForceStopService.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:215]: Skipping action: VM_RbStopService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:215]: Skipping action: VM_RbStopService.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:215]: Skipping action: VM_StopService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:215]: Skipping action: VM_StopService.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:215]: Skipping action: VM_BeforeStopServices (condition is false) MSI (s) (34:F8) [11:14:11:215]: Doing action: StopServices Action 11:14:11: StopServices. Stopping services Action start 11:14:11: StopServices. MSI (s) (34:F8) [11:14:11:217]: Note: 1: 2205 2: 3: ServiceControl MSI (s) (34:F8) [11:14:11:217]: Note: 1: 2228 2: 3: ServiceControl 4: SELECT `Name`,`Wait`,`Arguments`,`Event`, `Action` FROM `ServiceControl`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 2) Action ended 11:14:11: StopServices. Return value 1. MSI (s) (34:F8) [11:14:11:217]: Skipping action: VM_RollbackUnregisterWithVC_SetData (condition is false) MSI (s) (34:F8) [11:14:11:217]: Skipping action: VM_RollbackUnregisterWithVC (condition is false) MSI (s) (34:F8) [11:14:11:217]: Skipping action: VM_UnregisterWithVC_SetData (condition is false) MSI (s) (34:F8) [11:14:11:217]: Skipping action: VM_UnregisterWithVC (condition is false) MSI (s) (34:F8) [11:14:11:217]: Doing action: DeleteServices Action 11:14:11: DeleteServices. Deleting services Action start 11:14:11: DeleteServices. MSI (s) (34:F8) [11:14:11:218]: Note: 1: 2205 2: 3: ServiceControl MSI (s) (34:F8) [11:14:11:218]: Note: 1: 2228 2: 3: ServiceControl 4: SELECT `Name`,`Wait`,`Arguments`,`Event`, `Action` FROM `ServiceControl`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 2) Action ended 11:14:11: DeleteServices. Return value 1. MSI (s) (34:F8) [11:14:11:219]: Skipping action: VM_UninstallService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:219]: Skipping action: VM_UninstallService.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:219]: Doing action: UnregisterComPlus Action 11:14:11: UnregisterComPlus. Unregistering COM+ Applications and Components Action start 11:14:11: UnregisterComPlus. MSI (s) (34:F8) [11:14:11:220]: Note: 1: 2205 2: 3: Complus MSI (s) (34:F8) [11:14:11:220]: Note: 1: 2228 2: 3: Complus 4: SELECT `ComponentId`, `FileName`, `Component`.`Directory_`, `ExpType`, `Component`.`Action`, `Component`.`Installed` FROM `Complus`, `Component`, `File` WHERE `Complus`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND `Action` = 0 Action ended 11:14:11: UnregisterComPlus. Return value 0. MSI (s) (34:F8) [11:14:11:221]: Skipping action: VM_UnRegisterLS_SetData.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:221]: Skipping action: VM_UnRegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:221]: Skipping action: VM_UnRegisterWithSSO_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:221]: Skipping action: VM_UnRegisterWithSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:221]: Doing action: SelfUnregModules Action 11:14:11: SelfUnregModules. Unregistering modules Action start 11:14:11: SelfUnregModules. MSI (s) (34:F8) [11:14:11:222]: Note: 1: 2205 2: 3: SelfReg MSI (s) (34:F8) [11:14:11:222]: Note: 1: 2228 2: 3: SelfReg 4: Select `File`.`FileName`,`Component`.`Directory_`,`Component`.`Installed`, `File`.`Component_`,`SelfReg`.`File_` From `SelfReg`, `File`, `Component` Where `SelfReg`.`File_` = `File`.`File` And `File`.`Component_` = `Component`.`Component` And `Component`.`Action` = 0 Action ended 11:14:11: SelfUnregModules. Return value 1. MSI (s) (34:F8) [11:14:11:222]: Doing action: UnregisterTypeLibraries Action 11:14:11: UnregisterTypeLibraries. Unregistering type libraries Action start 11:14:11: UnregisterTypeLibraries. MSI (s) (34:F8) [11:14:11:224]: Note: 1: 2205 2: 3: TypeLib MSI (s) (34:F8) [11:14:11:224]: Note: 1: 2228 2: 3: TypeLib 4: SELECT `LibID`, `TypeLib`.`Version`, `TypeLib`.`Language`, `TypeLib`.`Directory_`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `BinaryType`, `Component`.`Component`, `Component`.`Attributes` FROM `TypeLib`, `Component`, `File` WHERE `TypeLib`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Component`.`Action`=0) Action ended 11:14:11: UnregisterTypeLibraries. Return value 0. MSI (s) (34:F8) [11:14:11:224]: Doing action: RemoveODBC Action 11:14:11: RemoveODBC. Removing ODBC components Action start 11:14:11: RemoveODBC. MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2205 2: 3: ODBCDataSource MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND `Component`.`Action` = 0 AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2205 2: 3: ODBCDataSource MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND `Component`.`Action` = 0 AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2205 2: 3: ODBCTranslator MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCTranslator`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2205 2: 3: ODBCTranslator MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCTranslator`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2205 2: 3: ODBCDriver MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCDriver`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2205 2: 3: ODBCDriver MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCDriver`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:226]: Note: 1: 2711 2: ODBCDriverManager 1: Removing ODBC components MSI (s) (34:F8) [11:14:11:227]: Note: 1: 2711 2: ODBCDriverManager64 Action ended 11:14:11: RemoveODBC. Return value 1. MSI (s) (34:F8) [11:14:11:227]: Doing action: UnregisterFonts Action 11:14:11: UnregisterFonts. Unregistering fonts Action start 11:14:11: UnregisterFonts. MSI (s) (34:F8) [11:14:11:229]: Note: 1: 2205 2: 3: Font MSI (s) (34:F8) [11:14:11:229]: Note: 1: 2228 2: 3: Font 4: SELECT `FontTitle`, `FileName`, `Directory_`, `Installed`From `Font`, `FileAction` Where `Font`.`File_` = `FileAction`.`File` And `FileAction`.`Action` = 0 ORDER BY `FileAction`.`Directory_` Action ended 11:14:11: UnregisterFonts. Return value 1. MSI (s) (34:F8) [11:14:11:229]: Doing action: RemoveRegistryValues Action 11:14:11: RemoveRegistryValues. Removing system registry values Action start 11:14:11: RemoveRegistryValues. Action ended 11:14:11: RemoveRegistryValues. Return value 1. MSI (s) (34:F8) [11:14:11:231]: Doing action: UnregisterClassInfo Action 11:14:11: UnregisterClassInfo. Unregister class servers Action start 11:14:11: UnregisterClassInfo. MSI (s) (34:F8) [11:14:11:232]: Note: 1: 2205 2: 3: Class MSI (s) (34:F8) [11:14:11:232]: Note: 1: 2228 2: 3: Class 4: SELECT `BinaryType`, `CLSID`, `ProgId_Default`, `Class`.`Description`, `Context`, `Feature_`, `ComponentId`, `Component`, `Class`.`Attributes`, `AppId_`, `FileTypeMask`, `Icon_`, `IconIndex`, `DefInprocHandler`, `Argument`, `Component`.`RuntimeFlags`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action`, `Component`.`Attributes` FROM `Class`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2))) Action ended 11:14:11: UnregisterClassInfo. Return value 0. MSI (s) (34:F8) [11:14:11:233]: Doing action: UnregisterExtensionInfo Action 11:14:11: UnregisterExtensionInfo. Unregistering extension servers Action start 11:14:11: UnregisterExtensionInfo. MSI (s) (34:F8) [11:14:11:234]: Note: 1: 2205 2: 3: Extension MSI (s) (34:F8) [11:14:11:234]: Note: 1: 2228 2: 3: Extension 4: SELECT `Extension`, `BinaryType`, `ProgId_`, null, null, `MIME_`, `Feature_`, `ComponentId`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action` FROM `Extension`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2))) Action ended 11:14:11: UnregisterExtensionInfo. Return value 0. MSI (s) (34:F8) [11:14:11:234]: Doing action: UnregisterProgIdInfo Action 11:14:11: UnregisterProgIdInfo. Unregistering program identifiers Action start 11:14:11: UnregisterProgIdInfo. MSI (s) (34:F8) [11:14:11:236]: Note: 1: 2205 2: 3: ProgId MSI (s) (34:F8) [11:14:11:236]: Note: 1: 2228 2: 3: ProgId 4: SELECT DISTINCT `BinaryType`, `ProgId`, `Class_`, `ProgId`.`Description`, `ProgId`.`Icon_`, `ProgId`.`IconIndex`, null, `Component`.`RuntimeFlags` , `Component`.`Component`, `Component`.`Attributes` FROM `ProgId`, `Class`, `Feature`, `Component` WHERE `ProgId`.`Class_` = `Class`.`CLSID` AND `Class`.`Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2))) Action ended 11:14:11: UnregisterProgIdInfo. Return value 0. MSI (s) (34:F8) [11:14:11:237]: Doing action: UnregisterMIMEInfo Action 11:14:11: UnregisterMIMEInfo. Unregistering MIME info Action start 11:14:11: UnregisterMIMEInfo. MSI (s) (34:F8) [11:14:11:238]: Note: 1: 2205 2: 3: MIME MSI (s) (34:F8) [11:14:11:238]: Note: 1: 2228 2: 3: MIME 4: SELECT `BinaryType`, `ContentType`, `Extension`.`Extension`, `MIME`.`CLSID`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes` FROM `MIME`, `Extension`, `Feature`, `Component` WHERE `MIME`.`Extension_` = `Extension`.`Extension` AND `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2))) Action ended 11:14:11: UnregisterMIMEInfo. Return value 0. MSI (s) (34:F8) [11:14:11:238]: Doing action: RemoveIniValues Action 11:14:11: RemoveIniValues. Removing INI file entries Action start 11:14:11: RemoveIniValues. MSI (s) (34:F8) [11:14:11:240]: Note: 1: 2205 2: 3: IniFile MSI (s) (34:F8) [11:14:11:240]: Note: 1: 2228 2: 3: IniFile 4: SELECT `FileName`,`IniFile`.`DirProperty`,`Section`,`IniFile`.`Key`,`IniFile`.`Value`,`IniFile`.`Action` FROM `IniFile`, `Component` WHERE `Component`=`Component_` AND `Component`.`Action`=0 ORDER BY `FileName`,`Section` Action ended 11:14:11: RemoveIniValues. Return value 1. MSI (s) (34:F8) [11:14:11:240]: Doing action: RemoveShortcuts Action 11:14:11: RemoveShortcuts. Removing shortcuts Action start 11:14:11: RemoveShortcuts. Action ended 11:14:11: RemoveShortcuts. Return value 1. MSI (s) (34:F8) [11:14:11:242]: Doing action: RemoveEnvironmentStrings Action 11:14:11: RemoveEnvironmentStrings. Updating environment strings Action start 11:14:11: RemoveEnvironmentStrings. MSI (s) (34:F8) [11:14:11:244]: Note: 1: 2205 2: 3: Environment MSI (s) (34:F8) [11:14:11:244]: Note: 1: 2228 2: 3: Environment 4: SELECT `Name`,`Value` FROM `Environment`,`Component` WHERE `Component_`=`Component` AND (`Component`.`Action` = 0) Action ended 11:14:11: RemoveEnvironmentStrings. Return value 1. MSI (s) (34:F8) [11:14:11:244]: Doing action: RemoveDuplicateFiles Action 11:14:11: RemoveDuplicateFiles. Removing duplicated files Action start 11:14:11: RemoveDuplicateFiles. Action ended 11:14:11: RemoveDuplicateFiles. Return value 1. MSI (s) (34:F8) [11:14:11:246]: Skipping action: VM_DeleteDirectoriesTomcat_SetData (condition is false) MSI (s) (34:F8) [11:14:11:246]: Skipping action: VM_DeleteDirectoriesTomcat (condition is false) MSI (s) (34:F8) [11:14:11:246]: Doing action: RemoveFiles Action 11:14:11: RemoveFiles. Removing files Action start 11:14:11: RemoveFiles. MSI (s) (34:F8) [11:14:11:248]: Note: 1: 2205 2: 3: RemoveFile MSI (s) (34:F8) [11:14:11:248]: Note: 1: 2205 2: 3: RemoveFile Action ended 11:14:11: RemoveFiles. Return value 0. MSI (s) (34:F8) [11:14:11:248]: Doing action: RemoveFolders Action 11:14:11: RemoveFolders. Removing folders Action start 11:14:11: RemoveFolders. Action ended 11:14:11: RemoveFolders. Return value 1. MSI (s) (34:F8) [11:14:11:250]: Doing action: CreateFolders Action 11:14:11: CreateFolders. Creating folders Action start 11:14:11: CreateFolders. MSI (s) (34:F8) [11:14:11:252]: Using well known SID for Administrators MSI (s) (34:F8) [11:14:11:252]: Finished allocating new user SID MSI (s) (34:F8) [11:14:11:252]: Using well known SID for System MSI (s) (34:F8) [11:14:11:252]: Finished allocating new user SID CreateFolders: Folder: Creating folders MSI (s) (34:F8) [11:14:11:253]: Using well known SID for Everyone MSI (s) (34:F8) [11:14:11:253]: Finished allocating new user SID Action ended 11:14:11: CreateFolders. Return value 1. MSI (s) (34:F8) [11:14:11:254]: Doing action: MoveFiles Action 11:14:11: MoveFiles. Moving files Action start 11:14:11: MoveFiles. Action ended 11:14:11: MoveFiles. Return value 1. MSI (s) (34:F8) [11:14:11:256]: Doing action: InstallFiles Action 11:14:11: InstallFiles. Copying new files Action start 11:14:11: InstallFiles. InstallFiles: File: Copying new files, Directory: , Size: MSI (s) (34:F8) [11:14:11:272]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile MSI (s) (34:F8) [11:14:11:272]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ? MSI (s) (34:F8) [11:14:11:272]: Note: 1: 2205 2: 3: MsiSFCBypass MSI (s) (34:F8) [11:14:11:272]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? MSI (s) (34:F8) [11:14:11:272]: Note: 1: 2205 2: 3: MsiPatchHeaders MSI (s) (34:F8) [11:14:11:272]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ? MSI (s) (34:F8) [11:14:11:273]: Note: 1: 2205 2: 3: MsiDigitalSignature MSI (s) (34:F8) [11:14:11:273]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (34:F8) [11:14:11:273]: Note: 1: 2205 2: 3: MsiPatchHeaders MSI (s) (34:F8) [11:14:11:273]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (34:F8) [11:14:11:286]: Note: 1: 2205 2: 3: MsiDigitalSignature MSI (s) (34:F8) [11:14:11:286]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (34:F8) [11:14:11:292]: Transforming table Property.
MSI (s) (34:F8) [11:14:11:317]: Transforming table Property.
MSI (s) (34:F8) [11:14:11:517]: Transforming table Property.
MSI (s) (34:F8) [11:14:11:519]: Transforming table Property.
MSI (s) (34:F8) [11:14:11:520]: Transforming table Property.
Action ended 11:14:11: InstallFiles. Return value 1. MSI (s) (34:F8) [11:14:11:522]: Doing action: PatchFiles Action 11:14:11: PatchFiles. Patching files Action start 11:14:11: PatchFiles. Action ended 11:14:11: PatchFiles. Return value 1. MSI (s) (34:F8) [11:14:11:524]: Skipping action: VM_GenerateSSLKeys_SetData (condition is false) MSI (s) (34:F8) [11:14:11:524]: Skipping action: VM_GenerateSSLKeys (condition is false) MSI (s) (34:F8) [11:14:11:524]: Skipping action: VM_LockSSLKeys_SetData (condition is false) MSI (s) (34:F8) [11:14:11:524]: Skipping action: VM_LockSSLKeys (condition is false) MSI (s) (34:F8) [11:14:11:524]: Doing action: VM_UpdateServiceWrapperConfigFile_SetData Action 11:14:11: VM_UpdateServiceWrapperConfigFile_SetData. Action start 11:14:11: VM_UpdateServiceWrapperConfigFile_SetData. MSI (s) (34:F8) [11:14:11:524]: PROPERTY CHANGE: Adding VM_UpdateServiceWrapperConfigFile property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf;1;0;C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\;"C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\";C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\;3072'. Action ended 11:14:11: VM_UpdateServiceWrapperConfigFile_SetData. Return value 1. MSI (s) (34:F8) [11:14:11:525]: Doing action: VM_UpdateServiceWrapperConfigFile Action 11:14:11: VM_UpdateServiceWrapperConfigFile. Action start 11:14:11: VM_UpdateServiceWrapperConfigFile. VM_UpdateServiceWrapperConfigFile: Action ended 11:14:11: VM_UpdateServiceWrapperConfigFile. Return value 1. MSI (s) (34:F8) [11:14:11:550]: Skipping action: VM_UpdateQueryServiceProperties_SetData (condition is false) MSI (s) (34:F8) [11:14:11:550]: Skipping action: VM_UpdateQueryServiceProperties (condition is false) MSI (s) (34:F8) [11:14:11:550]: Skipping action: VM_UpdateInventoryServiceSSOData_SetData (condition is false) MSI (s) (34:F8) [11:14:11:550]: Skipping action: VM_UpdateInventoryServiceSSOData (condition is false) MSI (s) (34:F8) [11:14:11:550]: Doing action: VM_LockdownFilePermissions_SetData Action 11:14:11: VM_LockdownFilePermissions_SetData. Action start 11:14:11: VM_LockdownFilePermissions_SetData. MSI (s) (34:F8) [11:14:11:552]: PROPERTY CHANGE: Adding VM_LockdownFilePermissions property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf|Administrators:268435456;C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe|Administrators:268435456;C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\dataservice.properties|Administrators:268435456;'. Action ended 11:14:11: VM_LockdownFilePermissions_SetData. Return value 1. MSI (s) (34:F8) [11:14:11:552]: Doing action: VM_LockdownFilePermissions Action 11:14:11: VM_LockdownFilePermissions. Action start 11:14:11: VM_LockdownFilePermissions. VM_LockdownFilePermissions: Action ended 11:14:11: VM_LockdownFilePermissions. Return value 1. MSI (s) (34:F8) [11:14:11:583]: Skipping action: VM_CreateXdbDatabase_SetData (condition is false) MSI (s) (34:F8) [11:14:11:583]: Skipping action: VM_CreateXdbDatabase (condition is false) MSI (s) (34:F8) [11:14:11:583]: Doing action: VM_ConvertHostNameToIP Action 11:14:11: VM_ConvertHostNameToIP. Action start 11:14:11: VM_ConvertHostNameToIP. MSI (s) (34:60) [11:14:11:594]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI221.tmp, Entrypoint: VMConvertHostNameToIP Action ended 11:14:11: VM_ConvertHostNameToIP. Return value 1. MSI (s) (34:F8) [11:14:11:621]: Skipping action: VM_RegisterWithVC_SetData (condition is false) MSI (s) (34:F8) [11:14:11:621]: Skipping action: VM_RegisterWithVC (condition is false) MSI (s) (34:F8) [11:14:11:621]: Skipping action: VM_RollbackOpenFirewalls_SetData (condition is false) MSI (s) (34:F8) [11:14:11:621]: Skipping action: VM_RollbackOpenFirewalls (condition is false) MSI (s) (34:F8) [11:14:11:621]: Skipping action: VM_OpenFirewalls_SetData (condition is false) MSI (s) (34:F8) [11:14:11:621]: Skipping action: VM_OpenFirewalls (condition is false) MSI (s) (34:F8) [11:14:11:621]: Doing action: DuplicateFiles Action 11:14:11: DuplicateFiles. Creating duplicate files Action start 11:14:11: DuplicateFiles. Action ended 11:14:11: DuplicateFiles. Return value 1. MSI (s) (34:F8) [11:14:11:623]: Doing action: BindImage Action 11:14:11: BindImage. Binding executables Action start 11:14:11: BindImage. Action ended 11:14:11: BindImage. Return value 1. MSI (s) (34:F8) [11:14:11:625]: Doing action: CreateShortcuts Action 11:14:11: CreateShortcuts. Creating shortcuts Action start 11:14:11: CreateShortcuts. CreateShortcuts: Shortcut: Creating shortcuts MSI (s) (34:F8) [11:14:11:628]: Note: 1: 2205 2: 3: MsiShortcutProperty MSI (s) (34:F8) [11:14:11:628]: Note: 1: 2205 2: 3: MsiShortcutProperty Action ended 11:14:11: CreateShortcuts. Return value 1. MSI (s) (34:F8) [11:14:11:629]: Doing action: RegisterClassInfo Action 11:14:11: RegisterClassInfo. Registering class servers Action start 11:14:11: RegisterClassInfo. MSI (s) (34:F8) [11:14:11:631]: Note: 1: 2205 2: 3: Class MSI (s) (34:F8) [11:14:11:631]: Note: 1: 2228 2: 3: Class 4: SELECT `BinaryType`, `CLSID`, `ProgId_Default`, `Class`.`Description`, `Context`, `Feature_`, `ComponentId`, `Component`, `Class`.`Attributes`, `AppId_`, `FileTypeMask`, `Icon_`, `IconIndex`, `DefInprocHandler`, `Argument`, `Component`.`RuntimeFlags`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action`, `Component`.`Attributes` FROM `Class`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))) Action ended 11:14:11: RegisterClassInfo. Return value 0. MSI (s) (34:F8) [11:14:11:632]: Doing action: RegisterExtensionInfo Action 11:14:11: RegisterExtensionInfo. Registering extension servers Action start 11:14:11: RegisterExtensionInfo. MSI (s) (34:F8) [11:14:11:633]: Note: 1: 2205 2: 3: Extension MSI (s) (34:F8) [11:14:11:633]: Note: 1: 2228 2: 3: Extension 4: SELECT `Extension`, `BinaryType`, `ProgId_`, null, null, `MIME_`, `Feature_`, `ComponentId`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action` FROM `Extension`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))) Action ended 11:14:11: RegisterExtensionInfo. Return value 0. MSI (s) (34:F8) [11:14:11:633]: Doing action: RegisterProgIdInfo Action 11:14:11: RegisterProgIdInfo. Registering program identifiers Action start 11:14:11: RegisterProgIdInfo. MSI (s) (34:F8) [11:14:11:635]: Note: 1: 2205 2: 3: ProgId MSI (s) (34:F8) [11:14:11:635]: Note: 1: 2228 2: 3: ProgId 4: SELECT DISTINCT `BinaryType`, `ProgId`, `Class_`, `ProgId`.`Description`, `ProgId`.`Icon_`, `ProgId`.`IconIndex`, null, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes` FROM `ProgId`, `Class`, `Feature`, `Component` WHERE `ProgId`.`Class_` = `Class`.`CLSID` AND `Class`.`Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))) Action ended 11:14:11: RegisterProgIdInfo. Return value 0. MSI (s) (34:F8) [11:14:11:635]: Doing action: RegisterMIMEInfo Action 11:14:11: RegisterMIMEInfo. Registering MIME info Action start 11:14:11: RegisterMIMEInfo. MSI (s) (34:F8) [11:14:11:637]: Note: 1: 2205 2: 3: MIME MSI (s) (34:F8) [11:14:11:637]: Note: 1: 2228 2: 3: MIME 4: SELECT `BinaryType`, `ContentType`, `Extension`.`Extension`, `MIME`.`CLSID`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes` FROM `MIME`, `Extension`, `Feature`, `Component` WHERE `MIME`.`Extension_` = `Extension`.`Extension` AND `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))) Action ended 11:14:11: RegisterMIMEInfo. Return value 0. MSI (s) (34:F8) [11:14:11:638]: Doing action: WriteRegistryValues Action 11:14:11: WriteRegistryValues. Writing system registry values Action start 11:14:11: WriteRegistryValues. WriteRegistryValues: Key: Writing system registry values, Name: , Value: Action ended 11:14:11: WriteRegistryValues. Return value 1. MSI (s) (34:F8) [11:14:11:644]: Doing action: WriteIniValues Action 11:14:11: WriteIniValues. Writing INI file values Action start 11:14:11: WriteIniValues. MSI (s) (34:F8) [11:14:11:646]: Note: 1: 2205 2: 3: IniFile MSI (s) (34:F8) [11:14:11:646]: Note: 1: 2228 2: 3: IniFile 4: SELECT `FileName`,`IniFile`.`DirProperty`,`Section`,`IniFile`.`Key`,`IniFile`.`Value`,`IniFile`.`Action` FROM `IniFile`, `Component` WHERE `Component`=`Component_` AND (`Component`.`Action`=1 OR `Component`.`Action`=2) ORDER BY `FileName`,`Section` Action ended 11:14:11: WriteIniValues. Return value 1. MSI (s) (34:F8) [11:14:11:647]: Doing action: WriteEnvironmentStrings Action 11:14:11: WriteEnvironmentStrings. Updating environment strings Action start 11:14:11: WriteEnvironmentStrings. MSI (s) (34:F8) [11:14:11:649]: Note: 1: 2205 2: 3: Environment MSI (s) (34:F8) [11:14:11:649]: Note: 1: 2228 2: 3: Environment 4: SELECT `Name`,`Value` FROM `Environment`,`Component` WHERE `Component_`=`Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) Action ended 11:14:11: WriteEnvironmentStrings. Return value 1. MSI (s) (34:F8) [11:14:11:649]: Doing action: RegisterFonts Action 11:14:11: RegisterFonts. Registering fonts Action start 11:14:11: RegisterFonts. MSI (s) (34:F8) [11:14:11:651]: Note: 1: 2205 2: 3: Font MSI (s) (34:F8) [11:14:11:651]: Note: 1: 2228 2: 3: Font 4: SELECT `FontTitle`, `FileName`, `Directory_`, `Action` From `Font`, `FileAction` Where `Font`.`File_` = `FileAction`.`File` And (`FileAction`.`Action` = 1 Or `FileAction`.`Action` = 2) ORDER BY `FileAction`.`Directory_` Action ended 11:14:11: RegisterFonts. Return value 1. MSI (s) (34:F8) [11:14:11:651]: Skipping action: VM_StartTomcatService_SetData (condition is false) MSI (s) (34:F8) [11:14:11:651]: Skipping action: VM_StartTomcatService (condition is false) MSI (s) (34:F8) [11:14:11:651]: Doing action: InstallODBC Action 11:14:11: InstallODBC. Installing ODBC components Action start 11:14:11: InstallODBC. MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2711 2: ODBCDriverManager MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2711 2: ODBCDriverManager64 MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2205 2: 3: ODBCDriver MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCDriver`, `File`, `Component` WHERE `File_` = `File` AND `ODBCDriver`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2205 2: 3: ODBCDriver MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCDriver`, `File`, `Component` WHERE `File_` = `File` AND `ODBCDriver`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2205 2: 3: ODBCTranslator MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCTranslator`, `File`, `Component` WHERE `File_` = `File` AND `ODBCTranslator`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2205 2: 3: ODBCTranslator MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCTranslator`, `File`, `Component` WHERE `File_` = `File` AND `ODBCTranslator`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2205 2: 3: ODBCDataSource MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND `BinaryType` = ? MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2205 2: 3: ODBCDataSource MSI (s) (34:F8) [11:14:11:653]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND `BinaryType` = ? Action ended 11:14:11: InstallODBC. Return value 0. MSI (s) (34:F8) [11:14:11:653]: Doing action: RegisterTypeLibraries Action 11:14:11: RegisterTypeLibraries. Registering type libraries Action start 11:14:11: RegisterTypeLibraries. MSI (s) (34:F8) [11:14:11:655]: Note: 1: 2205 2: 3: TypeLib MSI (s) (34:F8) [11:14:11:655]: Note: 1: 2228 2: 3: TypeLib 4: SELECT `LibID`, `TypeLib`.`Version`, `TypeLib`.`Language`, `TypeLib`.`Directory_`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `BinaryType`, `Component`.`Component`, `Component`.`Attributes`, `Component`.`RuntimeFlags` FROM `TypeLib`, `Component`, `File` WHERE `TypeLib`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Component`.`Action`=1 OR `Component`.`Action`=2) OR (`Component`.`Action` = null AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2))) Action ended 11:14:11: RegisterTypeLibraries. Return value 0. MSI (s) (34:F8) [11:14:11:655]: Doing action: SelfRegModules Action 11:14:11: SelfRegModules. Registering modules Action start 11:14:11: SelfRegModules. MSI (s) (34:F8) [11:14:11:656]: Note: 1: 2205 2: 3: SelfReg MSI (s) (34:F8) [11:14:11:656]: Note: 1: 2228 2: 3: SelfReg 4: Select `FileAction`.`FileName`,`FileAction`.`Directory_`,`FileAction`.`Action`, `FileAction`.`Component_`,`SelfReg`.`File_` From `SelfReg`, `FileAction` Where `SelfReg`.`File_` = `FileAction`.`File` And (`FileAction`.`Action` = 1 OR `FileAction`.`Action` = 2) Action ended 11:14:11: SelfRegModules. Return value 1. MSI (s) (34:F8) [11:14:11:657]: Doing action: RegisterComPlus Action 11:14:11: RegisterComPlus. Registering COM+ Applications and Components Action start 11:14:11: RegisterComPlus. MSI (s) (34:F8) [11:14:11:658]: Note: 1: 2205 2: 3: Complus MSI (s) (34:F8) [11:14:11:658]: Note: 1: 2228 2: 3: Complus 4: SELECT `ComponentId`, `FileName`, `Component`.`Directory_`, `ExpType`, `Component`.`Action`, `Component`.`Installed` FROM `Complus`, `Component`, `File` WHERE `Complus`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Action` = 1 OR `Action` = 2) Action ended 11:14:11: RegisterComPlus. Return value 0. MSI (s) (34:F8) [11:14:11:659]: Doing action: InstallServices Action 11:14:11: InstallServices. Installing new services Action start 11:14:11: InstallServices. MSI (s) (34:F8) [11:14:11:660]: Detected older ServiceInstall table schema MSI (s) (34:F8) [11:14:11:660]: Note: 1: 2205 2: 3: ServiceInstall MSI (s) (34:F8) [11:14:11:660]: Note: 1: 2228 2: 3: ServiceInstall 4: SELECT `ServiceInstall`,`Name`,`DisplayName`,`ServiceType`,`StartType`,`ErrorControl`,`LoadOrderGroup`,`Dependencies`,`StartName`,`Password`,`ComponentId`,`Directory_`,`FileName`,`Arguments` FROM `ServiceInstall`, `Component`, `File` WHERE `ServiceInstall`.`Component_` = `Component`.`Component` AND (`Component`.`KeyPath` = `File`.`File`) AND (`Action` = 1 OR `Action` = 2) Action ended 11:14:11: InstallServices. Return value 1. MSI (s) (34:F8) [11:14:11:661]: Skipping action: VM_InstallService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:661]: Skipping action: VM_InstallService.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:11:661]: Doing action: MsiConfigureServices Action 11:14:11: MsiConfigureServices. Action start 11:14:11: MsiConfigureServices. MSI (s) (34:F8) [11:14:11:662]: Note: 1: 2205 2: 3: MsiServiceConfig MSI (s) (34:F8) [11:14:11:662]: Note: 1: 2228 2: 3: MsiServiceConfig 4: SELECT `Name`, `Event`, `ConfigType`, `Argument`, `Action` FROM `MsiServiceConfig`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 3) MSI (s) (34:F8) [11:14:11:662]: Note: 1: 2205 2: 3: MsiServiceConfigFailureActions MSI (s) (34:F8) [11:14:11:662]: Note: 1: 2228 2: 3: MsiServiceConfigFailureActions 4: SELECT `Name`, `Event`, `ResetPeriod`, `RebootMessage`,`Command`, `Actions`, `DelayActions`, `Action` FROM `MsiServiceConfigFailureActions`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 3) Action ended 11:14:11: MsiConfigureServices. Return value 1. MSI (s) (34:F8) [11:14:11:662]: Doing action: VM_ModifyLogForJ_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:14:11: VM_ModifyLogForJ_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Action start 11:14:11: VM_ModifyLogForJ_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. MSI (s) (34:F8) [11:14:11:664]: PROPERTY CHANGE: Adding VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E property. Its value is 'C:\Program Files\VMware\Infrastructure\Inventory Service\sso\log4j.xml;C:\Users\a-tluk\AppData\Local\Temp\'. Action ended 11:14:11: VM_ModifyLogForJ_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 1. MSI (s) (34:F8) [11:14:11:664]: Doing action: VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Action 11:14:11: VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Configuring log4j path Action start 11:14:11: VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. 1: Configuring log4j path Action ended 11:14:11: VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Return value 1. MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RollbakRegisterSSO_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RollbakRegisterSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RegisterSSO_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RegisterSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RollbakRegisterLS_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RollbakRegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RegisterLS_Data.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Skipping action: VM_RegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:11:669]: Doing action: StartServices Action 11:14:11: StartServices. Starting services Action start 11:14:11: StartServices. MSI (s) (34:F8) [11:14:11:671]: Note: 1: 2205 2: 3: ServiceControl MSI (s) (34:F8) [11:14:11:671]: Note: 1: 2228 2: 3: ServiceControl 4: SELECT `Name`,`Wait`,`Arguments`,`Event`, `Action` FROM `ServiceControl`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 2) Action ended 11:14:11: StartServices. Return value 1. MSI (s) (34:F8) [11:14:11:671]: Skipping action: VM_AfterStartServices (condition is false) MSI (s) (34:F8) [11:14:11:671]: Doing action: VM_StartService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:14:11: VM_StartService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:14:11: VM_StartService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48. MSI (s) (34:F8) [11:14:11:673]: PROPERTY CHANGE: Adding VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'vimQueryService;1'. Action ended 11:14:11: VM_StartService_SetData.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (s) (34:F8) [11:14:11:673]: Doing action: VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:14:11: VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:14:11: VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48. VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48: Action ended 11:14:11: VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (s) (34:F8) [11:14:11:707]: Doing action: VM_StartServicesDeferred_SetData Action 11:14:11: VM_StartServicesDeferred_SetData. Action start 11:14:11: VM_StartServicesDeferred_SetData. MSI (s) (34:F8) [11:14:11:709]: PROPERTY CHANGE: Adding VM_StartServicesDeferred property. Its value is 'vimPBSM;vctomcat;vpxd;vimQueryService|600'. Action ended 11:14:11: VM_StartServicesDeferred_SetData. Return value 1. MSI (s) (34:F8) [11:14:11:710]: Doing action: VM_StartServicesDeferred Action 11:14:11: VM_StartServicesDeferred. Action start 11:14:11: VM_StartServicesDeferred. VM_StartServicesDeferred: Action ended 11:14:11: VM_StartServicesDeferred. Return value 1. MSI (s) (34:F8) [11:14:11:744]: Skipping action: VM_CloseFirewalls_SetData (condition is false) MSI (s) (34:F8) [11:14:11:744]: Skipping action: VM_CloseFirewalls (condition is false) MSI (s) (34:F8) [11:14:11:744]: Doing action: RegisterUser Action 11:14:11: RegisterUser. Registering user Action start 11:14:11: RegisterUser. Action ended 11:14:11: RegisterUser. Return value 0. MSI (s) (34:F8) [11:14:11:745]: Doing action: RegisterProduct Action 11:14:11: RegisterProduct. Registering product Action start 11:14:11: RegisterProduct. MSI (s) (34:F8) [11:14:11:745]: Note: 1: 2205 2: 3: MsiDigitalSignature RegisterProduct: Registering product MSI (s) (34:F8) [11:14:11:745]: Re-registering product - performing upgrade of existing installation. MSI (s) (34:F8) [11:14:11:745]: Resolving source. MSI (s) (34:F8) [11:14:11:745]: Resolving source to launched-from source. MSI (s) (34:F8) [11:14:11:745]: Setting launched-from source as last-used. MSI (s) (34:F8) [11:14:11:745]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\'. MSI (s) (34:F8) [11:14:11:745]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\'. MSI (s) (34:F8) [11:14:11:745]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}'. MSI (s) (34:F8) [11:14:11:745]: SOURCEDIR ==> Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\ MSI (s) (34:F8) [11:14:11:745]: SOURCEDIR product ==> {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} MSI (s) (34:F8) [11:14:11:745]: SECREPAIR: CryptAcquireContext succeeded MSI (s) (34:F8) [11:14:11:745]: Determining source type MSI (s) (34:F8) [11:14:11:749]: Source type from package 'VMware vCenter Inventory Service.msi': 0 MSI (s) (34:F8) [11:14:11:751]: SECREPAIR: Hash Database: C:\Windows\Installer\SourceHash{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} MSI (s) (34:F8) [11:14:12:899]: SECREPAIR: filename: VMware vCenter Inventory Service.msi Stored Hash Value:lBzByGblNznNr4t547dq+6YyG9861BxSJ4jWCyGYPFA= Current Hash:1EN/uOOzeMufUpbw/BBzUixWlek92PvDDiOM4URvWQw= MSI (s) (34:F8) [11:14:12:899]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (34:F8) [11:14:12:899]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (34:F8) [11:14:12:900]: Source path resolution complete. Dumping Directory table... MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: TARGETDIR , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\ , LongSubPath: , ShortSubPath: MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: WindowsFolder , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\ , LongSubPath: , ShortSubPath: MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files\ , LongSubPath: Program Files\ , ShortSubPath: xlqr-nev\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: VMWARE.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files\VMware\ , LongSubPath: Program Files\VMware\ , ShortSubPath: xlqr-nev\VMware\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: INFRASTRUCTURE.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files\VMware\Infrastructure\ , LongSubPath: Program Files\VMware\Infrastructure\ , ShortSubPath: xlqr-nev\VMware\sfqvhu-o\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: USERPROFILE , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: SystemFolder , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\System32\ , LongSubPath: System32\ , ShortSubPath: MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: ProgramMenuFolder , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Programs\ , LongSubPath: Programs\ , ShortSubPath: MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: VMwareStartMenuFolder , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Programs\VMware\ , LongSubPath: Programs\VMware\ , ShortSubPath: MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: ProgramFilesFolder , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: VMware.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\program files\VMware\ , LongSubPath: program files\VMware\ , ShortSubPath: PROGRA~1\VMware\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: Infrastructure.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\program files\VMware\Infrastructure\ , LongSubPath: program files\VMware\Infrastructure\ , ShortSubPath: PROGRA~1\VMware\INFRAS~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: SSOREGTOOL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\program files\VMware\Infrastructure\SSORegTool\ , LongSubPath: program files\VMware\Infrastructure\SSORegTool\ , ShortSubPath: PROGRA~1\VMware\INFRAS~1\SSOREG~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: CommonAppDataFolder , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\CommonAppData\ , LongSubPath: CommonAppData\ , ShortSubPath: Common~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: VMWARE_ALLUSER_DATA , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\CommonAppData\VMware\ , LongSubPath: CommonAppData\VMware\ , ShortSubPath: Common~1\VMware\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: VMWARE_TRUST_STORE , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\CommonAppData\VMware\SSL\ , LongSubPath: CommonAppData\VMware\SSL\ , ShortSubPath: Common~1\VMware\SSL\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: INFRASTRUCTURE1 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\CommonAppData\VMware\Infrastructure\ , LongSubPath: CommonAppData\VMware\Infrastructure\ , ShortSubPath: Common~1\VMware\INFRAS~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: QUERY_SERVICE1 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\CommonAppData\VMware\Infrastructure\Inventory Service\ , LongSubPath: CommonAppData\VMware\Infrastructure\Inventory Service\ , ShortSubPath: Common~1\VMware\INFRAS~1\INVENT~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: SSL_DATA_DIR , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\CommonAppData\VMware\Infrastructure\Inventory Service\ssl\ , LongSubPath: CommonAppData\VMware\Infrastructure\Inventory Service\ssl\ , ShortSubPath: Common~1\VMware\INFRAS~1\INVENT~1\ssl\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: LOGS , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\CommonAppData\VMware\Infrastructure\Inventory Service\Logs\ , LongSubPath: CommonAppData\VMware\Infrastructure\Inventory Service\Logs\ , ShortSubPath: Common~1\VMware\INFRAS~1\INVENT~1\Logs\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: ProgramFiles64Folder , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\ , LongSubPath: Program Files 64\ , ShortSubPath: Prog64~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: VMWARE , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\ , LongSubPath: Program Files 64\VMware\ , ShortSubPath: Prog64~1\VMware\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: INFRASTRUCTURE , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\ , LongSubPath: Program Files 64\VMware\Infrastructure\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: INSTALLDIR , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\ , LongSubPath: Program Files 64\VMware\Infrastructure\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: ISYourDataBaseDir , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Database\ , LongSubPath: Program Files 64\VMware\Infrastructure\Database\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\Database\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: DATABASEDIR , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Database\ , LongSubPath: Program Files 64\VMware\Infrastructure\Database\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\Database\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: QUERY_SERVICE , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: WRAPPER.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\Wrapper\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: INSTALLDIR.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\Wrapper\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: LOGS.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\logs\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\logs\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\Wrapper\logs\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: LIB.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\lib\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\lib\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\Wrapper\lib\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: BIN.C511B885_94BA_488E_837C_0FB2997DEA48 , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\bin\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\Wrapper\bin\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\Wrapper\bin\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: SSO , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\sso\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\sso\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\sso\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\sso\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\sso\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\sso\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\sso\lib\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\sso\lib\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\sso\lib\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: SCRIPTS , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\scripts\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\scripts\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\scripts\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: ENDPOINTS , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\endpoints\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\endpoints\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: DATA , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\data\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\data\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\data\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: LIB , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\lib\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\lib\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\lib\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: SERVER , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\lib\server\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\lib\server\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\lib\server\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: CONFIG , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\lib\server\config\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\lib\server\config\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\lib\server\config\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: CONF , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\conf\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\conf\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\conf\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: BIN , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\Program Files 64\VMware\Infrastructure\Inventory Service\bin\ , LongSubPath: Program Files 64\VMware\Infrastructure\Inventory Service\bin\ , ShortSubPath: Prog64~1\VMware\INFRAS~1\INVENT~1\bin\ MSI (s) (34:F8) [11:14:12:900]: Dir (source): Key: ALLUSERSPROFILE , Object: Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\ Action ended 11:14:12: RegisterProduct. Return value 1. MSI (s) (34:F8) [11:14:12:902]: Doing action: PublishComponents Action 11:14:12: PublishComponents. Publishing qualified components Action start 11:14:12: PublishComponents. MSI (s) (34:F8) [11:14:12:904]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (34:F8) [11:14:12:904]: Note: 1: 2228 2: 3: PublishComponent 4: SELECT `PublishComponent`.`ComponentId`, `PublishComponent`.`Qualifier`, `PublishComponent`.`AppData`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `PublishComponent`, `Component`, `Feature` WHERE `PublishComponent`.`Component_` = `Component`.`Component` AND `PublishComponent`.`Feature_` = `Feature`.`Feature` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))) Action ended 11:14:12: PublishComponents. Return value 0. MSI (s) (34:F8) [11:14:12:904]: Doing action: MsiPublishAssemblies Action 11:14:12: MsiPublishAssemblies. Publishing assembly information Action start 11:14:12: MsiPublishAssemblies. MSI (s) (34:F8) [11:14:12:906]: Note: 1: 2205 2: 3: MsiAssembly MSI (s) (34:F8) [11:14:12:906]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT null, null, `Component`.`Component`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `MsiAssembly`, `Component`, `Feature` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Feature_` = `Feature`.`Feature` AND `MsiAssembly`.`File_Application` = null AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))) Action ended 11:14:12: MsiPublishAssemblies. Return value 0. MSI (s) (34:F8) [11:14:12:907]: Doing action: PublishFeatures Action 11:14:12: PublishFeatures. Publishing product features Action start 11:14:12: PublishFeatures. PublishFeatures: Feature: Publishing product features Action ended 11:14:12: PublishFeatures. Return value 1. MSI (s) (34:F8) [11:14:12:910]: Doing action: PublishProduct Action 11:14:12: PublishProduct. Publishing product information Action start 11:14:12: PublishProduct. 1: Publishing product information MSI (s) (34:F8) [11:14:12:913]: Re-publishing product - installing new package with existing product code. Action ended 11:14:12: PublishProduct. Return value 1. MSI (s) (34:F8) [11:14:12:914]: Skipping action: ScheduleReboot (condition is false) MSI (s) (34:F8) [11:14:12:914]: Doing action: IsSetupFilesCleanup Action 11:14:12: IsSetupFilesCleanup. Action start 11:14:12: IsSetupFilesCleanup. Action ended 11:14:12: IsSetupFilesCleanup. Return value 0. MSI (s) (34:F8) [11:14:12:916]: Skipping action: VMCleanupFiles.A9CB5780_44DC_4E23_90AB_73863DCC4F8E (condition is false) MSI (s) (34:F8) [11:14:12:916]: Doing action: VM_WriteRegistry.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:14:12: VM_WriteRegistry.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:14:12: VM_WriteRegistry.C511B885_94BA_488E_837C_0FB2997DEA48. VM_WriteRegistry.C511B885_94BA_488E_837C_0FB2997DEA48: Action ended 11:14:12: VM_WriteRegistry.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (s) (34:F8) [11:14:12:949]: Skipping action: VM_RemoveRegistry.C511B885_94BA_488E_837C_0FB2997DEA48 (condition is false) MSI (s) (34:F8) [11:14:12:949]: Doing action: VM_UpdateBatchFile_SetData.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:14:12: VM_UpdateBatchFile_SetData.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:14:12: VM_UpdateBatchFile_SetData.C511B885_94BA_488E_837C_0FB2997DEA48. MSI (s) (34:F8) [11:14:12:951]: PROPERTY CHANGE: Adding VM_UpdateBatchFile.C511B885_94BA_488E_837C_0FB2997DEA48 property. Its value is 'ReinstallService.bat;C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe;../../conf/wrapper.conf'. Action ended 11:14:12: VM_UpdateBatchFile_SetData.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (s) (34:F8) [11:14:12:951]: Doing action: VM_UpdateBatchFile.C511B885_94BA_488E_837C_0FB2997DEA48 Action 11:14:12: VM_UpdateBatchFile.C511B885_94BA_488E_837C_0FB2997DEA48. Action start 11:14:12: VM_UpdateBatchFile.C511B885_94BA_488E_837C_0FB2997DEA48. VM_UpdateBatchFile.C511B885_94BA_488E_837C_0FB2997DEA48: Action ended 11:14:12: VM_UpdateBatchFile.C511B885_94BA_488E_837C_0FB2997DEA48. Return value 1. MSI (s) (34:F8) [11:14:12:981]: Doing action: InstallFinalize Action 11:14:12: InstallFinalize. Action start 11:14:12: InstallFinalize. MSI (s) (34:F8) [11:14:12:983]: Running Script: C:\Windows\Installer\MSI9A.tmp MSI (s) (34:F8) [11:14:12:983]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'. MSI (s) (34:F8) [11:14:12:984]: Machine policy value 'DisableRollback' is 0 MSI (s) (34:F8) [11:14:12:988]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (34:F8) [11:14:12:989]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1231706566,LangId=0,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (34:F8) [11:14:12:990]: Executing op: ProductInfo(ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductName=VMware vCenter Inventory Service,PackageName=VMware vCenter Inventory Service.msi,Language=0,Version=84213760,Assignment=1,ObsoleteArg=0,ProductIcon=ARPPRODUCTICON.exe,,PackageCode={5CE07D39-C746-4EBA-9E00-B8F6C699A676},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3) MSI (s) (34:F8) [11:14:12:990]: Executing op: DialogInfo(Type=0,Argument=0) MSI (s) (34:F8) [11:14:12:990]: Executing op: DialogInfo(Type=1,Argument=VMware vCenter Inventory Service) MSI (s) (34:F8) [11:14:12:991]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (34:F8) [11:14:12:991]: Executing op: SetBaseline(Baseline=0,) MSI (s) (34:F8) [11:14:12:991]: Executing op: SetBaseline(Baseline=1,) MSI (s) (34:F8) [11:14:12:991]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) Action 11:14:12: ProcessComponents. Updating component registration MSI (s) (34:F8) [11:14:12:992]: Executing op: ProgressTotal(Total=10,Type=1,ByteEquivalent=24000) MSI (s) (34:F8) [11:14:12:992]: Executing op: ComponentRegister(ComponentId={ACAB2B99-FB6A-4B0B-BD72-C24DE91CB95D},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\jwinauth.dll,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {ACAB2B99-FB6A-4B0B-BD72-C24DE91CB95D} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\jwinauth.dll MSI (s) (34:F8) [11:14:12:993]: Executing op: ComponentRegister(ComponentId={D5FC88A4-095C-48AC-AC2F-52EA7A9163F2},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {D5FC88A4-095C-48AC-AC2F-52EA7A9163F2} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\conf\ MSI (s) (34:F8) [11:14:12:994]: Executing op: ComponentRegister(ComponentId={BC9F67F7-ABA6-4D4B-BE62-1C9A691D8A82},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ds.jar,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {BC9F67F7-ABA6-4D4B-BE62-1C9A691D8A82} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ds.jar MSI (s) (34:F8) [11:14:12:995]: Executing op: ComponentRegister(ComponentId={CEED1C44-9F99-4AD6-9F78-13536C0B5306},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {CEED1C44-9F99-4AD6-9F78-13536C0B5306} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\ MSI (s) (34:F8) [11:14:12:996]: Executing op: ComponentRegister(ComponentId={A1CBD406-0D29-40E4-B3FA-2560FF127ABC},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {A1CBD406-0D29-40E4-B3FA-2560FF127ABC} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\ MSI (s) (34:F8) [11:14:12:996]: Executing op: ComponentRegister(ComponentId={F0CAFE86-F21E-4D6A-93C1-27E1AB3E0C0B},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\regtool.jar,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {F0CAFE86-F21E-4D6A-93C1-27E1AB3E0C0B} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\regtool.jar MSI (s) (34:F8) [11:14:12:997]: Executing op: ComponentRegister(ComponentId={EBB4E44C-30E8-4B2A-A98E-C6B730B6C079},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminsdk.jar,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {EBB4E44C-30E8-4B2A-A98E-C6B730B6C079} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminsdk.jar MSI (s) (34:F8) [11:14:12:998]: Executing op: ComponentRegister(ComponentId={5B91D607-DAA0-403B-B120-CDE8C016CCAE},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {5B91D607-DAA0-403B-B120-CDE8C016CCAE} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe MSI (s) (34:F8) [11:14:12:999]: Executing op: ComponentRegister(ComponentId={8D10CDF5-2B3C-4FE7-B818-3E4EFE0724C8},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.dll,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {8D10CDF5-2B3C-4FE7-B818-3E4EFE0724C8} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.dll MSI (s) (34:F8) [11:14:13:000]: Executing op: ComponentRegister(ComponentId={DE9FDDDF-F1BD-4442-937C-6AF991D5F436},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.jar,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1) 1: {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} 2: {DE9FDDDF-F1BD-4442-937C-6AF991D5F436} 3: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.jar MSI (s) (34:F8) [11:14:13:001]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Action 11:14:13: RemoveODBC. Removing ODBC components MSI (s) (34:F8) [11:14:13:002]: Executing op: ODBCDriverManager(,BinaryType=0) MSI (s) (34:F8) [11:14:13:002]: Executing op: ODBCDriverManager(,BinaryType=1) MSI (s) (34:F8) [11:14:13:002]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1]) Action 11:14:13: CreateFolders. Creating folders MSI (s) (34:F8) [11:14:13:003]: Executing op: FolderCreate(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\data\,Foreign=0,SecurityDescriptor=BinaryData,) CreateFolders: Folder: C:\Program Files\VMware\Infrastructure\Inventory Service\data\ MSI (s) (34:F8) [11:14:13:004]: Executing op: FolderCreate(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\,Foreign=0,,) CreateFolders: Folder: C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\ MSI (s) (34:F8) [11:14:13:005]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\,Foreign=0,SecurityDescriptor=BinaryData,) CreateFolders: Folder: C:\ProgramData\VMware\Infrastructure\Inventory Service\ MSI (s) (34:F8) [11:14:13:006]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\,Foreign=0,,) CreateFolders: Folder: C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\ MSI (s) (34:F8) [11:14:13:007]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\,Foreign=0,,) CreateFolders: Folder: C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\ MSI (s) (34:F8) [11:14:13:007]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\,Foreign=0,SecurityDescriptor=BinaryData,) CreateFolders: Folder: C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\ MSI (s) (34:F8) [11:14:13:008]: Executing op: FolderCreate(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\,Foreign=0,,) CreateFolders: Folder: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ MSI (s) (34:F8) [11:14:13:009]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\SSL\,Foreign=0,SecurityDescriptor=BinaryData,) CreateFolders: Folder: C:\ProgramData\VMware\SSL\ MSI (s) (34:F8) [11:14:13:010]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6]) Action 11:14:13: InstallFiles. Copying new files MSI (s) (34:F8) [11:14:13:011]: Executing op: ProgressTotal(Total=84336837,Type=0,ByteEquivalent=1) MSI (s) (34:F8) [11:14:13:011]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\) MSI (s) (34:F8) [11:14:13:012]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\sso\|Program Files 64\VMware\Infrastructure\Inventory Service\sso\) MSI (s) (34:F8) [11:14:13:012]: Executing op: ChangeMedia(MediaVolumeLabel=DISK1,MediaPrompt=Please insert the disk: 1,MediaCabinet=1\SSOReg~1.cab,BytesPerTick=65536,CopierType=1,,,SignatureRequired=0,,,IsFirstPhysicalMedia=1) MSI (s) (34:F8) [11:14:13:012]: Executing op: FileCopy(SourceName=regtool.jar,SourceCabKey=regtool.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=regtool.jar,Attributes=16384,FileSize=152894,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-750443474,HashPart2=-10621425,HashPart3=-1806715758,HashPart4=2082735428,,) MSI (s) (34:F8) [11:14:13:013]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\regtool.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:013]: Source for file 'regtool.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: regtool.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\, Size: 152894 MSI (s) (34:F8) [11:14:13:013]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:014]: Verifying accessibility of file: regtool.jar MSI (s) (34:F8) [11:14:13:067]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\) MSI (s) (34:F8) [11:14:13:067]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\sso\lib\|Program Files 64\VMware\Infrastructure\Inventory Service\sso\lib\) MSI (s) (34:F8) [11:14:13:067]: Executing op: FileCopy(SourceName=SSO-AD~1.JAR|sso-adminsdk.jar,SourceCabKey=sso_adminsdk.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=sso-adminsdk.jar,Attributes=16384,FileSize=226910,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1857093885,HashPart2=-1190773682,HashPart3=920463287,HashPart4=1642695165,,) MSI (s) (34:F8) [11:14:13:069]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminsdk.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:069]: Source for file 'sso_adminsdk.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: sso-adminsdk.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 226910 MSI (s) (34:F8) [11:14:13:069]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:071]: Verifying accessibility of file: sso-adminsdk.jar MSI (s) (34:F8) [11:14:13:073]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:074]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:079]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\) MSI (s) (34:F8) [11:14:13:079]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\sso\|Program Files 64\VMware\Infrastructure\Inventory Service\sso\) MSI (s) (34:F8) [11:14:13:079]: Executing op: FileCopy(SourceName=log4j.xml,SourceCabKey=log4j.xml.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=log4j.xml,Attributes=16384,FileSize=1351,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-2032437209,HashPart2=-123459287,HashPart3=1186004317,HashPart4=-592386720,,) MSI (s) (34:F8) [11:14:13:080]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\log4j.xml; Won't Overwrite; Won't patch; Existing file is unversioned but modified MSI (s) (34:F8) [11:14:13:080]: Executing op: FileCopy(SourceName=regTool.cmd,SourceCabKey=regtool.cmd.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=regTool.cmd,Attributes=16384,FileSize=1085,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1698396257,HashPart2=328489508,HashPart3=-652987940,HashPart4=-480869747,,) MSI (s) (34:F8) [11:14:13:080]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\regTool.cmd; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:080]: Executing op: FileCopy(SourceName=SSO_SV~1.ZIP|sso_svccfg.zip,SourceCabKey=sso_svccfg.zip.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=sso_svccfg.zip,Attributes=16384,FileSize=15945532,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-337667398,HashPart2=372773125,HashPart3=45175936,HashPart4=1857355271,,) MSI (s) (34:F8) [11:14:13:081]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\sso_svccfg.zip; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:081]: Source for file 'sso_svccfg.zip.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: sso_svccfg.zip, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\, Size: 15945532 MSI (s) (34:F8) [11:14:13:082]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:083]: Verifying accessibility of file: sso_svccfg.zip MSI (s) (34:F8) [11:14:13:283]: Executing op: FileCopy(SourceName=ssolscli.zip,SourceCabKey=ssolscli.zip.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=ssolscli.zip,Attributes=16384,FileSize=8405272,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1967747616,HashPart2=-469977839,HashPart3=-436202744,HashPart4=1836875226,,) MSI (s) (34:F8) [11:14:13:284]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ssolscli.zip; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:284]: Source for file 'ssolscli.zip.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: ssolscli.zip, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\, Size: 8405272 MSI (s) (34:F8) [11:14:13:285]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:286]: Verifying accessibility of file: ssolscli.zip MSI (s) (34:F8) [11:14:13:368]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\) MSI (s) (34:F8) [11:14:13:368]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\sso\lib\|Program Files 64\VMware\Infrastructure\Inventory Service\sso\lib\) MSI (s) (34:F8) [11:14:13:368]: Executing op: FileCopy(SourceName=ADMIN-~1.JAR|admin-interfaces.jar,SourceCabKey=admin_interfaces.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=admin-interfaces.jar,Attributes=16384,FileSize=133861,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=852624950,HashPart2=-590501345,HashPart3=1934347648,HashPart4=-1491146685,,) MSI (s) (34:F8) [11:14:13:369]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\admin-interfaces.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:369]: Source for file 'admin_interfaces.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: admin-interfaces.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 133861 MSI (s) (34:F8) [11:14:13:370]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:371]: Verifying accessibility of file: admin-interfaces.jar MSI (s) (34:F8) [11:14:13:373]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:374]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:377]: Executing op: FileCopy(SourceName=BCPKIX~1.JAR|bcpkix-jdk15on-147.jar,SourceCabKey=bcpkix_jdk15on_147.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=bcpkix-jdk15on-147.jar,Attributes=16384,FileSize=515071,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=929903012,HashPart2=1259308048,HashPart3=-1397271951,HashPart4=2034667548,,) MSI (s) (34:F8) [11:14:13:380]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\bcpkix-jdk15on-147.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:380]: Executing op: FileCopy(SourceName=BCPROV~1.JAR|bcprov-jdk15on-147.jar,SourceCabKey=bcprov_jdk15on_147.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=bcprov-jdk15on-147.jar,Attributes=16384,FileSize=1997327,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=2128431479,HashPart2=-83671862,HashPart3=1222413718,HashPart4=1785946946,,) MSI (s) (34:F8) [11:14:13:388]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\bcprov-jdk15on-147.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:388]: Executing op: FileCopy(SourceName=COMMON~1.JAR|commons-beanutils.jar,SourceCabKey=commons_beanutils.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=commons-beanutils.jar,Attributes=16384,FileSize=188671,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-173271025,HashPart2=-1719695878,HashPart3=341731161,HashPart4=-827915815,,) MSI (s) (34:F8) [11:14:13:390]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\commons-beanutils.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:390]: Executing op: FileCopy(SourceName=COMMON~2.JAR|commons-cli-1.2.jar,SourceCabKey=commons_cli_1.2.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=commons-cli-1.2.jar,Attributes=16384,FileSize=41123,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=531553471,HashPart2=118243321,HashPart3=1005597655,HashPart4=-1634934052,,) MSI (s) (34:F8) [11:14:13:391]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\commons-cli-1.2.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:391]: Executing op: FileCopy(SourceName=COMMON~3.JAR|commons-codec-1.4.jar,SourceCabKey=commons_codec_1.4.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=commons-codec-1.4.jar,Attributes=16384,FileSize=58160,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1486469250,HashPart2=-1099783155,HashPart3=-1453521609,HashPart4=-97405111,,) MSI (s) (34:F8) [11:14:13:392]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\commons-codec-1.4.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:392]: Executing op: FileCopy(SourceName=COMMON~4.JAR|commons-collections-3.2.1.jar,SourceCabKey=commons_collections_3.2.1.ja.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=commons-collections-3.2.1.jar,Attributes=16384,FileSize=575389,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=442809363,HashPart2=1591312381,HashPart3=-161435127,HashPart4=-1857282404,,) MSI (s) (34:F8) [11:14:13:394]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\commons-collections-3.2.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:394]: Executing op: FileCopy(SourceName=CO4254~1.JAR|commons-configuration-1.6.jar,SourceCabKey=commons_configuration_1.6.ja.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=commons-configuration-1.6.jar,Attributes=16384,FileSize=298829,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-103179856,HashPart2=1905310132,HashPart3=1504858828,HashPart4=-1695118032,,) MSI (s) (34:F8) [11:14:13:396]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\commons-configuration-1.6.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:396]: Executing op: FileCopy(SourceName=CO3039~1.JAR|commons-io-1.4.jar,SourceCabKey=commons_io_1.4.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=commons-io-1.4.jar,Attributes=16384,FileSize=109043,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1978882634,HashPart2=1978199061,HashPart3=-439666882,HashPart4=1341655920,,) MSI (s) (34:F8) [11:14:13:397]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\commons-io-1.4.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:397]: Executing op: FileCopy(SourceName=CO7798~1.JAR|commons-lang-2.3.jar,SourceCabKey=commons_lang_2.3.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=commons-lang-2.3.jar,Attributes=16384,FileSize=245274,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1203494108,HashPart2=-1878825449,HashPart3=-1585864836,HashPart4=-342650572,,) MSI (s) (34:F8) [11:14:13:399]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\commons-lang-2.3.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:399]: Executing op: FileCopy(SourceName=HTTPCL~1.JAR|httpclient-4.0.1.jar,SourceCabKey=httpclient_4.0.1.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=httpclient-4.0.1.jar,Attributes=16384,FileSize=291039,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1720649367,HashPart2=1550022957,HashPart3=1824755255,HashPart4=427016061,,) MSI (s) (34:F8) [11:14:13:401]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\httpclient-4.0.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:401]: Executing op: FileCopy(SourceName=HTTPCO~1.JAR|httpcore-4.0.1.jar,SourceCabKey=httpcore_4.0.1.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=httpcore-4.0.1.jar,Attributes=16384,FileSize=172888,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-43837076,HashPart2=214220938,HashPart3=-1986114560,HashPart4=58133806,,) MSI (s) (34:F8) [11:14:13:402]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\httpcore-4.0.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:402]: Executing op: FileCopy(SourceName=JCL-OV~1.JAR|jcl-over-slf4j-1.7.2.jar,SourceCabKey=jcl_over_slf4j_1.7.2.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=jcl-over-slf4j-1.7.2.jar,Attributes=16384,FileSize=16457,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1153519523,HashPart2=444024294,HashPart3=1334938866,HashPart4=1939909895,,) MSI (s) (34:F8) [11:14:13:403]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\jcl-over-slf4j-1.7.2.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:403]: Executing op: FileCopy(SourceName=jna.jar,SourceCabKey=jna.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=jna.jar,Attributes=16384,FileSize=692603,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1090581819,HashPart2=642016069,HashPart3=1615451,HashPart4=-451608014,,) MSI (s) (34:F8) [11:14:13:406]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\jna.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:406]: Executing op: FileCopy(SourceName=LOG4J-~1.JAR|log4j-1.2.14.jar,SourceCabKey=log4j_1.2.14.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=log4j-1.2.14.jar,Attributes=16384,FileSize=367444,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1601463463,HashPart2=-268165763,HashPart3=1312896234,HashPart4=-780526202,,) MSI (s) (34:F8) [11:14:13:408]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\log4j-1.2.14.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:408]: Executing op: FileCopy(SourceName=LOOKUP~1.JAR|lookupservice-bindings-client.jar,SourceCabKey=lookupservice_bindings_clien.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=lookupservice-bindings-client.jar,Attributes=16384,FileSize=19947,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-189750751,HashPart2=-1012487504,HashPart3=-193333421,HashPart4=1252939371,,) MSI (s) (34:F8) [11:14:13:409]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\lookupservice-bindings-client.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:409]: Source for file 'lookupservice_bindings_clien.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: lookupservice-bindings-client.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 19947 MSI (s) (34:F8) [11:14:13:410]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:411]: Verifying accessibility of file: lookupservice-bindings-client.jar MSI (s) (34:F8) [11:14:13:413]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:414]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:480]: Executing op: FileCopy(SourceName=platform.jar,SourceCabKey=platform.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=platform.jar,Attributes=16384,FileSize=952411,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1237730256,HashPart2=964709352,HashPart3=1092877028,HashPart4=-637979947,,) MSI (s) (34:F8) [11:14:13:484]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\platform.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:484]: Executing op: FileCopy(SourceName=SAMLTO~1.JAR|samltoken.jar,SourceCabKey=samltoken.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=samltoken.jar,Attributes=16384,FileSize=146947,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=2032953544,HashPart2=1969663111,HashPart3=-1110839757,HashPart4=1589045547,,) MSI (s) (34:F8) [11:14:13:485]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\samltoken.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:485]: Source for file 'samltoken.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: samltoken.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 146947 MSI (s) (34:F8) [11:14:13:485]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:486]: Verifying accessibility of file: samltoken.jar MSI (s) (34:F8) [11:14:13:488]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:489]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:501]: Executing op: FileCopy(SourceName=SLF4J-~1.JAR|slf4j-api-1.7.2.jar,SourceCabKey=slf4j_api_1.7.2.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=slf4j-api-1.7.2.jar,Attributes=16384,FileSize=26083,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=698840246,HashPart2=-634782134,HashPart3=51676373,HashPart4=1745590584,,) MSI (s) (34:F8) [11:14:13:502]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\slf4j-api-1.7.2.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:502]: Executing op: FileCopy(SourceName=SLF4J-~2.JAR|slf4j-log4j12-1.7.2.jar,SourceCabKey=slf4j_log4j12_1.7.2.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=slf4j-log4j12-1.7.2.jar,Attributes=16384,FileSize=8819,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=155682659,HashPart2=1808446222,HashPart3=-396045775,HashPart4=237058049,,) MSI (s) (34:F8) [11:14:13:503]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\slf4j-log4j12-1.7.2.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:503]: Executing op: FileCopy(SourceName=SPRING~1.JAR|spring-beans.jar,SourceCabKey=spring_beans.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=spring-beans.jar,Attributes=16384,FileSize=484306,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-684225399,HashPart2=561467064,HashPart3=-1126376089,HashPart4=-1755946617,,) MSI (s) (34:F8) [11:14:13:505]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\spring-beans.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:505]: Executing op: FileCopy(SourceName=SPRING~2.JAR|spring-context.jar,SourceCabKey=spring_context.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=spring-context.jar,Attributes=16384,FileSize=469414,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-212514613,HashPart2=1861112148,HashPart3=-1240032682,HashPart4=-2028776972,,) MSI (s) (34:F8) [11:14:13:508]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\spring-context.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:508]: Executing op: FileCopy(SourceName=SPRING~3.JAR|spring-core.jar,SourceCabKey=spring_core.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=spring-core.jar,Attributes=16384,FileSize=285801,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-440462024,HashPart2=-1097317634,HashPart3=355448644,HashPart4=1843427898,,) MSI (s) (34:F8) [11:14:13:510]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\spring-core.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:510]: Executing op: FileCopy(SourceName=SPRING~4.JAR|spring-jms.jar,SourceCabKey=spring_jms.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=spring-jms.jar,Attributes=16384,FileSize=188474,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1231601635,HashPart2=820546929,HashPart3=1243322682,HashPart4=231934607,,) MSI (s) (34:F8) [11:14:13:511]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\spring-jms.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:511]: Executing op: FileCopy(SourceName=SPAF92~1.JAR|spring-web.jar,SourceCabKey=spring_web.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=spring-web.jar,Attributes=16384,FileSize=187770,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1375125272,HashPart2=-966867855,HashPart3=1960061891,HashPart4=-2025982211,,) MSI (s) (34:F8) [11:14:13:512]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\spring-web.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:512]: Executing op: FileCopy(SourceName=SSO-AD~2.JAR|sso-adminserver-client-bindings.jar,SourceCabKey=sso_adminserver_client_bindi.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=sso-adminserver-client-bindings.jar,Attributes=16384,FileSize=124187,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-696565170,HashPart2=1568988970,HashPart3=-1791668567,HashPart4=1790944141,,) MSI (s) (34:F8) [11:14:13:514]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminserver-client-bindings.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:514]: Source for file 'sso_adminserver_client_bindi.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: sso-adminserver-client-bindings.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 124187 MSI (s) (34:F8) [11:14:13:514]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:515]: Verifying accessibility of file: sso-adminserver-client-bindings.jar MSI (s) (34:F8) [11:14:13:517]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:518]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:550]: Executing op: FileCopy(SourceName=STAX2-~1.JAR|stax2-api-3.0.1.jar,SourceCabKey=stax2_api_3.0.1.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=stax2-api-3.0.1.jar,Attributes=16384,FileSize=179983,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=363678690,HashPart2=1786039967,HashPart3=-648171342,HashPart4=-1284080323,,) MSI (s) (34:F8) [11:14:13:552]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\stax2-api-3.0.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:552]: Executing op: FileCopy(SourceName=VLSI-C~1.JAR|vlsi-client.jar,SourceCabKey=vlsi_client.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=vlsi-client.jar,Attributes=16384,FileSize=116643,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1917627537,HashPart2=-1261455615,HashPart3=-964908734,HashPart4=496217960,,) MSI (s) (34:F8) [11:14:13:553]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\vlsi-client.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:553]: Source for file 'vlsi_client.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: vlsi-client.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 116643 MSI (s) (34:F8) [11:14:13:554]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:555]: Verifying accessibility of file: vlsi-client.jar MSI (s) (34:F8) [11:14:13:557]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:557]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:566]: Executing op: FileCopy(SourceName=VLSI-C~2.JAR|vlsi-core.jar,SourceCabKey=vlsi_core.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=vlsi-core.jar,Attributes=16384,FileSize=207950,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=666328297,HashPart2=1695045098,HashPart3=-78288389,HashPart4=471507279,,) MSI (s) (34:F8) [11:14:13:567]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\vlsi-core.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:567]: Source for file 'vlsi_core.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: vlsi-core.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 207950 MSI (s) (34:F8) [11:14:13:568]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:569]: Verifying accessibility of file: vlsi-core.jar MSI (s) (34:F8) [11:14:13:572]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:573]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:578]: Executing op: FileCopy(SourceName=WOODST~1.JAR|woodstox-core-asl-4.0.5.jar,SourceCabKey=woodstox_core_asl_4.0.5.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=woodstox-core-asl-4.0.5.jar,Attributes=16384,FileSize=481778,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=633164245,HashPart2=-1509521941,HashPart3=-854119251,HashPart4=-1883478393,,) MSI (s) (34:F8) [11:14:13:581]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\woodstox-core-asl-4.0.5.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:581]: Executing op: FileCopy(SourceName=WSTCLI~1.JAR|wstClient.jar,SourceCabKey=wstclient.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,DestName=wstClient.jar,Attributes=16384,FileSize=183813,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-299166648,HashPart2=-821831312,HashPart3=-99858811,HashPart4=-1495793646,,) MSI (s) (34:F8) [11:14:13:581]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\wstClient.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:581]: Source for file 'wstclient.jar.A9CB5780_44DC_4E23_90AB_73863DCC4F8E' is compressed InstallFiles: File: wstClient.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\, Size: 183813 MSI (s) (34:F8) [11:14:13:582]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:583]: Verifying accessibility of file: wstClient.jar MSI (s) (34:F8) [11:14:13:585]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:586]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:606]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\) MSI (s) (34:F8) [11:14:13:606]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\bin\|Program Files 64\VMware\Infrastructure\Inventory Service\bin\) MSI (s) (34:F8) [11:14:13:606]: Executing op: ChangeMedia(MediaVolumeLabel=DISK1,MediaPrompt=Please insert the disk: 1,MediaCabinet=1\QueryS~1.cab,BytesPerTick=65536,CopierType=1,,,SignatureRequired=0,,,IsFirstPhysicalMedia=1) MSI (s) (34:F8) [11:14:13:606]: Executing op: RegisterSharedComponentProvider(,,File=jwinauth.dll,Component={ACAB2B99-FB6A-4B0B-BD72-C24DE91CB95D},ComponentVersion=5.5.0.47851,ProductCode={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductVersion=5.5.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0) MSI (s) (34:F8) [11:14:13:607]: Executing op: FileCopy(SourceName=jwinauth.dll,SourceCabKey=jwinauth.dll,DestName=jwinauth.dll,Attributes=16384,FileSize=161280,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=5.5.0.47851,Language=1033,InstallMode=126091264,,,,,,,) MSI (s) (34:F8) [11:14:13:608]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\jwinauth.dll; Overwrite; Won't patch; Existing file is a lower version MSI (s) (34:F8) [11:14:13:608]: Source for file 'jwinauth.dll' is compressed InstallFiles: File: jwinauth.dll, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\, Size: 161280 MSI (s) (34:F8) [11:14:13:608]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:609]: Verifying accessibility of file: jwinauth.dll MSI (s) (34:F8) [11:14:13:611]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:612]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:617]: Executing op: FileCopy(SourceName=libeay32.dll,SourceCabKey=libeay32.dll,DestName=libeay32.dll,Attributes=16384,FileSize=1815040,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.1.16,Language=1033,InstallMode=126091264,,,,,,,) MSI (s) (34:F8) [11:14:13:618]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\libeay32.dll; Overwrite; Won't patch; Existing file is a lower version MSI (s) (34:F8) [11:14:13:618]: Source for file 'libeay32.dll' is compressed InstallFiles: File: libeay32.dll, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\, Size: 1815040 MSI (s) (34:F8) [11:14:13:619]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:620]: Verifying accessibility of file: libeay32.dll MSI (s) (34:F8) [11:14:13:623]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:624]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:654]: Executing op: FileCopy(SourceName=openssl.exe,SourceCabKey=openssl.exe,DestName=openssl.exe,Attributes=16384,FileSize=483840,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-822564119,HashPart2=1767720622,HashPart3=-2135019074,HashPart4=432261678,,) MSI (s) (34:F8) [11:14:13:685]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\openssl.exe; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:685]: Source for file 'openssl.exe' is compressed InstallFiles: File: openssl.exe, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\, Size: 483840 MSI (s) (34:F8) [11:14:13:686]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:687]: Verifying accessibility of file: openssl.exe MSI (s) (34:F8) [11:14:13:689]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:689]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:698]: Executing op: FileCopy(SourceName=ssleay32.dll,SourceCabKey=ssleay32.dll,DestName=ssleay32.dll,Attributes=16384,FileSize=361984,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.1.16,Language=1033,InstallMode=126091264,,,,,,,) MSI (s) (34:F8) [11:14:13:699]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ssleay32.dll; Overwrite; Won't patch; Existing file is a lower version MSI (s) (34:F8) [11:14:13:699]: Source for file 'ssleay32.dll' is compressed InstallFiles: File: ssleay32.dll, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\, Size: 361984 MSI (s) (34:F8) [11:14:13:699]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:700]: Verifying accessibility of file: ssleay32.dll MSI (s) (34:F8) [11:14:13:702]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:703]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:708]: Executing op: FileCopy(SourceName=zip.exe,SourceCabKey=zip.exe,DestName=zip.exe,Attributes=16384,FileSize=135168,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=120893315,HashPart2=1405347704,HashPart3=-1479368007,HashPart4=983679880,,) MSI (s) (34:F8) [11:14:13:710]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\zip.exe; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:710]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\) MSI (s) (34:F8) [11:14:13:710]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\conf\|Program Files 64\VMware\Infrastructure\Inventory Service\conf\) MSI (s) (34:F8) [11:14:13:710]: Executing op: FileCopy(SourceName=sso.ini,SourceCabKey=sso.ini,DestName=sso.ini,Attributes=16384,FileSize=128,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-439529937,HashPart2=1248813944,HashPart3=-393929573,HashPart4=863858493,,) MSI (s) (34:F8) [11:14:13:711]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\conf\sso.ini; Won't Overwrite; Won't patch; Existing file is unversioned but modified MSI (s) (34:F8) [11:14:13:711]: Executing op: FileCopy(SourceName=WRAPPE~1.CON|wrapper.conf,SourceCabKey=wrapper.conf,DestName=wrapper.conf,Attributes=16384,FileSize=9297,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1176358586,HashPart2=-239053618,HashPart3=311859013,HashPart4=481284853,,) MSI (s) (34:F8) [11:14:13:712]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:712]: Source for file 'wrapper.conf' is compressed InstallFiles: File: wrapper.conf, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\conf\, Size: 9297 MSI (s) (34:F8) [11:14:13:713]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:714]: Verifying accessibility of file: wrapper.conf MSI (s) (34:F8) [11:14:13:716]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:717]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:721]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\) MSI (s) (34:F8) [11:14:13:721]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\lib\|Program Files 64\VMware\Infrastructure\Inventory Service\lib\) MSI (s) (34:F8) [11:14:13:721]: Executing op: FileCopy(SourceName=ds.jar,SourceCabKey=ds.jar,DestName=ds.jar,Attributes=16384,FileSize=316512,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1055138276,HashPart2=269891990,HashPart3=1882087083,HashPart4=1240549752,,) MSI (s) (34:F8) [11:14:13:722]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ds.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:722]: Source for file 'ds.jar' is compressed InstallFiles: File: ds.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 316512 MSI (s) (34:F8) [11:14:13:723]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:724]: Verifying accessibility of file: ds.jar MSI (s) (34:F8) [11:14:13:727]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:727]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:739]: Executing op: FileCopy(SourceName=ADMIN-~1.JAR|admin-interfaces.jar,SourceCabKey=admin_interfaces.jar,DestName=admin-interfaces.jar,Attributes=16384,FileSize=136404,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=577423280,HashPart2=1040388881,HashPart3=2054479903,HashPart4=-697804468,,) MSI (s) (34:F8) [11:14:13:739]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\admin-interfaces.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:739]: Source for file 'admin_interfaces.jar' is compressed InstallFiles: File: admin-interfaces.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 136404 MSI (s) (34:F8) [11:14:13:761]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:761]: Verifying accessibility of file: admin-interfaces.jar MSI (s) (34:F8) [11:14:13:762]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:763]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:771]: Executing op: FileCopy(SourceName=ANNOTA~1.JAR|annotations-api.jar,SourceCabKey=annotations_api.jar,DestName=annotations-api.jar,Attributes=16384,FileSize=15796,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1565240520,HashPart2=1044013642,HashPart3=-1491576049,HashPart4=1580947904,,) MSI (s) (34:F8) [11:14:13:771]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\annotations-api.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:771]: Executing op: FileCopy(SourceName=ant.jar,SourceCabKey=ant.jar,DestName=ant.jar,Attributes=16384,FileSize=1323005,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1936170257,HashPart2=-78559884,HashPart3=-365890735,HashPart4=-1061219933,,) MSI (s) (34:F8) [11:14:13:778]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ant.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:778]: Executing op: FileCopy(SourceName=ANT-LA~1.JAR|ant-launcher.jar,SourceCabKey=ant_launcher.jar,DestName=ant-launcher.jar,Attributes=16384,FileSize=12143,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1648469939,HashPart2=-1623655474,HashPart3=-236765555,HashPart4=867520306,,) MSI (s) (34:F8) [11:14:13:779]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ant-launcher.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:779]: Executing op: FileCopy(SourceName=ANTLR-~1.JAR|antlr-3.1.1-runtime.jar,SourceCabKey=antlr_3.1.1_runtime.jar,DestName=antlr-3.1.1-runtime.jar,Attributes=16384,FileSize=116205,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1299447920,HashPart2=-1596257725,HashPart3=1694129354,HashPart4=745874755,,) MSI (s) (34:F8) [11:14:13:780]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\antlr-3.1.1-runtime.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:780]: Executing op: FileCopy(SourceName=AVALON~1.JAR|avalon-framework.jar,SourceCabKey=avalon_framework.jar,DestName=avalon-framework.jar,Attributes=16384,FileSize=86038,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-855963125,HashPart2=-842728081,HashPart3=-1770805470,HashPart4=-782076467,,) MSI (s) (34:F8) [11:14:13:780]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\avalon-framework.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:780]: Executing op: FileCopy(SourceName=BATIK-~1.JAR|batik-all.jar,SourceCabKey=batik_all.jar,DestName=batik-all.jar,Attributes=16384,FileSize=3318083,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-837577935,HashPart2=-505912826,HashPart3=-1234964687,HashPart4=1522376758,,) MSI (s) (34:F8) [11:14:13:793]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\batik-all.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:793]: Executing op: FileCopy(SourceName=BCPROV~1.JAR|bcprov-jdk16-145.jar,SourceCabKey=bcprov_jdk16_145.jar,DestName=bcprov-jdk16-145.jar,Attributes=16384,FileSize=1719483,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=872746913,HashPart2=141075614,HashPart3=-2007670705,HashPart4=336755715,,) MSI (s) (34:F8) [11:14:13:800]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\bcprov-jdk16-145.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:800]: Executing op: FileCopy(SourceName=CATALI~1.JAR|catalina.jar,SourceCabKey=catalina.jar,DestName=catalina.jar,Attributes=16384,FileSize=1587383,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-471678255,HashPart2=2096264483,HashPart3=-1091333172,HashPart4=-1760582558,,) MSI (s) (34:F8) [11:14:13:807]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\catalina.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:807]: Executing op: FileCopy(SourceName=COMMON~1.JAR|commons-cli-1.2.jar,SourceCabKey=commons_cli_1.2.jar,DestName=commons-cli-1.2.jar,Attributes=16384,FileSize=41123,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=531553471,HashPart2=118243321,HashPart3=1005597655,HashPart4=-1634934052,,) MSI (s) (34:F8) [11:14:13:807]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\commons-cli-1.2.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:807]: Executing op: FileCopy(SourceName=COMMON~2.JAR|commons-codec-1.4.jar,SourceCabKey=commons_codec_1.4.jar,DestName=commons-codec-1.4.jar,Attributes=16384,FileSize=58160,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1486469250,HashPart2=-1099783155,HashPart3=-1453521609,HashPart4=-97405111,,) MSI (s) (34:F8) [11:14:13:808]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\commons-codec-1.4.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:808]: Executing op: FileCopy(SourceName=COMMON~3.JAR|commons-io-1.4.jar,SourceCabKey=commons_io_1.4.jar,DestName=commons-io-1.4.jar,Attributes=16384,FileSize=109043,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1978882634,HashPart2=1978199061,HashPart3=-439666882,HashPart4=1341655920,,) MSI (s) (34:F8) [11:14:13:809]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\commons-io-1.4.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:809]: Executing op: FileCopy(SourceName=COMMON~4.JAR|commons-lang-2.3.jar,SourceCabKey=commons_lang_2.3.jar,DestName=commons-lang-2.3.jar,Attributes=16384,FileSize=245274,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1203494108,HashPart2=-1878825449,HashPart3=-1585864836,HashPart4=-342650572,,) MSI (s) (34:F8) [11:14:13:813]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\commons-lang-2.3.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:813]: Executing op: FileCopy(SourceName=COCD37~1.JAR|commons-logging-1.1.1.jar,SourceCabKey=commons_logging_1.1.1.jar,DestName=commons-logging-1.1.1.jar,Attributes=16384,FileSize=60841,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-24067102,HashPart2=1344641907,HashPart3=723916962,HashPart4=-829361624,,) MSI (s) (34:F8) [11:14:13:813]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\commons-logging-1.1.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:813]: Executing op: FileCopy(SourceName=CUSTOM~1.JAR|custom-rolling-file-appender-1.0.jar,SourceCabKey=custom_rolling_file_appender_1.0.jar,DestName=custom-rolling-file-appender-1.0.jar,Attributes=16384,FileSize=10354,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-29162169,HashPart2=277027090,HashPart3=-1188851892,HashPart4=109901417,,) MSI (s) (34:F8) [11:14:13:814]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\custom-rolling-file-appender-1.0.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:814]: Executing op: FileCopy(SourceName=DATASE~1.JAR|dataservice-versions.jar,SourceCabKey=dataservice_versions.jar,DestName=dataservice-versions.jar,Attributes=16384,FileSize=1356,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-478773242,HashPart2=-812951641,HashPart3=1106689703,HashPart4=-1428384663,,) MSI (s) (34:F8) [11:14:13:815]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\dataservice-versions.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:815]: Source for file 'dataservice_versions.jar' is compressed InstallFiles: File: dataservice-versions.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 1356 MSI (s) (34:F8) [11:14:13:816]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:817]: Verifying accessibility of file: dataservice-versions.jar MSI (s) (34:F8) [11:14:13:823]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:824]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:941]: Executing op: FileCopy(SourceName=DATASE~2.JAR|dataservice-vmodl.jar,SourceCabKey=dataservice_vmodl.jar,DestName=dataservice-vmodl.jar,Attributes=16384,FileSize=55838,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=138278530,HashPart2=937669939,HashPart3=-745165028,HashPart4=2004994722,,) MSI (s) (34:F8) [11:14:13:942]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\dataservice-vmodl.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:13:942]: Source for file 'dataservice_vmodl.jar' is compressed InstallFiles: File: dataservice-vmodl.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 55838 MSI (s) (34:F8) [11:14:13:942]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:13:943]: Verifying accessibility of file: dataservice-vmodl.jar MSI (s) (34:F8) [11:14:13:944]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:945]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:13:948]: Executing op: FileCopy(SourceName=fop.jar,SourceCabKey=fop.jar,DestName=fop.jar,Attributes=16384,FileSize=2260730,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=562664375,HashPart2=1125597853,HashPart3=1693433159,HashPart4=-1027297856,,) MSI (s) (34:F8) [11:14:13:957]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\fop.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:957]: Executing op: FileCopy(SourceName=GOOGLE~1.JAR|google-collect.jar,SourceCabKey=google_collect.jar,DestName=google-collect.jar,Attributes=16384,FileSize=481220,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=52322104,HashPart2=-1131544544,HashPart3=-1872308669,HashPart4=-546040281,,) MSI (s) (34:F8) [11:14:13:959]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\google-collect.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:959]: Executing op: FileCopy(SourceName=HTTPCL~1.JAR|httpclient-4.0.1.jar,SourceCabKey=httpclient_4.0.1.jar,DestName=httpclient-4.0.1.jar,Attributes=16384,FileSize=291039,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1720649367,HashPart2=1550022957,HashPart3=1824755255,HashPart4=427016061,,) MSI (s) (34:F8) [11:14:13:960]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\httpclient-4.0.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:960]: Executing op: FileCopy(SourceName=HTTPCO~1.JAR|httpcore-4.0.1.jar,SourceCabKey=httpcore_4.0.1.jar,DestName=httpcore-4.0.1.jar,Attributes=16384,FileSize=172888,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-43837076,HashPart2=214220938,HashPart3=-1986114560,HashPart4=58133806,,) MSI (s) (34:F8) [11:14:13:962]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\httpcore-4.0.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:963]: Executing op: FileCopy(SourceName=icu4j.jar,SourceCabKey=icu4j.jar,DestName=icu4j.jar,Attributes=16384,FileSize=5647316,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1400256776,HashPart2=1498977553,HashPart3=1330054194,HashPart4=-475551275,,) MSI (s) (34:F8) [11:14:13:993]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\icu4j.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:993]: Executing op: FileCopy(SourceName=JGROUP~1.JAR|jgroups-2.10.0.GA.jar,SourceCabKey=jgroups_2.10.0.GA.jar,DestName=jgroups-2.10.0.GA.jar,Attributes=16384,FileSize=2505382,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=992954913,HashPart2=-1968510274,HashPart3=597355411,HashPart4=2021653736,,) MSI (s) (34:F8) [11:14:13:994]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\jgroups-2.10.0.GA.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:13:994]: Executing op: FileCopy(SourceName=jline.jar,SourceCabKey=jline.jar,DestName=jline.jar,Attributes=16384,FileSize=135501,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=542508920,HashPart2=737859068,HashPart3=-1442509558,HashPart4=1204908407,,) MSI (s) (34:F8) [11:14:14:004]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\jline.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:004]: Executing op: FileCopy(SourceName=JSP-API.JAR|jsp-api.jar,SourceCabKey=jsp_api.jar,DestName=jsp-api.jar,Attributes=16384,FileSize=88406,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-2030915471,HashPart2=-1046310286,HashPart3=1009941483,HashPart4=897342245,,) MSI (s) (34:F8) [11:14:14:005]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\jsp-api.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:005]: Executing op: FileCopy(SourceName=JSR173~1.JAR|jsr173_api.jar,SourceCabKey=jsr173_api.jar,DestName=jsr173_api.jar,Attributes=16384,FileSize=23630,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1989101989,HashPart2=-1407876587,HashPart3=1046696339,HashPart4=1005490362,,) MSI (s) (34:F8) [11:14:14:006]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\jsr173_api.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:006]: Executing op: FileCopy(SourceName=jwinauth.jar,SourceCabKey=jwinauth.jar,DestName=jwinauth.jar,Attributes=16384,FileSize=17867,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1991205017,HashPart2=-1251483384,HashPart3=-1889520130,HashPart4=1500619772,,) MSI (s) (34:F8) [11:14:14:007]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\jwinauth.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:007]: Source for file 'jwinauth.jar' is compressed InstallFiles: File: jwinauth.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 17867 MSI (s) (34:F8) [11:14:14:008]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:010]: Verifying accessibility of file: jwinauth.jar MSI (s) (34:F8) [11:14:14:013]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:014]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:073]: Executing op: FileCopy(SourceName=LOG4J-~1.JAR|log4j-1.2.14.jar,SourceCabKey=log4j_1.2.14.jar,DestName=log4j-1.2.14.jar,Attributes=16384,FileSize=367444,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1601463463,HashPart2=-268165763,HashPart3=1312896234,HashPart4=-780526202,,) MSI (s) (34:F8) [11:14:14:075]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\log4j-1.2.14.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:075]: Executing op: FileCopy(SourceName=LOOKUP~1.JAR|lookupservice-bindings-client.jar,SourceCabKey=lookupservice_bindings_client.jar,DestName=lookupservice-bindings-client.jar,Attributes=16384,FileSize=19947,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-189750751,HashPart2=-1012487504,HashPart3=-193333421,HashPart4=1252939371,,) MSI (s) (34:F8) [11:14:14:076]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\lookupservice-bindings-client.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:076]: Source for file 'lookupservice_bindings_client.jar' is compressed InstallFiles: File: lookupservice-bindings-client.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 19947 MSI (s) (34:F8) [11:14:14:076]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:078]: Verifying accessibility of file: lookupservice-bindings-client.jar MSI (s) (34:F8) [11:14:14:080]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:080]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:091]: Executing op: FileCopy(SourceName=lucene.jar,SourceCabKey=lucene.jar,DestName=lucene.jar,Attributes=16384,FileSize=818961,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1835615547,HashPart2=1850295139,HashPart3=-967643154,HashPart4=581527120,,) MSI (s) (34:F8) [11:14:14:094]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\lucene.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:094]: Executing op: FileCopy(SourceName=query.jar,SourceCabKey=query.jar,DestName=query.jar,Attributes=16384,FileSize=330642,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1769094254,HashPart2=-1742865558,HashPart3=775647224,HashPart4=-916084747,,) MSI (s) (34:F8) [11:14:14:095]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\query.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:095]: Source for file 'query.jar' is compressed InstallFiles: File: query.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 330642 MSI (s) (34:F8) [11:14:14:095]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:097]: Verifying accessibility of file: query.jar MSI (s) (34:F8) [11:14:14:099]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:099]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:116]: Executing op: FileCopy(SourceName=QUERY-~1.JAR|query-vmodl.jar,SourceCabKey=query_vmodl.jar,DestName=query-vmodl.jar,Attributes=16384,FileSize=34519,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-990192381,HashPart2=-954533127,HashPart3=492649728,HashPart4=-685689228,,) MSI (s) (34:F8) [11:14:14:117]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\query-vmodl.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:117]: Source for file 'query_vmodl.jar' is compressed InstallFiles: File: query-vmodl.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 34519 MSI (s) (34:F8) [11:14:14:118]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:119]: Verifying accessibility of file: query-vmodl.jar MSI (s) (34:F8) [11:14:14:121]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:122]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:124]: Executing op: FileCopy(SourceName=REFLEC~1.JAR|reflect-vmodl.jar,SourceCabKey=reflect_vmodl.jar,DestName=reflect-vmodl.jar,Attributes=16384,FileSize=29453,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-725317996,HashPart2=-1334561870,HashPart3=228034802,HashPart4=1118076939,,) MSI (s) (34:F8) [11:14:14:125]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\reflect-vmodl.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:125]: Source for file 'reflect_vmodl.jar' is compressed InstallFiles: File: reflect-vmodl.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 29453 MSI (s) (34:F8) [11:14:14:125]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:126]: Verifying accessibility of file: reflect-vmodl.jar MSI (s) (34:F8) [11:14:14:128]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:129]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:131]: Executing op: FileCopy(SourceName=SERIAL~1.JAR|serializer.jar,SourceCabKey=serializer.jar,DestName=serializer.jar,Attributes=16384,FileSize=278281,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-28461402,HashPart2=-577035688,HashPart3=-94174591,HashPart4=-11746036,,) MSI (s) (34:F8) [11:14:14:133]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\serializer.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:133]: Executing op: FileCopy(SourceName=SERVLE~1.JAR|servlet-api.jar,SourceCabKey=servlet_api.jar,DestName=servlet-api.jar,Attributes=16384,FileSize=176484,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1103771557,HashPart2=206667974,HashPart3=-1654851178,HashPart4=-1160678813,,) MSI (s) (34:F8) [11:14:14:134]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\servlet-api.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:134]: Executing op: FileCopy(SourceName=spring.jar,SourceCabKey=spring.jar,DestName=spring.jar,Attributes=16384,FileSize=2918231,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1694311367,HashPart2=28579120,HashPart3=1598798017,HashPart4=-263545633,,) MSI (s) (34:F8) [11:14:14:146]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\spring.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:146]: Executing op: FileCopy(SourceName=SSOCLI~1.JAR|ssoClient.jar,SourceCabKey=ssoClient.jar,DestName=ssoClient.jar,Attributes=16384,FileSize=317968,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1866553518,HashPart2=-1812538615,HashPart3=552333219,HashPart4=-1943198565,,) MSI (s) (34:F8) [11:14:14:146]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ssoClient.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:146]: Source for file 'ssoClient.jar' is compressed InstallFiles: File: ssoClient.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 317968 MSI (s) (34:F8) [11:14:14:147]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:148]: Verifying accessibility of file: ssoClient.jar MSI (s) (34:F8) [11:14:14:149]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:150]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:221]: Executing op: FileCopy(SourceName=SSO-AD~1.JAR|sso-adminsdk.jar,SourceCabKey=sso_adminsdk.jar,DestName=sso-adminsdk.jar,Attributes=16384,FileSize=230656,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1982659905,HashPart2=3360531,HashPart3=839694834,HashPart4=1167662712,,) MSI (s) (34:F8) [11:14:14:222]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\sso-adminsdk.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:222]: Source for file 'sso_adminsdk.jar' is compressed InstallFiles: File: sso-adminsdk.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 230656 MSI (s) (34:F8) [11:14:14:222]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:223]: Verifying accessibility of file: sso-adminsdk.jar MSI (s) (34:F8) [11:14:14:225]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:226]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:230]: Executing op: FileCopy(SourceName=SSO-AD~2.JAR|sso-adminserver-client-bindings.jar,SourceCabKey=sso_adminserver_client_bindings.jar,DestName=sso-adminserver-client-bindings.jar,Attributes=16384,FileSize=126206,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1010230144,HashPart2=560743026,HashPart3=338884570,HashPart4=1786165965,,) MSI (s) (34:F8) [11:14:14:232]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\sso-adminserver-client-bindings.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:232]: Source for file 'sso_adminserver_client_bindings.jar' is compressed InstallFiles: File: sso-adminserver-client-bindings.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 126206 MSI (s) (34:F8) [11:14:14:232]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:233]: Verifying accessibility of file: sso-adminserver-client-bindings.jar MSI (s) (34:F8) [11:14:14:236]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:237]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:240]: Executing op: FileCopy(SourceName=STAX2-~1.JAR|stax2-api-3.0.1.jar,SourceCabKey=stax2_api_3.0.1.jar,DestName=stax2-api-3.0.1.jar,Attributes=16384,FileSize=179983,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=363678690,HashPart2=1786039967,HashPart3=-648171342,HashPart4=-1284080323,,) MSI (s) (34:F8) [11:14:14:241]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\stax2-api-3.0.1.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:241]: Executing op: FileCopy(SourceName=TOMCAT~1.JAR|tomcat-api.jar,SourceCabKey=tomcat_api.jar,DestName=tomcat-api.jar,Attributes=16384,FileSize=7027,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1731788073,HashPart2=-1697445999,HashPart3=-487680016,HashPart4=-130507970,,) MSI (s) (34:F8) [11:14:14:242]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\tomcat-api.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:242]: Executing op: FileCopy(SourceName=TOMCAT~2.JAR|tomcat-coyote.jar,SourceCabKey=tomcat_coyote.jar,DestName=tomcat-coyote.jar,Attributes=16384,FileSize=835231,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=113019833,HashPart2=-1811821006,HashPart3=924574053,HashPart4=183006167,,) MSI (s) (34:F8) [11:14:14:245]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\tomcat-coyote.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:246]: Executing op: FileCopy(SourceName=TOMCAT~3.JAR|tomcat-juli.jar,SourceCabKey=tomcat_juli.jar,DestName=tomcat-juli.jar,Attributes=16384,FileSize=47182,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1856857714,HashPart2=-228078204,HashPart3=-1709584611,HashPart4=-1165294242,,) MSI (s) (34:F8) [11:14:14:246]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\tomcat-juli.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:246]: Executing op: FileCopy(SourceName=TOMCAT~4.JAR|tomcat-util.jar,SourceCabKey=tomcat_util.jar,DestName=tomcat-util.jar,Attributes=16384,FileSize=32187,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=66755779,HashPart2=225367954,HashPart3=1787686454,HashPart4=455468659,,) MSI (s) (34:F8) [11:14:14:247]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\tomcat-util.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:247]: Executing op: FileCopy(SourceName=VIM-VE~1.JAR|vim-version.jar,SourceCabKey=vim_version.jar,DestName=vim-version.jar,Attributes=16384,FileSize=10472,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-215202669,HashPart2=631637853,HashPart3=1372203317,HashPart4=931211111,,) MSI (s) (34:F8) [11:14:14:248]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vim-version.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:248]: Source for file 'vim_version.jar' is compressed InstallFiles: File: vim-version.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 10472 MSI (s) (34:F8) [11:14:14:249]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:250]: Verifying accessibility of file: vim-version.jar MSI (s) (34:F8) [11:14:14:251]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:252]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:258]: Executing op: FileCopy(SourceName=VIM-VM~1.JAR|vim-vmodl.jar,SourceCabKey=vim_vmodl.jar,DestName=vim-vmodl.jar,Attributes=16384,FileSize=5118174,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-308357751,HashPart2=-231125903,HashPart3=-325356327,HashPart4=-1587946763,,) MSI (s) (34:F8) [11:14:14:278]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vim-vmodl.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:278]: Source for file 'vim_vmodl.jar' is compressed InstallFiles: File: vim-vmodl.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 5118174 MSI (s) (34:F8) [11:14:14:278]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:279]: Verifying accessibility of file: vim-vmodl.jar MSI (s) (34:F8) [11:14:14:282]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:283]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:394]: Executing op: FileCopy(SourceName=VLSI-C~1.JAR|vlsi-client.jar,SourceCabKey=vlsi_client.jar,DestName=vlsi-client.jar,Attributes=16384,FileSize=116646,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1564919133,HashPart2=1792127987,HashPart3=-1672769250,HashPart4=994735434,,) MSI (s) (34:F8) [11:14:14:395]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-client.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:395]: Source for file 'vlsi_client.jar' is compressed InstallFiles: File: vlsi-client.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 116646 MSI (s) (34:F8) [11:14:14:396]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:397]: Verifying accessibility of file: vlsi-client.jar MSI (s) (34:F8) [11:14:14:399]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:399]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:402]: Executing op: FileCopy(SourceName=VLSI-C~2.JAR|vlsi-core.jar,SourceCabKey=vlsi_core.jar,DestName=vlsi-core.jar,Attributes=16384,FileSize=207949,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-558358029,HashPart2=1115400895,HashPart3=-1457609038,HashPart4=1789242169,,) MSI (s) (34:F8) [11:14:14:404]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-core.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:404]: Source for file 'vlsi_core.jar' is compressed InstallFiles: File: vlsi-core.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 207949 MSI (s) (34:F8) [11:14:14:404]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:405]: Verifying accessibility of file: vlsi-core.jar MSI (s) (34:F8) [11:14:14:407]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:408]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:413]: Executing op: FileCopy(SourceName=VLSI-S~1.JAR|vlsi-server.jar,SourceCabKey=vlsi_server.jar,DestName=vlsi-server.jar,Attributes=16384,FileSize=333094,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-2090111443,HashPart2=722955564,HashPart3=959257853,HashPart4=2037478205,,) MSI (s) (34:F8) [11:14:14:413]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-server.jar; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:414]: Source for file 'vlsi_server.jar' is compressed InstallFiles: File: vlsi-server.jar, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\, Size: 333094 MSI (s) (34:F8) [11:14:14:414]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:415]: Verifying accessibility of file: vlsi-server.jar MSI (s) (34:F8) [11:14:14:417]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:418]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:424]: Executing op: FileCopy(SourceName=WOODST~1.JAR|woodstox-core-asl-4.0.5.jar,SourceCabKey=woodstox_core_asl_4.0.5.jar,DestName=woodstox-core-asl-4.0.5.jar,Attributes=16384,FileSize=481778,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=633164245,HashPart2=-1509521941,HashPart3=-854119251,HashPart4=-1883478393,,) MSI (s) (34:F8) [11:14:14:427]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\woodstox-core-asl-4.0.5.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:427]: Executing op: FileCopy(SourceName=xalan.jar,SourceCabKey=xalan.jar,DestName=xalan.jar,Attributes=16384,FileSize=3176148,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=615332564,HashPart2=-1237073422,HashPart3=-819189387,HashPart4=-1669379857,,) MSI (s) (34:F8) [11:14:14:439]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\xalan.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:439]: Executing op: FileCopy(SourceName=xbean.jar,SourceCabKey=xbean.jar,DestName=xbean.jar,Attributes=16384,FileSize=2694049,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1589204588,HashPart2=-742168991,HashPart3=-678290043,HashPart4=-487090461,,) MSI (s) (34:F8) [11:14:14:449]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\xbean.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:449]: Executing op: FileCopy(SourceName=XERCES~1.JAR|xercesImpl.jar,SourceCabKey=xercesimpl.jar,DestName=xercesImpl.jar,Attributes=16384,FileSize=1229125,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1844971512,HashPart2=1588764029,HashPart3=712572123,HashPart4=-1448969014,,) MSI (s) (34:F8) [11:14:14:455]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\xercesImpl.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:455]: Executing op: FileCopy(SourceName=xhive.jar,SourceCabKey=xhive.jar,DestName=xhive.jar,Attributes=16384,FileSize=4569386,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=651023414,HashPart2=-1180768343,HashPart3=-916435842,HashPart4=-641322440,,) MSI (s) (34:F8) [11:14:14:472]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\xhive.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:472]: Executing op: FileCopy(SourceName=XMLGRA~1.JAR|xmlgraphics-commons.jar,SourceCabKey=xmlgraphics_commons.jar,DestName=xmlgraphics-commons.jar,Attributes=16384,FileSize=517073,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1619604966,HashPart2=966234909,HashPart3=-1605330380,HashPart4=548526633,,) MSI (s) (34:F8) [11:14:14:474]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\xmlgraphics-commons.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:474]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\) MSI (s) (34:F8) [11:14:14:474]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\scripts\|Program Files 64\VMware\Infrastructure\Inventory Service\scripts\) MSI (s) (34:F8) [11:14:14:475]: Executing op: FileCopy(SourceName=PURGEPROVIDERS.BAT|PurgeProviders.bat,SourceCabKey=PurgeProviders.bat,DestName=PurgeProviders.bat,Attributes=16384,FileSize=417,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1680854825,HashPart2=1528861700,HashPart3=-129784004,HashPart4=432839782,,) MSI (s) (34:F8) [11:14:14:475]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\PurgeProviders.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:475]: Executing op: FileCopy(SourceName=BACKUP.BAT|backup.bat,SourceCabKey=backup.bat,DestName=backup.bat,Attributes=16384,FileSize=362,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1064994081,HashPart2=-515365172,HashPart3=-2014729188,HashPart4=-306823689,,) MSI (s) (34:F8) [11:14:14:476]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\backup.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:476]: Executing op: FileCopy(SourceName=CREATEDB.BAT|createDB.bat,SourceCabKey=createDB.bat,DestName=createDB.bat,Attributes=16384,FileSize=889,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-809633668,HashPart2=109414625,HashPart3=1755802792,HashPart4=1791807223,,) MSI (s) (34:F8) [11:14:14:477]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\createDB.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:477]: Executing op: FileCopy(SourceName=DS-SUP~1.WSF|ds-support.wsf,SourceCabKey=ds_support.wsf,DestName=ds-support.wsf,Attributes=16384,FileSize=21892,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-598523841,HashPart2=-339404317,HashPart3=-92889992,HashPart4=2136819390,,) MSI (s) (34:F8) [11:14:14:477]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\ds-support.wsf; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:478]: Executing op: FileCopy(SourceName=EXEC.BAT|exec.bat,SourceCabKey=exec.bat,DestName=exec.bat,Attributes=16384,FileSize=1283,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1438014120,HashPart2=990937760,HashPart3=-543411456,HashPart4=-1974726594,,) MSI (s) (34:F8) [11:14:14:478]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\exec.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:478]: Executing op: FileCopy(SourceName=GET-LS~1.VBS|get-ls-url.vbs,SourceCabKey=get-ls-url.vbs,DestName=get-ls-url.vbs,Attributes=16384,FileSize=1936,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-216142492,HashPart2=-1790594899,HashPart3=803618092,HashPart4=-177012825,,) MSI (s) (34:F8) [11:14:14:479]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\get-ls-url.vbs; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:479]: Executing op: FileCopy(SourceName=IS-CHA~1.BAT|is-change-sso.bat,SourceCabKey=is-change-sso.bat,DestName=is-change-sso.bat,Attributes=16384,FileSize=3361,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1722312885,HashPart2=406883831,HashPart3=-11366016,HashPart4=1606098473,,) MSI (s) (34:F8) [11:14:14:480]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\is-change-sso.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:480]: Executing op: FileCopy(SourceName=REGIST~1.bat|register-sso.bat,SourceCabKey=register_sso.bat,DestName=register-sso.bat,Attributes=16384,FileSize=1301,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-400967758,HashPart2=1203667686,HashPart3=1336251516,HashPart4=598308165,,) MSI (s) (34:F8) [11:14:14:481]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\register-sso.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:481]: Executing op: FileCopy(SourceName=RESTOR~1.bat|restore.bat,SourceCabKey=restore.bat,DestName=restore.bat,Attributes=16384,FileSize=401,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-1313747743,HashPart2=630936139,HashPart3=1790434437,HashPart4=1303091240,,) MSI (s) (34:F8) [11:14:14:481]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\restore.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:481]: Executing op: FileCopy(SourceName=LOG4J.PRO|log4j.properties,SourceCabKey=scripts_log4j.properties,DestName=log4j.properties,Attributes=16384,FileSize=868,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1027268842,HashPart2=-1717877461,HashPart3=-16626363,HashPart4=-1714981425,,) MSI (s) (34:F8) [11:14:14:482]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\log4j.properties; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:482]: Executing op: FileCopy(SourceName=UNREGI~1.bat|unregister-sso.bat,SourceCabKey=unregister_sso.bat,DestName=unregister-sso.bat,Attributes=16384,FileSize=1428,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1407750742,HashPart2=795311075,HashPart3=-123418047,HashPart4=-1428636507,,) MSI (s) (34:F8) [11:14:14:483]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\unregister-sso.bat; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:483]: Executing op: FileCopy(SourceName=UPDATE~1.VBS|update-is-cfg.vbs,SourceCabKey=update-is-cfg.vbs,DestName=update-is-cfg.vbs,Attributes=16384,FileSize=2607,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=404936336,HashPart2=1400754814,HashPart3=-1982559414,HashPart4=780307052,,) MSI (s) (34:F8) [11:14:14:484]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\update-is-cfg.vbs; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:484]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\) MSI (s) (34:F8) [11:14:14:484]: Executing op: SetSourceFolder(Folder=1\Prog64~1\VMware\INFRAS~1\INVENT~1\lib\server\config\|Program Files 64\VMware\Infrastructure\Inventory Service\lib\server\config\) MSI (s) (34:F8) [11:14:14:484]: Executing op: FileCopy(SourceName=Purge.XML|Purge.xml,SourceCabKey=Purge.xml,DestName=Purge.xml,Attributes=16384,FileSize=2499,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1924394959,HashPart2=-581272373,HashPart3=178960542,HashPart4=-406623949,,) MSI (s) (34:F8) [11:14:14:485]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\Purge.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:485]: Executing op: FileCopy(SourceName=AUTHOR~1.XML|authorization-config.xml,SourceCabKey=authorization_config.xml,DestName=authorization-config.xml,Attributes=16384,FileSize=14804,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-822022556,HashPart2=1679277534,HashPart3=-831975900,HashPart4=-1907137339,,) MSI (s) (34:F8) [11:14:14:486]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\authorization-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:486]: Executing op: FileCopy(SourceName=DATASE~1.PRO|dataservice.properties,SourceCabKey=dataservice.properties,DestName=dataservice.properties,Attributes=16384,FileSize=961,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-2003543659,HashPart2=512306095,HashPart3=-1258154410,HashPart4=275287695,,) MSI (s) (34:F8) [11:14:14:487]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\dataservice.properties; Won't Overwrite; Won't patch; Existing file is unversioned but modified MSI (s) (34:F8) [11:14:14:487]: Executing op: FileCopy(SourceName=LOG4J~1.PRO|log4j.properties,SourceCabKey=log4j.properties,DestName=log4j.properties,Attributes=16384,FileSize=1398,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-110349783,HashPart2=-258360784,HashPart3=1279733374,HashPart4=1306715261,,) MSI (s) (34:F8) [11:14:14:488]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\log4j.properties; Overwrite; Won't patch; Existing file is unversioned and unmodified - hash doesn't match source file MSI (s) (34:F8) [11:14:14:488]: Source for file 'log4j.properties' is compressed InstallFiles: File: log4j.properties, Directory: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\, Size: 1398 MSI (s) (34:F8) [11:14:14:488]: Re-applying security from existing file. MSI (s) (34:F8) [11:14:14:490]: Verifying accessibility of file: log4j.properties MSI (s) (34:F8) [11:14:14:492]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:493]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:526]: Executing op: FileCopy(SourceName=PROVID~1.XML|provider-config.xml,SourceCabKey=provider_config.xml,DestName=provider-config.xml,Attributes=16384,FileSize=3232,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=2006765175,HashPart2=-1733074893,HashPart3=1407687098,HashPart4=700236828,,) MSI (s) (34:F8) [11:14:14:526]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\provider-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:526]: Executing op: FileCopy(SourceName=QUERY-~1.XML|query-server-config.xml,SourceCabKey=query_server_config.xml,DestName=query-server-config.xml,Attributes=16384,FileSize=7202,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-650447397,HashPart2=578306476,HashPart3=-1678075380,HashPart4=-420123289,,) MSI (s) (34:F8) [11:14:14:527]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\query-server-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:527]: Executing op: FileCopy(SourceName=SECURI~1.XML|security-config.xml,SourceCabKey=security_config.xml,DestName=security-config.xml,Attributes=16384,FileSize=6196,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=737339709,HashPart2=1645040061,HashPart3=1439707481,HashPart4=-1014765146,,) MSI (s) (34:F8) [11:14:14:528]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\security-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:528]: Executing op: FileCopy(SourceName=SERVER~1.XML|server-config.xml,SourceCabKey=server_config.xml,DestName=server-config.xml,Attributes=16384,FileSize=7697,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=323749966,HashPart2=-1368100681,HashPart3=-1636103822,HashPart4=-745766188,,) MSI (s) (34:F8) [11:14:14:529]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\server-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:529]: Executing op: FileCopy(SourceName=SSO-CO~1.XML|sso-config.xml,SourceCabKey=sso_config.xml,DestName=sso-config.xml,Attributes=16384,FileSize=4416,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1756359215,HashPart2=2091095600,HashPart3=-396217089,HashPart4=-1441973758,,) MSI (s) (34:F8) [11:14:14:529]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\sso-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:529]: Executing op: FileCopy(SourceName=TAGGIN~1.XML|tagging-config.xml,SourceCabKey=tagging_config.xml,DestName=tagging-config.xml,Attributes=16384,FileSize=1463,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=1474323778,HashPart2=1903872605,HashPart3=-1962612697,HashPart4=533856970,,) MSI (s) (34:F8) [11:14:14:530]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\tagging-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:530]: Executing op: FileCopy(SourceName=VMOMI-~1.XML|vmomi-server-config.xml,SourceCabKey=vmomi_server_config.xml,DestName=vmomi-server-config.xml,Attributes=16384,FileSize=9486,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=642031096,HashPart2=1948574416,HashPart3=-2098247696,HashPart4=-708977439,,) MSI (s) (34:F8) [11:14:14:531]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\vmomi-server-config.xml; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:531]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\) MSI (s) (34:F8) [11:14:14:531]: Executing op: SetSourceFolder(Folder=C:\Windows\Installer\$PatchCache$\Managed\C59C9D82113F86342AFFFFFDD4B58C4E\5.5.0\) MSI (s) (34:F8) [11:14:14:531]: Executing op: RegisterSharedComponentProvider(,,File=wrapper.exe.C511B885_94BA_488E_837C_0FB2997DEA48,Component={5B91D607-DAA0-403B-B120-CDE8C016CCAE},ComponentVersion=3.4.0.0,ProductCode={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductVersion=5.5.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=1,IsFullFile=0) MSI (s) (34:F8) [11:14:14:531]: Executing op: FileCopy(SourceName=wrapper.exe.C511B885_94BA_488E_837C_0FB2997DEA48,SourceCabKey=wrapper.exe.C511B885_94BA_488E_837C_0FB2997DEA48,DestName=wrapper.exe,Attributes=512,FileSize=399360,PerTick=65536,,VerifyMedia=0,,,,,CheckCRC=0,Version=3.4.0.0,Language=9,InstallMode=126091264,,,,,,,) MSI (s) (34:F8) [11:14:14:532]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe; Won't Overwrite; Won't patch; Existing file is of an equal version MSI (s) (34:F8) [11:14:14:532]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\) MSI (s) (34:F8) [11:14:14:532]: Executing op: RegisterSharedComponentProvider(,,File=wrapper.dll.C511B885_94BA_488E_837C_0FB2997DEA48,Component={8D10CDF5-2B3C-4FE7-B818-3E4EFE0724C8},ComponentVersion=3.4.0.0,ProductCode={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductVersion=5.5.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=1,IsFullFile=0) MSI (s) (34:F8) [11:14:14:532]: Executing op: FileCopy(SourceName=wrapper.dll.C511B885_94BA_488E_837C_0FB2997DEA48,SourceCabKey=wrapper.dll.C511B885_94BA_488E_837C_0FB2997DEA48,DestName=wrapper.dll,Attributes=512,FileSize=225280,PerTick=65536,,VerifyMedia=0,,,,,CheckCRC=0,Version=3.4.0.0,Language=9,InstallMode=126091264,,,,,,,) MSI (s) (34:F8) [11:14:14:533]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.dll; Won't Overwrite; Won't patch; Existing file is of an equal version MSI (s) (34:F8) [11:14:14:533]: Executing op: FileCopy(SourceName=wrapper.jar.C511B885_94BA_488E_837C_0FB2997DEA48,SourceCabKey=wrapper.jar.C511B885_94BA_488E_837C_0FB2997DEA48,DestName=wrapper.jar,Attributes=512,FileSize=107496,PerTick=65536,,VerifyMedia=0,,,,,CheckCRC=0,,,InstallMode=126091264,HashOptions=0,HashPart1=-673121409,HashPart2=-1323263443,HashPart3=138821032,HashPart4=1977428181,,) MSI (s) (34:F8) [11:14:14:534]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.jar; Won't Overwrite; Won't patch; Existing file is unversioned and unmodified - hash matches source file MSI (s) (34:F8) [11:14:14:534]: Executing op: CacheSizeFlush(,) MSI (s) (34:F8) [11:14:14:534]: Executing op: ActionStart(Name=VM_UpdateServiceWrapperConfigFile,,) Action 11:14:14: VM_UpdateServiceWrapperConfigFile. MSI (s) (34:F8) [11:14:14:541]: Executing op: CustomActionSchedule(Action=VM_UpdateServiceWrapperConfigFile,ActionType=17409,Source=BinaryData,Target=VMUpdateConfigurationFile,CustomActionData=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf;1;0;C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\;"C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\";C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\;3072) MSI (s) (34:88) [11:14:14:549]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIDA7.tmp, Entrypoint: VMUpdateConfigurationFile MSI (s) (34:F8) [11:14:14:580]: Executing op: ActionStart(Name=VM_LockdownFilePermissions,,) Action 11:14:14: VM_LockdownFilePermissions. MSI (s) (34:F8) [11:14:14:587]: Executing op: CustomActionSchedule(Action=VM_LockdownFilePermissions,ActionType=3137,Source=BinaryData,Target=VMSetFilePermissions,CustomActionData=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf|Administrators:268435456;C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe|Administrators:268435456;C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\dataservice.properties|Administrators:268435456;) MSI (s) (34:A0) [11:14:14:594]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIDD7.tmp, Entrypoint: VMSetFilePermissions MSI (s) (34:F4) [11:14:14:594]: Generating random cookie. MSI (s) (34:F4) [11:14:14:596]: Created Custom Action Server with PID 4184 (0x1058). MSI (s) (34:7C) [11:14:14:620]: Running as a service. MSI (s) (34:7C) [11:14:14:622]: Hello, I'm your 64bit Elevated Non-remapped custom action server. MSI (s) (34:F8) [11:14:14:648]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1]) Action 11:14:14: CreateShortcuts. Creating shortcuts MSI (s) (34:F8) [11:14:14:650]: Executing op: IconCreate(Icon=ARPPRODUCTICON.exe,Data=BinaryData) CreateShortcuts: Shortcut: ARPPRODUCTICON.exe MSI (s) (34:F8) [11:14:14:651]: Verifying accessibility of file: ARPPRODUCTICON.exe MSI (s) (34:F8) [11:14:14:654]: Note: 1: 2318 2: MSI (s) (34:F8) [11:14:14:658]: Executing op: SetTargetFolder(Folder=23\VMware\) MSI (s) (34:F8) [11:14:14:661]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (34:F8) [11:14:14:661]: Executing op: ShortcutCreate(Name=GENERA~1|Generate Inventory Service log bundle,,,FileName=C:\Windows\system32\cscript.exe,Arguments="C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\ds-support.wsf" /z,,,IconIndex=1,,ShowCmd=1,,,,,) CreateShortcuts: Shortcut: GENERA~1|Generate Inventory Service log bundle MSI (s) (34:F8) [11:14:14:662]: Verifying accessibility of file: Generate Inventory Service log bundle.lnk MSI (s) (34:F8) [11:14:14:673]: Executing op: ActionStart(Name=WriteRegistryValues,Description=Writing system registry values,Template=Key: [1], Name: [2], Value: [3]) Action 11:14:14: WriteRegistryValues. Writing system registry values MSI (s) (34:F8) [11:14:14:674]: Executing op: ProgressTotal(Total=13,Type=1,ByteEquivalent=13200) MSI (s) (34:F8) [11:14:14:675]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Infrastructure\SSORegistrationTool\VMware vCenter Inventory Service,,BinaryType=1,,) MSI (s) (34:F8) [11:14:14:675]: Executing op: RegAddValue(Name=LsRegFlag,Value=0,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\SSORegistrationTool\VMware vCenter Inventory Service, Name: LsRegFlag, Value: 0 MSI (s) (34:F8) [11:14:14:675]: Executing op: RegAddValue(Name=SsoRegFlag,Value=1,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\SSORegistrationTool\VMware vCenter Inventory Service, Name: SsoRegFlag, Value: 1 MSI (s) (34:F8) [11:14:14:676]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service,,BinaryType=1,ControlRegistryReflection=0,) MSI (s) (34:F8) [11:14:14:676]: Executing op: RegAddValue(Name=FqdnIp,Value=svrBMVC01.domain.com,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: FqdnIp, Value: svrBMVC01.domain.com MSI (s) (34:F8) [11:14:14:676]: Disabling reflection on key: HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service MSI (s) (34:F8) [11:14:14:676]: Executing op: RegAddValue(Name=FederationPort,Value=10111,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: FederationPort, Value: 10111 MSI (s) (34:F8) [11:14:14:677]: Executing op: RegAddValue(Name=HttpPort,Value=10080,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: HttpPort, Value: 10080 MSI (s) (34:F8) [11:14:14:678]: Executing op: RegAddValue(Name=HttpsPort,Value=10443,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: HttpsPort, Value: 10443 MSI (s) (34:F8) [11:14:14:678]: Executing op: RegAddValue(Name=InstallPath,Value=C:\Program Files\VMware\Infrastructure\Inventory Service,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: InstallPath, Value: C:\Program Files\VMware\Infrastructure\Inventory Service MSI (s) (34:F8) [11:14:14:679]: Executing op: RegAddValue(Name=LookupServiceUrl,Value=https://svrBMVC01.domain.com:7444/lookupservice/sdk,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: LookupServiceUrl, Value: https://svrBMVC01.domain.com:7444/lookupservice/sdk MSI (s) (34:F8) [11:14:14:679]: Executing op: RegAddValue(Name=RunJRE,Value=1,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: RunJRE, Value: 1 MSI (s) (34:F8) [11:14:14:680]: Executing op: RegAddValue(Name=SsoSolutionName,Value=InventoryService_2012.11.29_113959,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: SsoSolutionName, Value: InventoryService_2012.11.29_113959 MSI (s) (34:F8) [11:14:14:680]: Executing op: RegAddValue(Name=TomcatMaxMemoryOption,Value=S,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: TomcatMaxMemoryOption, Value: S MSI (s) (34:F8) [11:14:14:681]: Executing op: RegAddValue(Name=Version,Value=5.5.0.47851,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: Version, Value: 5.5.0.47851 MSI (s) (34:F8) [11:14:14:682]: Executing op: RegAddValue(Name=XdbPort,Value=10109,) WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service, Name: XdbPort, Value: 10109 MSI (s) (34:F8) [11:14:14:682]: Executing op: ActionStart(Name=VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,Description=Configuring log4j path,) Action 11:14:14: VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E. Configuring log4j path MSI (s) (34:F8) [11:14:14:684]: Executing op: CustomActionSchedule(Action=VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,ActionType=1089,Source=BinaryData,Target=VMModifyLog4jXMLDeffered,CustomActionData=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\log4j.xml;C:\Users\a-tluk\AppData\Local\Temp\) MSI (s) (34:98) [11:14:14:686]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIE36.tmp, Entrypoint: VMModifyLog4jXMLDeffered CustomAction VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E returned actual error code 1603 but will be translated to success due to continue marking MSI (s) (34:F8) [11:14:14:695]: Executing op: ActionStart(Name=VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48,,) Action 11:14:14: VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48. MSI (s) (34:F8) [11:14:14:700]: Executing op: CustomActionSchedule(Action=VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48,ActionType=25665,Source=BinaryData,Target=**********,CustomActionData=**********) MSI (s) (34:BC) [11:14:14:708]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIE46.tmp, Entrypoint: VMControlService MSI (s) (34:F8) [11:16:46:716]: Executing op: ActionStart(Name=VM_StartServicesDeferred,,) Action 11:16:46: VM_StartServicesDeferred. MSI (s) (34:F8) [11:16:47:030]: Executing op: CustomActionSchedule(Action=VM_StartServicesDeferred,ActionType=17409,Source=BinaryData,Target=VMStartServicesDeferred,CustomActionData=vimPBSM;vctomcat;vpxd;vimQueryService|600) MSI (s) (34:88) [11:16:47:045]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI607C.tmp, Entrypoint: VMStartServicesDeferred CustomAction VM_StartServicesDeferred returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) Action ended 11:23:50: InstallFinalize. Return value 3. MSI (s) (34:F8) [11:23:50:908]: User policy value 'DisableRollback' is 0 MSI (s) (34:F8) [11:23:50:908]: Machine policy value 'DisableRollback' is 0 MSI (s) (34:F8) [11:23:50:911]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1231706567,LangId=0,Platform=589824,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (34:F8) [11:23:50:911]: Executing op: DialogInfo(Type=0,Argument=0) MSI (s) (34:F8) [11:23:50:911]: Executing op: DialogInfo(Type=1,Argument=VMware vCenter Inventory Service) MSI (s) (34:F8) [11:23:50:911]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f47.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f48.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f49.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f4a.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f4b.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f4c.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f4d.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f4e.rbf) MSI (s) (34:F8) [11:23:50:911]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f4f.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f50.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f51.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f52.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f53.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f54.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f55.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f56.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f57.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f58.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f59.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f5a.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f5b.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f5c.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f5d.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f5e.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f5f.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f60.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f61.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f62.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f63.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f64.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f65.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f66.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f67.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f68.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f69.rbf) MSI (s) (34:F8) [11:23:50:912]: Executing op: RegisterBackupFile(File=C:\Config.Msi\84f6a.rbf) Action 11:23:50: Rollback. Rolling back action: Rollback: VM_StartServicesDeferred MSI (s) (34:F8) [11:23:50:914]: Executing op: ActionStart(Name=VM_StartServicesDeferred,,) MSI (s) (34:F8) [11:23:50:914]: Executing op: ProductInfo(ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductName=VMware vCenter Inventory Service,PackageName=VMware vCenter Inventory Service.msi,Language=0,Version=84213760,Assignment=1,ObsoleteArg=0,ProductIcon=ARPPRODUCTICON.exe,,PackageCode={5CE07D39-C746-4EBA-9E00-B8F6C699A676},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3) Rollback: VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48 MSI (s) (34:F8) [11:23:50:915]: Executing op: ActionStart(Name=VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48,,) Rollback: Configuring log4j path MSI (s) (34:F8) [11:23:50:916]: Executing op: ActionStart(Name=VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E,Description=Configuring log4j path,) Rollback: Writing system registry values MSI (s) (34:F8) [11:23:50:916]: Executing op: ActionStart(Name=WriteRegistryValues,Description=Writing system registry values,Template=Key: [1], Name: [2], Value: [3]) MSI (s) (34:F8) [11:23:50:916]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service,SecurityDescriptor=BinaryData,BinaryType=1,ControlRegistryReflection=0,) MSI (s) (34:F8) [11:23:50:917]: Executing op: RegRemoveValue(Name=XdbPort,Value=10109,) MSI (s) (34:F8) [11:23:50:917]: Disabling reflection on key: HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Infrastructure\Inventory Service MSI (s) (34:F8) [11:23:50:917]: Executing op: RegAddValue(Name=XdbPort,Value=10109,) MSI (s) (34:F8) [11:23:50:918]: Executing op: RegRemoveValue(Name=Version,Value=5.5.0.47851,) MSI (s) (34:F8) [11:23:50:919]: Executing op: RegAddValue(Name=Version,Value=5.5.0.45995,) MSI (s) (34:F8) [11:23:50:920]: Executing op: RegRemoveValue(Name=TomcatMaxMemoryOption,Value=S,) MSI (s) (34:F8) [11:23:50:920]: Executing op: RegAddValue(Name=TomcatMaxMemoryOption,Value=S,) MSI (s) (34:F8) [11:23:50:921]: Executing op: RegRemoveValue(Name=SsoSolutionName,Value=InventoryService_2012.11.29_113959,) MSI (s) (34:F8) [11:23:50:922]: Executing op: RegAddValue(Name=SsoSolutionName,Value=InventoryService_2012.11.29_113959,) MSI (s) (34:F8) [11:23:50:923]: Executing op: RegRemoveValue(Name=RunJRE,Value=1,) MSI (s) (34:F8) [11:23:50:923]: Executing op: RegAddValue(Name=RunJRE,Value=1,) MSI (s) (34:F8) [11:23:50:925]: Executing op: RegRemoveValue(Name=LookupServiceUrl,Value=https://svrBMVC01.domain.com:7444/lookupservice/sdk,) MSI (s) (34:F8) [11:23:50:925]: Executing op: RegAddValue(Name=LookupServiceUrl,Value=https://svrBMVC01.domain.com:7444/lookupservice/sdk,) MSI (s) (34:F8) [11:23:50:927]: Executing op: RegRemoveValue(Name=InstallPath,Value=C:\Program Files\VMware\Infrastructure\Inventory Service,) MSI (s) (34:F8) [11:23:50:927]: Executing op: RegAddValue(Name=InstallPath,Value=C:\Program Files\VMware\Infrastructure\Inventory Service,) MSI (s) (34:F8) [11:23:50:928]: Executing op: RegRemoveValue(Name=HttpsPort,Value=10443,) MSI (s) (34:F8) [11:23:50:929]: Executing op: RegAddValue(Name=HttpsPort,Value=10443,) MSI (s) (34:F8) [11:23:50:930]: Executing op: RegRemoveValue(Name=HttpPort,Value=10080,) MSI (s) (34:F8) [11:23:50:930]: Executing op: RegAddValue(Name=HttpPort,Value=10080,) MSI (s) (34:F8) [11:23:50:931]: Executing op: RegRemoveValue(Name=FederationPort,Value=10111,) MSI (s) (34:F8) [11:23:50:932]: Executing op: RegAddValue(Name=FederationPort,Value=10111,) MSI (s) (34:F8) [11:23:50:934]: Executing op: RegRemoveValue(Name=FqdnIp,Value=svrBMVC01.domain.com,) MSI (s) (34:F8) [11:23:50:934]: Executing op: RegAddValue(Name=FqdnIp,Value=svrBMVC01.domain.com,) MSI (s) (34:F8) [11:23:50:935]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Infrastructure\SSORegistrationTool\VMware vCenter Inventory Service,SecurityDescriptor=BinaryData,BinaryType=1,,) MSI (s) (34:F8) [11:23:50:935]: Executing op: RegRemoveValue(Name=SsoRegFlag,Value=1,) MSI (s) (34:F8) [11:23:50:936]: Executing op: RegAddValue(Name=SsoRegFlag,Value=1,) MSI (s) (34:F8) [11:23:50:937]: Executing op: RegRemoveValue(Name=LsRegFlag,Value=0,) MSI (s) (34:F8) [11:23:50:937]: Executing op: RegAddValue(Name=LsRegFlag,Value=0,) Rollback: Creating shortcuts MSI (s) (34:F8) [11:23:50:939]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1]) MSI (s) (34:F8) [11:23:50:939]: Executing op: SetTargetFolder(Folder=23\VMware\) MSI (s) (34:F8) [11:23:50:942]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (34:F8) [11:23:50:950]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f6a.rbf,,DestName=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\Generate Inventory Service log bundle.lnk,Attributes=32800,FileSize=950,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:50:955]: File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\Generate Inventory Service log bundle.lnk; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:50:956]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:50:960]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:50:960]: Executing op: FileRemove(,FileName=C:\Windows\Installer\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\ARPPRODUCTICON.exe,Elevate=1,) MSI (s) (34:F8) [11:23:50:962]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:50:963]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f69.rbf,,DestName=C:\Windows\Installer\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\ARPPRODUCTICON.exe,Attributes=32801,FileSize=65536,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:50:963]: File: C:\Windows\Installer\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\ARPPRODUCTICON.exe; To be installed; Won't patch; No existing file MSI (s) (34:F8) [11:23:50:966]: Note: 1: 2318 2: Rollback: VM_LockdownFilePermissions MSI (s) (34:F8) [11:23:50:967]: Executing op: ActionStart(Name=VM_LockdownFilePermissions,,) Rollback: VM_UpdateServiceWrapperConfigFile MSI (s) (34:F8) [11:23:50:967]: Executing op: ActionStart(Name=VM_UpdateServiceWrapperConfigFile,,) Rollback: Copying new files MSI (s) (34:F8) [11:23:50:968]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6]) MSI (s) (34:F8) [11:23:50:968]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\) MSI (s) (34:F8) [11:23:50:968]: Executing op: RegisterSharedComponentProvider(,,File=wrapper.dll.C511B885_94BA_488E_837C_0FB2997DEA48,Component={8D10CDF5-2B3C-4FE7-B818-3E4EFE0724C8},ComponentVersion=3.4.0.0,ProductCode={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductVersion=5.5.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=1,IsFullFile=0) MSI (s) (34:F8) [11:23:50:969]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\) MSI (s) (34:F8) [11:23:50:970]: Executing op: RegisterSharedComponentProvider(,,File=wrapper.exe.C511B885_94BA_488E_837C_0FB2997DEA48,Component={5B91D607-DAA0-403B-B120-CDE8C016CCAE},ComponentVersion=3.4.0.0,ProductCode={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductVersion=5.5.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=1,IsFullFile=0) MSI (s) (34:F8) [11:23:50:970]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\) MSI (s) (34:F8) [11:23:50:970]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f68.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\log4j.properties,Attributes=32800,FileSize=1398,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:50:985]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\log4j.properties; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:50:986]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:50:990]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:50:990]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\) MSI (s) (34:F8) [11:23:50:992]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\) MSI (s) (34:F8) [11:23:50:992]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f67.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-server.jar,Attributes=32800,FileSize=333092,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:008]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-server.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:009]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:012]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:013]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f66.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-core.jar,Attributes=32800,FileSize=207949,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:036]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-core.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:038]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:040]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:041]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f65.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-client.jar,Attributes=32800,FileSize=116111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:054]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vlsi-client.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:056]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:058]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:059]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f64.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vim-vmodl.jar,Attributes=32800,FileSize=5118174,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:069]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vim-vmodl.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:070]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:073]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:074]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f63.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vim-version.jar,Attributes=32800,FileSize=10472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:086]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\vim-version.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:087]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:090]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:090]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f62.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\sso-adminserver-client-bindings.jar,Attributes=32800,FileSize=126206,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:101]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\sso-adminserver-client-bindings.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:102]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:104]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:105]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f61.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\sso-adminsdk.jar,Attributes=32800,FileSize=230657,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:113]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\sso-adminsdk.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:114]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:116]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:117]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f60.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ssoClient.jar,Attributes=32800,FileSize=317963,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:130]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ssoClient.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:132]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:133]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:134]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f5f.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\reflect-vmodl.jar,Attributes=32800,FileSize=29453,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:149]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\reflect-vmodl.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:150]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:153]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:154]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f5e.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\query-vmodl.jar,Attributes=32800,FileSize=34519,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:164]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\query-vmodl.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:165]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:168]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:169]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f5d.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\query.jar,Attributes=32800,FileSize=330638,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:177]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\query.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:178]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:181]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:181]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f5c.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\lookupservice-bindings-client.jar,Attributes=32800,FileSize=19945,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:198]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\lookupservice-bindings-client.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:200]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:203]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:203]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f5b.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\jwinauth.jar,Attributes=32800,FileSize=17867,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:212]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\jwinauth.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:213]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:216]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:217]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f5a.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\dataservice-vmodl.jar,Attributes=32800,FileSize=55836,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:225]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\dataservice-vmodl.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:226]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:229]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:229]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f59.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\dataservice-versions.jar,Attributes=32800,FileSize=1356,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:240]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\dataservice-versions.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:241]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:243]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:243]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f58.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\admin-interfaces.jar,Attributes=32800,FileSize=136405,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:255]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\admin-interfaces.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:256]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:259]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:259]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f57.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ds.jar,Attributes=32800,FileSize=316502,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:267]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ds.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:268]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:270]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:271]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\) MSI (s) (34:F8) [11:23:51:271]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f56.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf,Attributes=32800,FileSize=9472,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:273]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:274]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:276]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:277]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\) MSI (s) (34:F8) [11:23:51:292]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f55.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ssleay32.dll,Attributes=32800,FileSize=273408,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:317]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ssleay32.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:319]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:321]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:321]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f54.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\openssl.exe,Attributes=32800,FileSize=354816,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:412]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\openssl.exe; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:414]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:416]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:417]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f53.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\libeay32.dll,Attributes=32800,FileSize=1303552,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:441]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\libeay32.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:443]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:446]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:447]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f52.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\jwinauth.dll,Attributes=32800,FileSize=161280,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:472]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\bin\jwinauth.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:473]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:475]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:476]: Executing op: RegisterSharedComponentProvider(,,File=jwinauth.dll,Component={ACAB2B99-FB6A-4B0B-BD72-C24DE91CB95D},ComponentVersion=5.5.0.45995,ProductCode={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},ProductVersion=5.5.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0) MSI (s) (34:F8) [11:23:51:477]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\) MSI (s) (34:F8) [11:23:51:498]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f51.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\wstClient.jar,Attributes=32800,FileSize=183805,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:515]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\wstClient.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:517]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:521]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:522]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f50.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\vlsi-core.jar,Attributes=32800,FileSize=207949,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:524]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\vlsi-core.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:533]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:536]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:536]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f4f.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\vlsi-client.jar,Attributes=32800,FileSize=116111,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:554]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\vlsi-client.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:555]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:558]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:558]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f4e.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminserver-client-bindings.jar,Attributes=32800,FileSize=124187,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:568]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminserver-client-bindings.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:569]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:572]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:572]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f4d.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\samltoken.jar,Attributes=32800,FileSize=146948,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:583]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\samltoken.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:584]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:587]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:588]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f4c.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\lookupservice-bindings-client.jar,Attributes=32800,FileSize=19945,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:591]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\lookupservice-bindings-client.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:592]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:595]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:596]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f4b.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\admin-interfaces.jar,Attributes=32800,FileSize=133862,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:603]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\admin-interfaces.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:605]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:609]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:610]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\) MSI (s) (34:F8) [11:23:51:611]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f4a.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ssolscli.zip,Attributes=32800,FileSize=8404724,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:625]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ssolscli.zip; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:629]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:630]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f49.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\sso_svccfg.zip,Attributes=32800,FileSize=15944754,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:640]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\sso_svccfg.zip; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:644]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:645]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\) MSI (s) (34:F8) [11:23:51:645]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f48.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminsdk.jar,Attributes=32800,FileSize=226911,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:661]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminsdk.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:662]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:666]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:671]: Executing op: SetTargetFolder(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\) MSI (s) (34:F8) [11:23:51:672]: Executing op: FileCopy(SourceName=C:\Config.Msi\84f47.rbf,,DestName=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\regtool.jar,Attributes=32800,FileSize=152891,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,) MSI (s) (34:F8) [11:23:51:689]: File: C:\Program Files\VMware\Infrastructure\Inventory Service\sso\regtool.jar; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten MSI (s) (34:F8) [11:23:51:693]: Note: 1: 2318 2: Rollback: Creating folders MSI (s) (34:F8) [11:23:51:694]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1]) MSI (s) (34:F8) [11:23:51:695]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\SSL\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (34:F8) [11:23:51:696]: Executing op: FolderCreate(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (34:F8) [11:23:51:697]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (34:F8) [11:23:51:699]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (34:F8) [11:23:51:705]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (34:F8) [11:23:51:706]: Executing op: FolderCreate(Folder=C:\ProgramData\VMware\Infrastructure\Inventory Service\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (34:F8) [11:23:51:708]: Executing op: FolderCreate(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\,Foreign=0,SecurityDescriptor=BinaryData,) MSI (s) (34:F8) [11:23:51:709]: Executing op: FolderCreate(Folder=C:\Program Files\VMware\Infrastructure\Inventory Service\data\,Foreign=0,SecurityDescriptor=BinaryData,) Rollback: Removing ODBC components MSI (s) (34:F8) [11:23:51:710]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,) Rollback: Updating component registration MSI (s) (34:F8) [11:23:51:711]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) MSI (s) (34:F8) [11:23:51:711]: Executing op: ComponentRegister(ComponentId={DE9FDDDF-F1BD-4442-937C-6AF991D5F436},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.jar,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (34:F8) [11:23:51:712]: Executing op: ComponentRegister(ComponentId={8D10CDF5-2B3C-4FE7-B818-3E4EFE0724C8},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\wrapper.dll,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (34:F8) [11:23:51:713]: Executing op: ComponentRegister(ComponentId={5B91D607-DAA0-403B-B120-CDE8C016CCAE},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (34:F8) [11:23:51:714]: Executing op: ComponentRegister(ComponentId={EBB4E44C-30E8-4B2A-A98E-C6B730B6C079},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\sso-adminsdk.jar,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (34:F8) [11:23:51:715]: Executing op: ComponentRegister(ComponentId={F0CAFE86-F21E-4D6A-93C1-27E1AB3E0C0B},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\sso\regtool.jar,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (34:F8) [11:23:51:716]: Executing op: ComponentRegister(ComponentId={A1CBD406-0D29-40E4-B3FA-2560FF127ABC},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=0,BinaryType=1) MSI (s) (34:F8) [11:23:51:716]: Executing op: ComponentRegister(ComponentId={CEED1C44-9F99-4AD6-9F78-13536C0B5306},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (34:F8) [11:23:51:716]: Executing op: ComponentRegister(ComponentId={BC9F67F7-ABA6-4D4B-BE62-1C9A691D8A82},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ds.jar,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (34:F8) [11:23:51:717]: Executing op: ComponentRegister(ComponentId={D5FC88A4-095C-48AC-AC2F-52EA7A9163F2},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\conf\,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=0,BinaryType=0) MSI (s) (34:F8) [11:23:51:718]: Executing op: ComponentRegister(ComponentId={ACAB2B99-FB6A-4B0B-BD72-C24DE91CB95D},KeyPath=C:\Program Files\VMware\Infrastructure\Inventory Service\bin\jwinauth.dll,State=3,ProductKey={28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4},,SharedDllRefCount=1,BinaryType=1) MSI (s) (34:F8) [11:23:51:718]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) MSI (s) (34:F8) [11:23:51:718]: Error in rollback skipped. Return: 5 MSI (s) (34:F8) [11:23:51:724]: Note: 1: 2318 2: MSI (s) (34:F8) [11:23:51:744]: No System Restore sequence number for this installation. MSI (s) (34:F8) [11:23:51:744]: Unlocking Server MSI (s) (34:F8) [11:23:51:747]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 11:23:51: INSTALL. Return value 3. Property(S): DiskPrompt = [1] Property(S): UpgradeCode = {7DFD20ED-5EDD-443D-B1CE-12ABECC50B94} Property(S): ProductCode = {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} Property(S): SOURCEDIR = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\ Property(S): SourcedirProduct = {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} Property(S): Installed = 2016/07/27 00:52:16 Property(S): INSTALL_HISTORY_LOG_FILE = C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\vim-is-install.log Property(S): USE_FQDN = 1 Property(S): COMPUTER_FQDN.C511B885_94BA_488E_837C_0FB2997DEA48 = svrBMVC01.domain.com Property(S): PrimaryVolumeSpaceRemaining = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): OutOfDiskSpace = 0 Property(S): CostingComplete = 1 Property(S): Preselected = 1 Property(S): QFEUpgrade = 1 Property(S): UILevel = 5 Property(S): OriginalDatabase = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi Property(S): DATABASE = C:\Windows\Installer\84f44.msi Property(S): MsiRunningElevated = 1 Property(S): RedirectedDllSupport = 2 Property(S): MsiWin32AssemblySupport = 6.1.7601.17514 Property(S): MsiNetAssemblySupport = 4.0.30319.36365 Property(S): Date = 11/10/2016 Property(S): Time = 11:23:51 Property(S): TTCSupport = 1 Property(S): ColorBits = 32 Property(S): TextInternalLeading = 3 Property(S): TextHeight = 16 Property(S): BorderSide = 1 Property(S): BorderTop = 1 Property(S): CaptionHeight = 19 Property(S): ScreenY = 768 Property(S): ScreenX = 1024 Property(S): SystemLanguageID = 1033 Property(S): ComputerName = svrBMVC01 Property(S): UserLanguageID = 1033 Property(S): UserSID = S-1-5-21-206374890-975330658-925700815-10626 Property(S): LogonUser = a-tluk Property(S): MsiTrueAdminUser = 1 Property(S): AdminUser = 1 Property(S): VirtualMemory = 18180 Property(S): PhysicalMemory = 10240 Property(S): Intel = 6 Property(S): Msix64 = 6 Property(S): MsiAMD64 = 6 Property(S): ShellAdvtSupport = 1 Property(S): OLEAdvtSupport = 1 Property(S): GPTSupport = 1 Property(S): FontsFolder = C:\Windows\Fonts\ Property(S): DesktopFolder = C:\Users\Public\Desktop\ Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(S): MyPicturesFolder = C:\Users\a-tluk\Pictures\ Property(S): LocalAppDataFolder = C:\Users\a-tluk\AppData\Local\ Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(S): SendToFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\SendTo\ Property(S): VersionNT = 601 Property(S): IS_MINOR_UPGRADE = 1 Property(S): VM_LockdownFilePermissions = C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf|Administrators:268435456;C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe|Administrators:268435456;C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\dataservice.properties|Administrators:268435456; Property(S): VM_LogInstallIntialize = C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\;vim-is-install.log|JRE version;|Java Service Wrapper version;3.4.0|OpenSSL version;0.9.8.26 Property(S): VM_PATH_JRE = C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\ Property(S): VM_StartServicesDeferred = vimPBSM;vctomcat;vpxd;vimQueryService|600 Property(S): VM_UpdateServiceWrapperConfigFile = C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf;1;0;C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\;"C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\";C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\;3072 Property(S): PackagecodeChanging = 1 Property(S): TARGETDIR = C:\ Property(S): ALLUSERSPROFILE = C:\ProgramData\ Property(S): RecentFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Recent\ Property(S): PrintHoodFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(S): QUERY_SERVICE = C:\Program Files\VMware\Infrastructure\Inventory Service\ Property(S): BIN = C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ Property(S): CONF = C:\Program Files\VMware\Infrastructure\Inventory Service\conf\ Property(S): SERVER = C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\ Property(S): CONFIG = C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\ Property(S): CommonAppDataFolder = C:\ProgramData\ Property(S): PersonalFolder = C:\Users\a-tluk\Documents\ Property(S): NetHoodFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(S): DATA = C:\Program Files\VMware\Infrastructure\Inventory Service\data\ Property(S): ISYourDataBaseDir = C:\Program Files\VMware\Infrastructure\Database\ Property(S): DATABASEDIR = C:\Program Files\VMware\Infrastructure\Database\ Property(S): FavoritesFolder = C:\Users\a-tluk\Favorites\ Property(S): AppDataFolder = C:\Users\a-tluk\AppData\Roaming\ Property(S): ENDPOINTS = C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\ Property(S): CommonFiles64Folder = C:\Program Files\Common Files\ Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(S): VMWARE = C:\Program Files\VMware\ Property(S): INFRASTRUCTURE = C:\Program Files\VMware\Infrastructure\ Property(S): VMWARE_ALLUSER_DATA = C:\ProgramData\VMware\ Property(S): INFRASTRUCTURE1 = C:\ProgramData\VMware\Infrastructure\ Property(S): INSTALLDIR = C:\Program Files\VMware\Infrastructure\ Property(S): TempFolder = C:\Users\a-tluk\AppData\Local\Temp\ Property(S): RemoteAdminTS = 1 Property(S): ProgramFilesFolder = C:\Program Files (x86)\ Property(S): System64Folder = C:\Windows\system32\ Property(S): LIB = C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ Property(S): QUERY_SERVICE1 = C:\ProgramData\VMware\Infrastructure\Inventory Service\ Property(S): LOGS = C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\ Property(S): WindowsVolume = C:\ Property(S): WindowsFolder = C:\Windows\ Property(S): MsiNTProductType = 3 Property(S): ServicePackLevelMinor = 0 Property(S): ServicePackLevel = 1 Property(S): ProgramFiles64Folder = C:\Program Files\ Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(S): SCRIPTS = C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\ Property(S): SSL_DATA_DIR = C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\ Property(S): SSO = C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ Property(S): WindowsBuild = 7601 Property(S): VersionNT64 = 601 Property(S): VersionMsi = 5.00 Property(S): VersionDatabase = 301 Property(S): SystemFolder = C:\Windows\SysWOW64\ Property(S): SourceDir = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\ Property(S): REINSTALL = SSORegistration,QueryService Property(S): SETUPEXEDIR = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service Property(S): USERPROFILE = C:\Users\a-tluk\ Property(S): VMWARE_TRUST_STORE = C:\ProgramData\VMware\SSL\ Property(S): VMwareStartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\ Property(S): REINSTALLMODE = vomus Property(S): PRODUCTLANGUAGE = 0 Property(S): Infrastructure.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files (x86)\VMware\Infrastructure\ Property(S): SSOREGTOOL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files (x86)\VMware\Infrastructure\SSORegTool\ Property(S): INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ Property(S): VMware.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files (x86)\VMware\ Property(S): LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\ Property(S): VM_ModifyLogForJDeffered.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files\VMware\Infrastructure\Inventory Service\sso\log4j.xml;C:\Users\a-tluk\AppData\Local\Temp\ Property(S): LsRegFlag.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = 0 Property(S): SsoRegFlag.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = 1 Property(S): IS_SSO_IP_FILE = C:\Program Files\VMware\Infrastructure\Inventory Service\conf\sso.ini Property(S): IpFile.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_IP_FILE Property(S): Password.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSO_ADMIN_PASSWORD Property(S): IS_SSO_SERVICE_ID_FILE = C:\Program Files\VMware\Infrastructure\Inventory ServiceserviceId Property(S): ServiceIdFile.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_SERVICE_ID_FILE Property(S): IS_SSO_SSL_CERT_FILE = C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\rui.crt Property(S): SslCert.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_SSL_CERT_FILE Property(S): IS_SSO_SSL_KEY_FILE = C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\rui.key Property(S): SslPKey.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_SSL_KEY_FILE Property(S): LS_URL = https://svrBMVC01.domain.com:7444/lookupservice/sdk Property(S): SsoLS_URL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = LS_URL Property(S): SSO_ADMIN_USER = administrator@vsphere.local Property(S): UserName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSO_ADMIN_USER Property(S): UserRole.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = read Property(S): SSO_SOLUTION_NAME = InventoryService_2012.11.29_113959 Property(S): solutionUserName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSO_SOLUTION_NAME Property(S): JRE = C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\ Property(S): Java_Home.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = JRE Property(S): InstanceName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = VIM_SSORegTool Property(S): KeyFile.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = regtool.jar Property(S): ModuleName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSORegistrationTool Property(S): Platform.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = x64 Property(S): SHOW_SSO_REG_WARNINGS = 1 Property(S): SSO_VERSION.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = 1.0.0 Property(S): LOG_FOR_J_PATH.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\SsoRegTool\log4j.xml Property(S): BIN.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\ Property(S): INSTALLDIR.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ Property(S): LIB.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\ Property(S): LOGS.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\logs\ Property(S): WRAPPER.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ Property(S): VMWARE.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\ Property(S): INFRASTRUCTURE.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\ Property(S): ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\ Property(S): VM_StartService.C511B885_94BA_488E_837C_0FB2997DEA48 = vimQueryService;1 Property(S): VM_WriteRegistry.C511B885_94BA_488E_837C_0FB2997DEA48 = x64;Service Wrapper;InventoryService;C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\;{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4};VMware vCenter Inventory Service Property(S): VM_UpdateBatchFile.C511B885_94BA_488E_837C_0FB2997DEA48 = ReinstallService.bat;C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\wrapper.exe;../../conf/wrapper.conf Property(S): ForceStopService.C511B885_94BA_488E_837C_0FB2997DEA48 = 0 Property(S): ServiceWrapperInstance = InventoryService Property(S): InstanceName.C511B885_94BA_488E_837C_0FB2997DEA48 = ServiceWrapperInstance Property(S): ServiceName = vimQueryService Property(S): ServiceName.C511B885_94BA_488E_837C_0FB2997DEA48 = vimQueryService Property(S): ServiceDisplayName = vCenter Inventory Service Property(S): ServiceDisplayName.C511B885_94BA_488E_837C_0FB2997DEA48 = ServiceDisplayName Property(S): ConfigurationFile = ../../conf/wrapper.conf Property(S): WrapperConfigPath.C511B885_94BA_488E_837C_0FB2997DEA48 = ../../conf/wrapper.conf Property(S): InstanceInstalled.C511B885_94BA_488E_837C_0FB2997DEA48 = 1 Property(S): CanUninstallMergeModule.C511B885_94BA_488E_837C_0FB2997DEA48 = 0 Property(S): KeyComponent.C511B885_94BA_488E_837C_0FB2997DEA48 = _wrapper.exe.C511B885_94BA_488E_837C_0FB2997DEA48 Property(S): KeyFile.C511B885_94BA_488E_837C_0FB2997DEA48 = bin\wrapper.exe Property(S): Platform.C511B885_94BA_488E_837C_0FB2997DEA48 = x64 Property(S): ModuleName.C511B885_94BA_488E_837C_0FB2997DEA48 = Service Wrapper Property(S): CURRENTDIRECTORY = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03 Property(S): CLIENTUILEVEL = 0 Property(S): CLIENTPROCESSID = 1080 Property(S): COMPUTER_FQDN = svrBMVC01.domain.com Property(S): FEDERATION_PORT = 10111 Property(S): FEDERATION_PORT_OLD = 10111 Property(S): HTTPS_PORT = 10443 Property(S): HTTPS_PORT_OLD = 10443 Property(S): HTTP_PORT = 10080 Property(S): HTTP_PORT_OLD = 10080 Property(S): INSTALLPATH = C:\Program Files\VMware\Infrastructure\Inventory Service Property(S): QS_VERSION_INSTALLED = 5.5.0.45995 Property(S): SSL_PORT = 443 Property(S): SSO_FQDN_IP = svrBMVC01.domain.com Property(S): SSO_HTTPS_PORT = 7444 Property(S): TOMCAT_MAX_MEMORY_OPTION = S Property(S): VC_INSTALLED_DIR = C:\Program Files\VMware\Infrastructure\VirtualCenter Server\ Property(S): VM_RUN_JRE = 1 Property(S): VM_VERSION_JRE = 5.5.0.2542 Property(S): XDB_PORT = 10109 Property(S): XDB_PORT_OLD = 10109 Property(S): QUERY_SERVICE_NUKE_DATABASE = 0 Property(S): ApplicationUsers = AllUsers Property(S): AgreeToLicense = No Property(S): _IsMaintenance = Change Property(S): RestartManagerOption = CloseRestart Property(S): SetupType = Typical Property(S): _IsSetupTypeMin = Typical Property(S): CERTIFICATE_TEXT = 0 Property(S): Display_IsBitmapDlg = 1 Property(S): ALLUSERS = 1 Property(S): ARPCONTACT = http://www.vmware.com/support Property(S): ARPHELPLINK = http://www.vmware.com/support Property(S): ARPHELPTELEPHONE = 1-877-486-9273 Property(S): ARPNOMODIFY = 1 Property(S): ARPNOREPAIR = 1 Property(S): ARPPRODUCTICON = ARPPRODUCTICON.exe Property(S): ARPURLINFOABOUT = http://www.vmware.com Property(S): ARPURLUPDATEINFO = http://www.vmware.com/support Property(S): CopyrightYears = 1998-2016 Property(S): DefaultUIFont = Tahoma8 Property(S): DialogCaption = InstallShield for Windows Installer Property(S): DisplayNameCustom = Custom Property(S): DisplayNameMinimal = Minimal Property(S): DisplayNameTypical = Typical Property(S): ErrorDialog = SetupError Property(S): FLIP_VC_IS_ORDER = 1 Property(S): GenericAllPermission = 268435456 Property(S): INI_INPUT_SECTIONS = is; Property(S): INI_OUTPUT_SECTIONS = is; Property(S): INSTALLLEVEL = 100 Property(S): INSTALL_CERTIFICATE = &Install Property(S): ISCHECKFORPRODUCTUPDATES = 1 Property(S): ISVROOT_PORT_NO = 0 Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1] Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1] Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1] Property(S): IS_PREVENT_DOWNGRADE_EXIT = A newer version of this application is already installed on this computer. If you wish to install this version, please uninstall the newer version first. Click OK to exit the wizard. Property(S): IS_PROGMSG_TEXTFILECHANGS_REPLACE = Replacing %s with %s in %s... Property(S): IS_PROGMSG_XML_COSTING = Costing XML files... Property(S): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s... Property(S): IS_PROGMSG_XML_FILES = Performing XML file changes... Property(S): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s... Property(S): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes... Property(S): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s... Property(S): IS_SQLSERVER_AUTHENTICATION = 0 Property(S): IS_SQLSERVER_USERNAME = sa Property(S): InstallChoice = AR Property(S): JAVA_SERVICE_WRAPPER_VERSION = 3.4.0 Property(S): KEYSTORE_PASSWORD = ********** Property(S): KEY_PASSWORD = ********** Property(S): MSIRESTARTMANAGERCONTROL = Disable Property(S): Manufacturer = VMware, Inc. Property(S): MsiHiddenProperties = KEYSTORE_PASSWORD;KEY_PASSWORD;XDB_PASSWORD;XDB_SUPERUSER_PASSWORD;SSO_ADMIN_PASSWORD;VM_UpdateQueryServiceProperties;VM_CreateXdbDatabase;VM_RegisterWithVC;VM_RegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_RegisterSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_RollbakRegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_RollbakRegisterSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_UnRegisterWithSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_UnRegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Property(S): MsiLogging = voicewarmup Property(S): NSLOOKUP_NAME = Name Property(S): OVERWRITE_CERTIFICATE = Overwr&ite Property(S): OpenSSL_VERSION = 0.9.8.26 Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@ Property(S): ProductID = none Property(S): ProductLanguage = 1033 Property(S): ProductName = VMware vCenter Inventory Service Property(S): ProductNameReg = Inventory Service Property(S): ProductNameShort = vCenter Inventory Service Property(S): ProductNameShort_SSO = vCenter Single Sign On Property(S): ProductNameSimple = VMware vCenter Simple Install Property(S): ProductVersion = 5.5.0.47851 Property(S): ProductVersionShort = 5.5 Property(S): ProgressType0 = install Property(S): ProgressType1 = Installing Property(S): ProgressType2 = installed Property(S): ProgressType3 = installs Property(S): QS_MAX_MEMORY = 3072 Property(S): REUSE_PDT_SSL = 1 Property(S): RebootYesNo = Yes Property(S): ReinstallModeText = omus Property(S): SERVICES_TO_START = vimQueryService;vpxd;vctomcat;vimPBSM;vspherewebclientsvc;vmwarelogbrowser;VSAClusterService Property(S): SERVICES_TO_STOP = vimPBSM;vctomcat;vpxd;vimQueryService Property(S): SERVICE_STOP_TIMEOUT = 300 Property(S): SETUP_ANSWERS_WRITE_ENABLED = 1 Property(S): SSO_DISABLED = 0 Property(S): SSO_LSVERSION = 1.5 Property(S): SSO_SSPISERVICE = sspisvc Property(S): SSO_TOMCATSERVICE = ssotomcat Property(S): SecureCustomProperties = USERNAME;COMPANYNAME;INSTALLDIR;CAN_INSTALL_QS;VC_INSTALLED_DIR;IS_REGISTER_WITH_SSO;TOMCAT_MAX_MEMORY_OPTION;SSO_ADMIN_PASSWORD;SSO_ADMIN_USER;LS_URL;QUERY_SERVICE_NUKE_DATABASE;HTTPS_PORT;FEDERATION_PORT;XDB_PORT;OLDPRODUCTFOUND;IS50_FOUND;SSO_SOLUTION_NAME;HTTP_PORT;VC_KEYSTORE_FILE;QS_KEYSTORE_FILE;KEYSTORE_PASSWORD;KEY_PASSWORD;XDB_DBNAME;XDB_USERNAME;XDB_PASSWORD;XDB_SUPERUSER_PASSWORD;CERTIFICATE_TEXT;DO_COPY_CERTS;COMPUTER_FQDN;HTTPS_PORT_OLD;XDB_PORT_OLD;FEDERATION_PORT_OLD;REUSE_PDT_SSL;IS51_FOUND;IS_DB_BACKUP;OLDPRODUCTFOUND;NEWPRODUCTFOUND Property(S): ShowSSOCertifcate = 0 Property(S): XDB_DBNAME = default Property(S): XDB_PASSWORD = ********** Property(S): XDB_SUPERUSER_PASSWORD = ********** Property(S): XDB_USERNAME = Administrator Property(S): SETUPEXENAME = VMware-inventory-service.exe Property(S): MsiLogFileLocation = C:\Users\a-tluk\AppData\Local\Temp\1\vim-qs-msi.log Property(S): ARPINSTALLLOCATION = C:\Program Files\VMware\Infrastructure\ Property(S): CHANGEFILE_TIME = C:\Program Files\VMware\Infrastructure\Inventory Service\conf\wrapper.conf; Property(S): JRE_DIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\ Property(S): Privileged = 1 Property(S): ACTION = INSTALL Property(S): EXECUTEACTION = INSTALL Property(S): SUPPORTDIR = C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} Property(S): ISSETUPFILESCOMPLETED = Completed Property(S): ROOTDRIVE = C:\ Property(S): SECONDSEQUENCE = 1 Property(S): ProductToBeRegistered = 1 Property(S): ProductState = 5 Property(S): USERNAME = Windows User Property(S): TRANSFORMSATSOURCE = 1 Property(S): TRANSFORMSSECURE = 1 Property(S): TRANSFORMS = @1033.MST Property(S): PackageCode = {5CE07D39-C746-4EBA-9E00-B8F6C699A676} MSI (s) (34:F8) [11:23:51:829]: MainEngineThread is returning 1603 MSI (s) (34:3C) [11:23:51:830]: No System Restore sequence number for this installation. MSI (s) (34:3C) [11:23:51:831]: User policy value 'DisableRollback' is 0 MSI (s) (34:3C) [11:23:51:831]: Machine policy value 'DisableRollback' is 0 MSI (s) (34:3C) [11:23:51:831]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (34:3C) [11:23:51:831]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (34:3C) [11:23:51:832]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (34:3C) [11:23:51:833]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (s) (34:3C) [11:23:51:833]: Restoring environment variables MSI (s) (34:3C) [11:23:51:835]: Destroying RemoteAPI object. MSI (s) (34:F4) [11:23:51:835]: Custom Action Manager thread ending. MSI (c) (38:3C) [11:23:51:837]: Back from server. Return value: 1603 MSI (c) (38:3C) [11:23:51:837]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (38:3C) [11:23:51:837]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'. Action ended 11:23:51: ExecuteAction. Return value 3. MSI (c) (38:3C) [11:23:51:837]: Doing action: SetupCompleteError Action 11:23:51: SetupCompleteError. Action start 11:23:51: SetupCompleteError. Action 11:23:51: SetupCompleteError. Dialog created MSI (c) (38:BC) [11:24:08:631]: PROPERTY CHANGE: Adding ISSHOWMSILOG property. Its value is '1'. MSI (c) (38:BC) [11:24:19:696]: Doing action: ShowMsiLog Action 11:24:19: ShowMsiLog. Action start 11:24:19: ShowMsiLog. MSI (c) (38:BC) [11:24:19:697]: Doing action: ISSetupFilesCleanup Action 11:24:19: ISSetupFilesCleanup. Action start 11:24:19: ISSetupFilesCleanup. MSI (c) (38:B4) [11:24:19:701]: Invoking remote custom action. DLL: C:\Users\a-tluk\AppData\Local\Temp\1\MSI47B5.tmp, Entrypoint: SFCleanupEx Action ended 11:24:19: ISSetupFilesCleanup. Return value 1. Action ended 11:24:19: SetupCompleteError. Return value 2. Action ended 11:24:19: INSTALL. Return value 3. Action ended 11:24:19: ShowMsiLog. Return value 0. MSI (c) (38:3C) [11:24:19:795]: Destroying RemoteAPI object. MSI (c) (38:94) [11:24:19:824]: Custom Action Manager thread ending. Property(C): DiskPrompt = [1] Property(C): UpgradeCode = {7DFD20ED-5EDD-443D-B1CE-12ABECC50B94} Property(C): ProductCode = {28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} Property(C): ReadyToInstall_Back = LicenseAgreement Property(C): VMInventoryServiceData_Back = LicenseAgreement Property(C): VMSystemInfo_Back = LicenseAgreement Property(C): LicenseAgreement_Back = SetupResume Property(C): Installed = 2016/07/27 00:52:16 Property(C): VMCustomSetup_Back = LicenseAgreement Property(C): PrimaryVolumeSpaceRemaining = 0 Property(C): PrimaryVolumeSpaceRequired = 0 Property(C): PrimaryVolumeSpaceAvailable = 0 Property(C): OutOfNoRbDiskSpace = 0 Property(C): OutOfDiskSpace = 0 Property(C): CostingComplete = 1 Property(C): ROOTDRIVE = C:\ Property(C): ISSETUPFILESCOMPLETED = Completed Property(C): SUPPORTDIR = C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4} Property(C): EXECUTEACTION = INSTALL Property(C): ACTION = INSTALL Property(C): Preselected = 1 Property(C): QFEUpgrade = 1 Property(C): UILevel = 5 Property(C): VersionHandler = 5.00 Property(C): OriginalDatabase = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi Property(C): DATABASE = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service\VMware vCenter Inventory Service.msi Property(C): MsiRunningElevated = 1 Property(C): RedirectedDllSupport = 2 Property(C): MsiWin32AssemblySupport = 6.1.7601.17514 Property(C): MsiNetAssemblySupport = 4.0.30319.36365 Property(C): Date = 11/10/2016 Property(C): Time = 11:24:19 Property(C): TTCSupport = 1 Property(C): ColorBits = 32 Property(C): TextInternalLeading = 3 Property(C): TextHeight = 16 Property(C): BorderSide = 1 Property(C): BorderTop = 1 Property(C): CaptionHeight = 19 Property(C): ScreenY = 768 Property(C): ScreenX = 1024 Property(C): VersionNT = 601 Property(C): IS_MINOR_UPGRADE = 1 Property(C): VM_OneInstanceRunning = VMware vCenter Inventory Service;26015 Property(C): VM_PATH_JRE = C:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\ Property(C): PackagecodeChanging = 1 Property(C): VM_SetInstallJRE = VM_INSTALL_JRE;5.5.0.2542 Property(C): TARGETDIR = C:\ Property(C): ALLUSERSPROFILE = C:\ProgramData\ Property(C): SystemLanguageID = 1033 Property(C): ComputerName = svrBMVC01 Property(C): UserLanguageID = 1033 Property(C): QUERY_SERVICE = C:\Program Files\VMware\Infrastructure\Inventory Service\ Property(C): BIN = C:\Program Files\VMware\Infrastructure\Inventory Service\bin\ Property(C): CONF = C:\Program Files\VMware\Infrastructure\Inventory Service\conf\ Property(C): SERVER = C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\ Property(C): CONFIG = C:\Program Files\VMware\Infrastructure\Inventory Service\lib\server\config\ Property(C): CommonAppDataFolder = C:\ProgramData\ Property(C): UserSID = S-1-5-21-206374890-975330658-925700815-10626 Property(C): LogonUser = a-tluk Property(C): DATA = C:\Program Files\VMware\Infrastructure\Inventory Service\data\ Property(C): ISYourDataBaseDir = C:\Program Files\VMware\Infrastructure\Database\ Property(C): DATABASEDIR = C:\Program Files\VMware\Infrastructure\Database\ Property(C): MsiTrueAdminUser = 1 Property(C): AdminUser = 1 Property(C): VirtualMemory = 18210 Property(C): ENDPOINTS = C:\Program Files\VMware\Infrastructure\Inventory Service\endpoints\ Property(C): PhysicalMemory = 10240 Property(C): Intel = 6 Property(C): Msix64 = 6 Property(C): MsiAMD64 = 6 Property(C): VMWARE = C:\Program Files\VMware\ Property(C): INFRASTRUCTURE = C:\Program Files\VMware\Infrastructure\ Property(C): VMWARE_ALLUSER_DATA = C:\ProgramData\VMware\ Property(C): INFRASTRUCTURE1 = C:\ProgramData\VMware\Infrastructure\ Property(C): INSTALLDIR = C:\Program Files\VMware\Infrastructure\ Property(C): ShellAdvtSupport = 1 Property(C): OLEAdvtSupport = 1 Property(C): GPTSupport = 1 Property(C): ProgramFilesFolder = C:\Program Files (x86)\ Property(C): FontsFolder = C:\Windows\Fonts\ Property(C): LIB = C:\Program Files\VMware\Infrastructure\Inventory Service\lib\ Property(C): QUERY_SERVICE1 = C:\ProgramData\VMware\Infrastructure\Inventory Service\ Property(C): LOGS = C:\ProgramData\VMware\Infrastructure\Inventory Service\Logs\ Property(C): DesktopFolder = C:\Users\Public\Desktop\ Property(C): ProgramFiles64Folder = C:\Program Files\ Property(C): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(C): SCRIPTS = C:\Program Files\VMware\Infrastructure\Inventory Service\scripts\ Property(C): SSL_DATA_DIR = C:\ProgramData\VMware\Infrastructure\Inventory Service\ssl\ Property(C): SSO = C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ Property(C): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ Property(C): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(C): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(C): MyPicturesFolder = C:\Users\a-tluk\Pictures\ Property(C): LocalAppDataFolder = C:\Users\a-tluk\AppData\Local\ Property(C): SystemFolder = C:\Windows\SysWOW64\ Property(C): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(C): USERPROFILE = C:\Users\a-tluk\ Property(C): VMWARE_TRUST_STORE = C:\ProgramData\VMware\SSL\ Property(C): VMwareStartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\ Property(C): SendToFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\SendTo\ Property(C): RecentFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Recent\ Property(C): Infrastructure.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files (x86)\VMware\Infrastructure\ Property(C): SSOREGTOOL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files (x86)\VMware\Infrastructure\SSORegTool\ Property(C): INSTALLDIR.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files\VMware\Infrastructure\Inventory Service\sso\ Property(C): VMware.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files (x86)\VMware\ Property(C): LIB.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Program Files\VMware\Infrastructure\Inventory Service\sso\lib\ Property(C): LsRegFlag.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = 0 Property(C): SsoRegFlag.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = 1 Property(C): IpFile.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_IP_FILE Property(C): Password.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSO_ADMIN_PASSWORD Property(C): ServiceIdFile.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_SERVICE_ID_FILE Property(C): SslCert.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_SSL_CERT_FILE Property(C): SslPKey.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = IS_SSO_SSL_KEY_FILE Property(C): LS_URL = https://svrBMVC01.domain.com:7444/lookupservice/sdk Property(C): SsoLS_URL.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = LS_URL Property(C): SSO_ADMIN_USER = administrator@vsphere.local Property(C): UserName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSO_ADMIN_USER Property(C): UserRole.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = read Property(C): SSO_SOLUTION_NAME = InventoryService_2012.11.29_113959 Property(C): solutionUserName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSO_SOLUTION_NAME Property(C): Java_Home.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = JRE Property(C): InstanceName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = VIM_SSORegTool Property(C): KeyFile.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = regtool.jar Property(C): ModuleName.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = SSORegistrationTool Property(C): Platform.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = x64 Property(C): SHOW_SSO_REG_WARNINGS = 1 Property(C): SSO_VERSION.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = 1.0.0 Property(C): LOG_FOR_J_PATH.A9CB5780_44DC_4E23_90AB_73863DCC4F8E = C:\Users\a-tluk\AppData\Local\Temp\1\{28D9C95C-F311-4368-A2FF-FFDF4D5BC8E4}\SsoRegTool\log4j.xml Property(C): BIN.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\bin\ Property(C): INSTALLDIR.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ Property(C): LIB.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\lib\ Property(C): LOGS.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\logs\ Property(C): WRAPPER.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\Inventory Service\Wrapper\ Property(C): VMWARE.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\ Property(C): INFRASTRUCTURE.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\VMware\Infrastructure\ Property(C): ProgramFiles64Folder.C511B885_94BA_488E_837C_0FB2997DEA48 = C:\Program Files\ Property(C): ForceStopService.C511B885_94BA_488E_837C_0FB2997DEA48 = 0 Property(C): ServiceWrapperInstance = InventoryService Property(C): InstanceName.C511B885_94BA_488E_837C_0FB2997DEA48 = ServiceWrapperInstance Property(C): ServiceName = vimQueryService Property(C): ServiceName.C511B885_94BA_488E_837C_0FB2997DEA48 = ServiceName Property(C): ServiceDisplayName = vCenter Inventory Service Property(C): ServiceDisplayName.C511B885_94BA_488E_837C_0FB2997DEA48 = ServiceDisplayName Property(C): ConfigurationFile = ../../conf/wrapper.conf Property(C): WrapperConfigPath.C511B885_94BA_488E_837C_0FB2997DEA48 = ConfigurationFile Property(C): InstanceInstalled.C511B885_94BA_488E_837C_0FB2997DEA48 = 0 Property(C): CanUninstallMergeModule.C511B885_94BA_488E_837C_0FB2997DEA48 = 0 Property(C): KeyComponent.C511B885_94BA_488E_837C_0FB2997DEA48 = _wrapper.exe.C511B885_94BA_488E_837C_0FB2997DEA48 Property(C): KeyFile.C511B885_94BA_488E_837C_0FB2997DEA48 = bin\wrapper.exe Property(C): Platform.C511B885_94BA_488E_837C_0FB2997DEA48 = x64 Property(C): ModuleName.C511B885_94BA_488E_837C_0FB2997DEA48 = Service Wrapper Property(C): PrintHoodFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(C): PersonalFolder = C:\Users\a-tluk\Documents\ Property(C): NetHoodFolder = C:\Users\a-tluk\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(C): FavoritesFolder = C:\Users\a-tluk\Favorites\ Property(C): AppDataFolder = C:\Users\a-tluk\AppData\Roaming\ Property(C): CommonFiles64Folder = C:\Program Files\Common Files\ Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\ Property(C): TempFolder = C:\Users\a-tluk\AppData\Local\Temp\1\ Property(C): RemoteAdminTS = 1 Property(C): System64Folder = C:\Windows\system32\ Property(C): WindowsVolume = C:\ Property(C): WindowsFolder = C:\Windows\ Property(C): MsiNTProductType = 3 Property(C): ServicePackLevelMinor = 0 Property(C): COMPUTER_FQDN = svrBMVC01.domain.com Property(C): FEDERATION_PORT = 10111 Property(C): FEDERATION_PORT_OLD = 10111 Property(C): HTTPS_PORT = 10443 Property(C): HTTPS_PORT_OLD = 10443 Property(C): HTTP_PORT = 10080 Property(C): HTTP_PORT_OLD = 10080 Property(C): INSTALLPATH = C:\Program Files\VMware\Infrastructure\Inventory Service Property(C): QS_VERSION_INSTALLED = 5.5.0.45995 Property(C): SSL_PORT = 443 Property(C): SSO_FQDN_IP = svrBMVC01.domain.com Property(C): SSO_HTTPS_PORT = 7444 Property(C): TOMCAT_MAX_MEMORY_OPTION = S Property(C): VC_INSTALLED_DIR = C:\Program Files\VMware\Infrastructure\VirtualCenter Server\ Property(C): VM_RUN_JRE = 1 Property(C): VM_VERSION_JRE = 5.5.0.2542 Property(C): XDB_PORT = 10109 Property(C): XDB_PORT_OLD = 10109 Property(C): QUERY_SERVICE_NUKE_DATABASE = 0 Property(C): ApplicationUsers = AllUsers Property(C): AgreeToLicense = Yes Property(C): _IsMaintenance = Change Property(C): RestartManagerOption = CloseRestart Property(C): SetupType = Typical Property(C): _IsSetupTypeMin = Typical Property(C): CERTIFICATE_TEXT = 0 Property(C): Display_IsBitmapDlg = 1 Property(C): ALLUSERS = 1 Property(C): ServicePackLevel = 1 Property(C): ARPCONTACT = http://www.vmware.com/support Property(C): ARPHELPLINK = http://www.vmware.com/support Property(C): ARPHELPTELEPHONE = 1-877-486-9273 Property(C): ARPNOMODIFY = 1 Property(C): ARPNOREPAIR = 1 Property(C): ARPPRODUCTICON = ARPPRODUCTICON.exe Property(C): ARPURLINFOABOUT = http://www.vmware.com Property(C): WindowsBuild = 7601 Property(C): ARPURLUPDATEINFO = http://www.vmware.com/support Property(C): CopyrightYears = 1998-2016 Property(C): DefaultUIFont = Tahoma8 Property(C): DialogCaption = InstallShield for Windows Installer Property(C): DisplayNameCustom = Custom Property(C): VersionNT64 = 601 Property(C): DisplayNameMinimal = Minimal Property(C): DisplayNameTypical = Typical Property(C): ErrorDialog = SetupError Property(C): FLIP_VC_IS_ORDER = 1 Property(C): GenericAllPermission = 268435456 Property(C): INI_INPUT_SECTIONS = is; Property(C): INI_OUTPUT_SECTIONS = is; Property(C): INSTALLLEVEL = 100 Property(C): INSTALL_CERTIFICATE = &Install Property(C): ISCHECKFORPRODUCTUPDATES = 1 Property(C): ISVROOT_PORT_NO = 0 Property(C): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1] Property(C): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1] Property(C): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1] Property(C): IS_PREVENT_DOWNGRADE_EXIT = A newer version of this application is already installed on this computer. If you wish to install this version, please uninstall the newer version first. Click OK to exit the wizard. Property(C): IS_PROGMSG_TEXTFILECHANGS_REPLACE = Replacing %s with %s in %s... Property(C): IS_PROGMSG_XML_COSTING = Costing XML files... Property(C): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s... Property(C): IS_PROGMSG_XML_FILES = Performing XML file changes... Property(C): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s... Property(C): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes... Property(C): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s... Property(C): IS_SQLSERVER_AUTHENTICATION = 0 Property(C): IS_SQLSERVER_USERNAME = sa Property(C): InstallChoice = AR Property(C): JAVA_SERVICE_WRAPPER_VERSION = 3.4.0 Property(C): KEYSTORE_PASSWORD = ********** Property(C): KEY_PASSWORD = ********** Property(C): MSIRESTARTMANAGERCONTROL = Disable Property(C): Manufacturer = VMware, Inc. Property(C): MsiHiddenProperties = KEYSTORE_PASSWORD;KEY_PASSWORD;XDB_PASSWORD;XDB_SUPERUSER_PASSWORD;SSO_ADMIN_PASSWORD;VM_UpdateQueryServiceProperties;VM_CreateXdbDatabase;VM_RegisterWithVC;VM_RegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_RegisterSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_RollbakRegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_RollbakRegisterSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_UnRegisterWithSSO.A9CB5780_44DC_4E23_90AB_73863DCC4F8E;VM_UnRegisterLS.A9CB5780_44DC_4E23_90AB_73863DCC4F8E Property(C): MsiLogging = voicewarmup Property(C): NSLOOKUP_NAME = Name Property(C): OVERWRITE_CERTIFICATE = Overwr&ite Property(C): OpenSSL_VERSION = 0.9.8.26 Property(C): PIDTemplate = 12345<###-%%%%%%%>@@@@@ Property(C): ProductID = none Property(C): ProductLanguage = 1033 Property(C): ProductName = VMware vCenter Inventory Service Property(C): ProductNameReg = Inventory Service Property(C): ProductNameShort = vCenter Inventory Service Property(C): ProductNameShort_SSO = vCenter Single Sign On Property(C): ProductNameSimple = VMware vCenter Simple Install Property(C): ProductVersion = 5.5.0.47851 Property(C): ProductVersionShort = 5.5 Property(C): ProgressType0 = install Property(C): ProgressType1 = Installing Property(C): ProgressType2 = installed Property(C): ProgressType3 = installs Property(C): QS_MAX_MEMORY = 3072 Property(C): REUSE_PDT_SSL = 1 Property(C): RebootYesNo = Yes Property(C): ReinstallModeText = omus Property(C): SERVICES_TO_START = vimQueryService;vpxd;vctomcat;vimPBSM;vspherewebclientsvc;vmwarelogbrowser;VSAClusterService Property(C): SERVICES_TO_STOP = vimPBSM;vctomcat;vpxd;vimQueryService Property(C): SERVICE_STOP_TIMEOUT = 300 Property(C): SETUP_ANSWERS_WRITE_ENABLED = 1 Property(C): SSO_DISABLED = 0 Property(C): SSO_LSVERSION = 1.5 Property(C): SSO_SSPISERVICE = sspisvc Property(C): SSO_TOMCATSERVICE = ssotomcat Property(C): SecureCustomProperties = USERNAME;COMPANYNAME;INSTALLDIR;CAN_INSTALL_QS;VC_INSTALLED_DIR;IS_REGISTER_WITH_SSO;TOMCAT_MAX_MEMORY_OPTION;SSO_ADMIN_PASSWORD;SSO_ADMIN_USER;LS_URL;QUERY_SERVICE_NUKE_DATABASE;HTTPS_PORT;FEDERATION_PORT;XDB_PORT;OLDPRODUCTFOUND;IS50_FOUND;SSO_SOLUTION_NAME;HTTP_PORT;VC_KEYSTORE_FILE;QS_KEYSTORE_FILE;KEYSTORE_PASSWORD;KEY_PASSWORD;XDB_DBNAME;XDB_USERNAME;XDB_PASSWORD;XDB_SUPERUSER_PASSWORD;CERTIFICATE_TEXT;DO_COPY_CERTS;COMPUTER_FQDN;HTTPS_PORT_OLD;XDB_PORT_OLD;FEDERATION_PORT_OLD;REUSE_PDT_SSL;IS51_FOUND;IS_DB_BACKUP;OLDPRODUCTFOUND;NEWPRODUCTFOUND Property(C): ShowSSOCertifcate = 0 Property(C): XDB_DBNAME = default Property(C): XDB_PASSWORD = ********** Property(C): XDB_SUPERUSER_PASSWORD = ********** Property(C): XDB_USERNAME = Administrator Property(C): SETUPEXENAME = VMware-inventory-service.exe Property(C): MsiLogFileLocation = C:\Users\a-tluk\AppData\Local\Temp\1\vim-qs-msi.log Property(C): ProductNameGUI = VMware vCenter Inventory Service Property(C): VersionMsi = 5.00 Property(C): Privileged = 1 Property(C): VersionDatabase = 301 Property(C): CLIENTPROCESSID = 1080 Property(C): CLIENTUILEVEL = 0 Property(C): CURRENTDIRECTORY = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03 Property(C): PRODUCTLANGUAGE = 0 Property(C): REINSTALLMODE = vomus Property(C): REINSTALL = ALL Property(C): ProductToBeRegistered = 1 Property(C): ProductState = 5 Property(C): USERNAME = Windows User Property(C): TRANSFORMSATSOURCE = 1 Property(C): TRANSFORMSSECURE = 1 Property(C): SETUPEXEDIR = Y:\VMware-VIMSetup-all-5.5.0-4180646-20160801-update03\Inventory Service Property(C): TRANSFORMS = @1033.MST Property(C): PackageCode = {5CE07D39-C746-4EBA-9E00-B8F6C699A676} Property(C): ISSHOWMSILOG = 1 === Logging stopped: 11/10/2016 11:24:19 === MSI (c) (38:3C) [11:24:19:849]: Note: 1: 1729 MSI (c) (38:3C) [11:24:19:850]: Product: VMware vCenter Inventory Service -- Configuration failed.
MSI (c) (38:3C) [11:24:19:851]: Windows Installer reconfigured the product. Product Name: VMware vCenter Inventory Service. Product Version: 5.5.0.47851. Product Language: 1033. Manufacturer: VMware, Inc.. Reconfiguration success or error status: 1603.
MSI (c) (38:3C) [11:24:19:861]: Grabbed execution mutex. MSI (c) (38:3C) [11:24:19:861]: Cleaning up uninstalled install packages, if any exist MSI (c) (38:3C) [11:24:19:862]: MainEngineThread is returning 1603 === Verbose logging stopped: 11/10/2016 11:24:19 ===
The VMware Identity Management Service service terminated unexpectedly. It has done this 137 time(s). The following corrective action will be taken in 10000 milliseconds: Restart the service.
After trying numerous troubleshooting steps without any luck but having an feeling this was Java related, I went ahead and uninstalled the following VMware vCenter Server – Java Components in the Programs and Features console:
The reinstall of the VMware vCenter Server – Java Components allowed me to successfully upgrade the Inventory Service but the Web Client no longer loaded so I reran the installer to get the component operational again. vCenter was now upgraded an operational but the plugins such as VDP and SRM were now missing so they had to be reregistered.
Note that I am unsure as to whether this is a supported method but if you have no snapshot to revert to and needed vCenter up then this may be worth trying.