Quantcast
Channel: VMware Communities : Popular Discussions - vCenter™ Server
Viewing all 18256 articles
Browse latest View live

Run vSphere SDK sample return error "login fault : The server sent HTTP status code 404"

$
0
0

Hi,

 

I downloaded the vSphere SDK 6.0.0-2561048. And run "run.bat" under SDK\vsphere-ws\java\JAXWS.

 

command: > run.bat com.vmware.general.GetHostName --url https://[my vcenter IP]/sdk --username [my username] --password [my password].

 

It returned error:

ERROR: could not connect: login fault : The server sent HTTP status code 404: Not Found

 

I confirmed that my username and password is correct and have right privilege.

 

My vCenter is 6.0.0, 3018524.

 

I tried the same command on another vCenter, it returned the ESXi hosts information.

 

Can someone tell me what did I miss in the vCenter which returned error?

 

Thanks!


vCenter 5.1 delay when opening vm console

$
0
0

Last week we updated our vCenter Server from 5.0 to 5.1. And since that moment we experience some delay while opening vm console windows.

We used to have a black screen for about 1 or maybe 2 seconds before we got to see our vm console screen.

But now we have to watch a black screen  9 to 10 seconds before we get to see our vm console.

Has anyone got any ideas what i can do to speed up this process?

 

One weird thing i noticed.

In the vCenter database we used to have the following tables.

VPX_HIST_STAT1

VPX_HIST_STAT2

VPX_HIST_STAT3

VPX_HIST_STAT4

 

But now i see these tables are not here anymore, instead i see a lot of new tables.

VPX_HIST_STAT1_1

VPX_HIST_STAT1_2

VPX_HIST_STAT1_3

etc.

and also

VPX_HIST_STAT2_1...

VPX_HIST_STAT3_1...

VPX_HIST_STAT4_1...

etc

 

I have no idea if this have something to do with each other, but i can't check the fragmentation of the performance history anymore.

use vCenter5
go
dbcc showcontig (VPX_HIST_STAT1)
go

 

Gives error: Msg 5239, Level 16, State 1, Line 1
Unable to process object ID 2102298549 (object 'VPX_HIST_STAT1') because this DBCC command does not support objects of this type.

Any help would be appreciated, thank you.

Unable to retreive health data from sps and sms - using vCSA appliance

$
0
0

Hi,

 

I have updated the vCenter 5.5 to the latest version that is available yesterday. It is linux appliance.

 

I was having problem to get in to web client after the update. I performed the "Regenerate SSL certificates" option thats located under Admin tab. Then the issue is resolved and I am able to get in to web client.

 

Now, I am seeing the different issue.

 

Unable to retreive health data from http://localhost/sps/health.xml

Unable to retreive health data from http://localhost/sms/health.xml

 

These 2 services are running but not able to load it. Also, I am seeing the following exceptions in the log.

 

From vpxd log:

--------------------

[7F4D4DD3A700 error 'HttpConnectionPool-000340'] [ConnectComplete] Connect failed to <cs p:00007f4cd40b2850, TCP:vc55mjl1.lab.equallogic.com:10443>; cnx: (null), error: N7Vmacore3Ssl18SSLVerifyExceptionE(SSL Exception: Verification parameters:

--> PeerThumbprint: 36:D5:B5:C2:8B:A5:A6:40:39:10:57:A0:0A:CF:B0:75:1B:62:31:1F

--> ExpectedThumbprint: 06:E3:CB:EB:48:12:59:47:1E:AA:05:69:B0:D5:42:14:AD:5B:63:85

--> ExpectedPeerName:xxxxxxxxxxxx

--> The remote host certificate has these problems:

-->

--> * unable to get local issuer certificate)

 

From vws log:

 

[2014-01-03 22:09:26,979 Thread-21  ERROR com.vmware.vim.health.impl.XmlUtil] Error retrieving health from url: http://localhost/sps/health.xml

java.io.IOException: Server returned HTTP response code: 503 for URL: http://localhost/sps/health.xml

        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

        at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.jaxp.validation.StreamValidatorHelper.validate(Unknown Source)

        at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(Unknown Source)

        at javax.xml.validation.Validator.validate(Unknown Source)

        at com.vmware.vim.health.impl.XmlUtil.getDocumentFromUrl(XmlUtil.java:96)

        at com.vmware.vim.health.impl.ComponentSpec.retrieveHealthFromUrl(ComponentSpec.java:300)

        at com.vmware.vim.health.impl.ComponentSpec.retrieveHealth(ComponentSpec.java:266)

        at com.vmware.vim.health.impl.HealthPollerImpl.retrieveHealthFromUrl(HealthPollerImpl.java:119)

        at com.vmware.vim.health.impl.HealthPollerImpl.retrieveHealth(HealthPollerImpl.java:104)

        at com.vmware.vim.health.impl.HealthPollerImpl.computeHealth(HealthPollerImpl.java:203)

        at com.vmware.vim.health.impl.HealthPollerImpl.retrieveHealth(HealthPollerImpl.java:102)

        at com.vmware.vim.health.impl.HealthPollerImpl.pollHealth(HealthPollerImpl.java:85)

        at com.vmware.vim.health.impl.HealthPollerImpl.access$100(HealthPollerImpl.java:28)

        at com.vmware.vim.health.impl.HealthPollerImpl$PollerThread.run(HealthPollerImpl.java:55)

        at java.lang.Thread.run(Unknown Source)

[2014-01-03 22:09:26,979 Thread-21  ERROR com.vmware.vim.health.impl.ComponentSpec] Unable to retrieve health for com.vmware.vim.sps from http://localhost/sps/health.xml

[2014-01-03 22:09:26,979 Thread-21  ERROR com.vmware.vim.health.impl.ComponentSpec] Unable to retrieve health for com.vmware.vim.sps from any of its health URLs

[2014-01-03 22:09:26,981 Thread-21  ERROR com.vmware.vim.health.impl.XmlUtil] Error retrieving health from url: http://localhost/sms/health.xml

java.io.IOException: Server returned HTTP response code: 503 for URL: http://localhost/sms/health.xml

        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

        at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.jaxp.validation.StreamValidatorHelper.validate(Unknown Source)

        at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(Unknown Source)

        at javax.xml.validation.Validator.validate(Unknown Source)

        at com.vmware.vim.health.impl.XmlUtil.getDocumentFromUrl(XmlUtil.java:96)

        at com.vmware.vim.health.impl.ComponentSpec.retrieveHealthFromUrl(ComponentSpec.java:300)

        at com.vmware.vim.health.impl.ComponentSpec.retrieveHealth(ComponentSpec.java:266)

        at com.vmware.vim.health.impl.HealthPollerImpl.retrieveHealthFromUrl(HealthPollerImpl.java:119)

        at com.vmware.vim.health.impl.HealthPollerImpl.retrieveHealth(HealthPollerImpl.java:104)

        at com.vmware.vim.health.impl.HealthPollerImpl.computeHealth(HealthPollerImpl.java:203)

        at com.vmware.vim.health.impl.HealthPollerImpl.retrieveHealth(HealthPollerImpl.java:102)

        at com.vmware.vim.health.impl.HealthPollerImpl.pollHealth(HealthPollerImpl.java:85)

        at com.vmware.vim.health.impl.HealthPollerImpl.access$100(HealthPollerImpl.java:28)

        at com.vmware.vim.health.impl.HealthPollerImpl$PollerThread.run(HealthPollerImpl.java:55)

        at java.lang.Thread.run(Unknown Source)

 

 

I have loooked at the hosts file and make sure DNS is right. Also, Performed Regenerate certificates on appliance. Any ideas where to look for to troubleshoot??

 

Appreciated ,

 

Thanks!!

Interdit (403) !!

$
0
0

bonjour,

je veux accéder au dashboard d'openstack , quand j'introduit le Login et le mot de passe je me trouve face a une page affichant ce message " Interdit 403  la vérification CSRF a échoué . La requête a été interrompue.

ci joint l'imprime écran

j’espère que vous m'aidiez a surpasser ce problème.

Merci

Migrate VM from Vcenter 5.1 to 6.

$
0
0

Hi,

 

I have been tasked with Setting up New Vcenter 6.0 to replace current 5.1  Vcenter.

 

Currently we have 6 ESXi 5.1 Blade Cluster on Vcenter 5,1, I have setup a new Vcenter 6.0 and 4 New Blades with ESXi  6.0,

 

What is the best way to Migrate VM;s from Vcenter 5.1 to Vcenter 6. 

 

Here is what I was planning to do,

 

Remove (disconnect ) ESXI host from Current Vcenter 5.1 Cluster and add it to Vcenter 6.0 and then to the VM Host Migration.

 

Any suggestions will be greatly appreciated..

 

Thanks

Host hardware temperature status alarm

$
0
0

hi guys

 

vCenter 4.1 update 1

 

Is there a guy to set this alarm to something more realistic like numbers instead of normal h- warning - alert since I don't know which values is vmware taking into account

 

Can I change this?

is there some documentation about this kind of alarms since I am not able to find

 

temperature.png

 

thanks a lot

vCenter - Greyed out "take snapshot"

$
0
0

I am currently running ESXi 4.1 Update 2 hosts and vCenter Server 4.1 Update 2.  I am also running VMware Data Recovery 1.2.1.1616.

 

Several of my VMs have stopped receiving successful backups from vDR and I am unable to capture a snapshot of several of my VMs.  vDR gives the following error:  "Failed to create snapshot for XXXservernameXXX, error -3941"

The "Take Snapshot" option is also greyed out when I attempt to take a snapshot on these VMs manually as well using the vSphere Client connected to vCenter Server.

 

However, I am able to select "Take Snapshot" when connected via the vsphere Client directly to the host.

 

My backups have been working properly until a couple days ago.

 

The VMs that aren't working all happen to be created off of the same template and are all Server 2008 R2.

All of my hard disks are standard SCSI VHDs.  There are no orphaned snapshots on the datastore that I see and there are no snapshots in the snapshot manager.

 

I am curious if anyone else has come across this issue.  Thanks in advance!

Error 1068 When trying to start vCenter Server Service

$
0
0

i am getting this Error 1068 When trying to start vCenter Server Service. Any Solution for this?


vCenter Server Appliance 6.0 U1 - cannot access VAMI on port 5480

$
0
0

Hi!

 

I successfully installed VMware ESXi 6.0 U1 Build 3073146 and then downloaded and deployed VMware vCenter Server Appliance 6.0.0 U1 Build 3018523.

 

The problem is that I cannot access the web interface on port 5480. IP address is pingable and the web client is working.

 

After reading some other topics I ran the command: netstat -plantu | grep 5480

 

Normal output would be (this is for a vCenter Appliance 5.5.0):

VCSA:~ # netstat -plantu | grep 5480

tcp        0      0 :::5480                 :::*                    LISTEN      2486/vami-lighttpd

 

Output on my system:

VCSA:~ # netstat -plantu | grep 5480

 

 

 

Could anyone help me to solve this issue?

VMware VirtualCenter Server Service not starting

$
0
0

I've been fighting with this issue for a while now and haven't been able to find a solution - even with checking the posts on this forum.

 

I am running VMware vCenter Server 5.1.0.32743 on a Windows 2008R2 physical server (not on a domain). Whenever I make a hardware change (ie, adding a SCSI card) the VirtualCenter Server service (and also the VirtualCenter Management Webservices service) refuses to start.

 

When I remove the SCSI card the issue still persists and the only way for me to resolve so far is to restore the server from backup - obviously not ideal and I need to connect tape drives to this server.

 

servicenotstarting1.png

 

I get the standard event 1000 in event viewer also.

 

I have tried changing the service startup types so that SSO service comes up first (as suggested in one of the KB articles) but this has no effect.

 

The back end of the vpxd-xx.log file shows this:

 

2012-11-22T12:35:51.780Z [00564 info 'vpxdvpxdMoOptionManager'] [OptionManagerMo] Invoking callbacks for key log.level, pre commit
2012-11-22T12:35:51.780Z [00564 info 'vpxdvpxdMoOptionManager'] [OptionManagerMo] Invoking callbacks for key log.level, pre commit
2012-11-22T12:35:51.780Z [00564 info 'vpxdvpxdMoOptionManager'] [OptionManagerMo] No change to log.level
2012-11-22T12:35:51.780Z [00564 info 'vpxdvpxdMain'] [VpxdMain] Setting OpenSSL verify locations CAFile=C:\ProgramData\VMware\SSL\ca_certificates.crt CAPath=C:\ProgramData\VMware\SSL
2012-11-22T12:35:51.780Z [00564 info 'Default'] Creating SSL Contexts
2012-11-22T12:35:51.858Z [00564 info 'utilvpxdDbParallelLoader'] Num rows: 6, num CPUs: 4, threads: 1, step: 6
2012-11-22T12:35:51.921Z [00564 info 'Default'] [VpxdResourcePoolHostMirror::SetRoot] root moref vim.ResourcePool:resgroup-8 in mirror for host vim.HostSystem:host-10
2012-11-22T12:35:51.921Z [00564 info 'Default'] [VpxdResourcePoolHostMirror::SetRoot] root moref vim.ResourcePool:resgroup-8 in mirror for host vim.HostSystem:host-13
2012-11-22T12:35:51.921Z [00564 info 'Default'] [VpxdResourcePoolHostMirror::SetRoot] root moref vim.ResourcePool:resgroup-53 in mirror for host vim.HostSystem:host-54
2012-11-22T12:35:53.028Z [00564 warning 'VpxProfiler'] Vpxd::ServerApp::Init [VpxdInvtHost::Init2(gDB)] took 1108 ms
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::SetDesiredDasProtectState] desired protection state for VM vm-241 'unprotected' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::UpdateActualDasProtectStateLocked] actual protection state for VM vm-241 'n/a' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::SetDesiredDasProtectState] desired protection state for VM vm-61 'unprotected' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::UpdateActualDasProtectStateLocked] actual protection state for VM vm-61 'n/a' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::SetDesiredDasProtectState] desired protection state for VM vm-59 'unprotected' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::UpdateActualDasProtectStateLocked] actual protection state for VM vm-59 'n/a' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::SetDesiredDasProtectState] desired protection state for VM vm-60 'unprotected' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::UpdateActualDasProtectStateLocked] actual protection state for VM vm-60 'n/a' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::SetDesiredDasProtectState] desired protection state for VM vm-57 'unprotected' -> 'protected'
2012-11-22T12:35:53.059Z [00564 info 'vmdasVm'] [VmMo::UpdateActualDasProtectStateLocked] actual protection state for VM vm-57 'n/a' -> 'protected'
2012-11-22T12:35:53.106Z [00564 info 'dbdbPortgroup'] [VpxdInvtDVPortGroup::PreLoadDvpgConfig] loaded [0] dvpg config objects
2012-11-22T12:35:53.106Z [00564 info 'authvpxdMoSessionManager'] [SSO][SessionManagerMo::Init] Admin URI set to: https://10.105.110.110:7444/sso-adminserver/sdk
2012-11-22T12:35:53.106Z [00564 info 'authvpxdMoSessionManager'] [SSO][SessionManagerMo::Init] Downloading STS Root certificates ...
2012-11-22T12:35:53.122Z [00496 info 'Default'] Thread attached
2012-11-22T12:35:53.153Z [00564 error 'vpxdvpxdMain'] [Vpxd::ServerApp::Init] Init failed: Unexpected exception
--> Backtrace:
--> backtrace[00] rip 000000018018977a
--> backtrace[01] rip 0000000180100c98
--> backtrace[02] rip 0000000180101fae
--> backtrace[03] rip 000000018008aeab
--> backtrace[04] rip 0000000000514971
--> backtrace[05] rip 00000000004b1298
--> backtrace[06] rip 00000000004b16c9
--> backtrace[07] rip 0000000000420fae
--> backtrace[08] rip 000000014040bfb8
--> backtrace[09] rip 000000013f300078
--> backtrace[10] rip 000000013f30016a
--> backtrace[11] rip 000000013f300279
--> backtrace[12] rip 000000013f300609
--> backtrace[13] rip 000000013f642903
--> backtrace[14] rip 000000013fdee4b9
--> backtrace[15] rip 000000013fde835c
--> backtrace[16] rip 0000000140008a3b
--> backtrace[17] rip 000007fefecda82d
--> backtrace[18] rip 000000007764652d
--> backtrace[19] rip 00000000779dc521
-->
2012-11-22T12:35:53.153Z [00564 warning 'VpxProfiler'] ServerApp::Init [TotalTime] took 4353 ms
2012-11-22T12:35:53.153Z [00564 error 'Default'] Failed to intialize VMware VirtualCenter. Shutting down...
2012-11-22T12:35:53.153Z [00564 info 'vpxdvpxdSupportManager'] Wrote uptime information
2012-11-22T12:36:00.813Z [03108 warning 'VpxProfiler' opID=SWI-eac14804] VpxUtil_InvokeWithOpId [TotalTime] took 12012 ms
2012-11-22T12:36:12.825Z [03108 warning 'VpxProfiler' opID=SWI-63f9e37] VpxUtil_InvokeWithOpId [TotalTime] took 12012 ms
2012-11-22T12:36:24.837Z [03108 warning 'VpxProfiler' opID=SWI-b155aed1] VpxUtil_InvokeWithOpId [TotalTime] took 12012 ms
2012-11-22T12:36:36.849Z [03108 warning 'VpxProfiler' opID=SWI-7a9c1975] VpxUtil_InvokeWithOpId [TotalTime] took 12012 ms
2012-11-22T12:36:48.861Z [03108 warning 'VpxProfiler' opID=SWI-a2d6fb25] VpxUtil_InvokeWithOpId [TotalTime] took 12012 ms
2012-11-22T12:36:49.126Z [00564 info 'Default'] Forcing shutdown of VMware VirtualCenter now

 

 

Interestingly (and this is where I cannot find anything online relating to this) discover-is from C:\Program Files\VMware\Infrastructure\SSOServer\utils\logs shows:

 

 

2012-11-21 16:15:07,110 - DDNBGF5J,,,,Executing action: 'discover-is'

2012-11-21 16:15:07,111 - DDNBGF5J,,,,Discovering identity sources

2012-11-21 16:15:08,022 - DDNBGF5J,,,,ERROR: Could not access HTTP invoker remote service at [https://10.105.110.110:7444/ims/CommandServer]; nested exception is org.apache.commons.httpclient.HttpException: Did not receive successful HTTP response: status code = 404, status message = [Not Found]

org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://10.105.110.110:7444/ims/CommandServer]; nested exception is org.apache.commons.httpclient.HttpException: Did not receive successful HTTP response: status code = 404, status message = [Not Found]

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:212)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:145)

     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)

     at $Proxy0.executeCommand(Unknown Source)

     at com.rsa.command.CacheableHttpInvokerTarget.executeCommand(HttpInvokerCommandTarget.java:261)

     at com.rsa.command.DelegatingCommandTarget.executeCommand(DelegatingCommandTarget.java:66)

     at com.rsa.command.TargetableCommand.execute(TargetableCommand.java:270)

     at com.rsa.authn.LoginCommand.execute(LoginCommand.java:612)

     at com.rsa.authn.AuthenticatedTargetImpl.login(AuthenticatedTargetImpl.java:161)

     at com.rsa.command.ConnectionFactory$ConnectionImpl.connect(ConnectionFactory.java:754)

     at com.rsa.command.ConnectionFactory.connect(ConnectionFactory.java:542)

     at com.rsa.riat.tools.internal.Utils.login(Utils.java:1050)

     at com.rsa.riat.tools.is.DiscoverIdentitySources.execute(DiscoverIdentitySources.java:81)

     at com.rsa.riat.tools.ConfigureRIATCmd.execute(ConfigureRIATCmd.java:192)

     at com.rsa.riat.tools.ConfigureRIATCmd.main(ConfigureRIATCmd.java:517)

Caused by: org.apache.commons.httpclient.HttpException: Did not receive successful HTTP response: status code = 404, status message = [Not Found]

     at org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor.validateResponse(CommonsHttpInvokerRequestExecutor.java:214)

     at org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor.doExecuteRequest(CommonsHttpInvokerRequestExecutor.java:131)

     at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:136)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:192)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:174)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:142)

     ... 14 more

2012-11-21 17:20:55,979 - DDNBGF5J,,,,Executing action: 'discover-is'

2012-11-21 17:20:55,979 - DDNBGF5J,,,,Discovering identity sources

2012-11-21 17:20:56,884 - DDNBGF5J,,,,ERROR: Could not access HTTP invoker remote service at [https://10.105.110.110:7444/ims/CommandServer]; nested exception is org.apache.commons.httpclient.HttpException: Did not receive successful HTTP response: status code = 404, status message = [Not Found]

org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://10.105.110.110:7444/ims/CommandServer]; nested exception is org.apache.commons.httpclient.HttpException: Did not receive successful HTTP response: status code = 404, status message = [Not Found]

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:212)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:145)

     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)

     at $Proxy0.executeCommand(Unknown Source)

     at com.rsa.command.CacheableHttpInvokerTarget.executeCommand(HttpInvokerCommandTarget.java:261)

     at com.rsa.command.DelegatingCommandTarget.executeCommand(DelegatingCommandTarget.java:66)

     at com.rsa.command.TargetableCommand.execute(TargetableCommand.java:270)

     at com.rsa.authn.LoginCommand.execute(LoginCommand.java:612)

     at com.rsa.authn.AuthenticatedTargetImpl.login(AuthenticatedTargetImpl.java:161)

     at com.rsa.command.ConnectionFactory$ConnectionImpl.connect(ConnectionFactory.java:754)

     at com.rsa.command.ConnectionFactory.connect(ConnectionFactory.java:542)

     at com.rsa.riat.tools.internal.Utils.login(Utils.java:1050)

     at com.rsa.riat.tools.is.DiscoverIdentitySources.execute(DiscoverIdentitySources.java:81)

     at com.rsa.riat.tools.ConfigureRIATCmd.execute(ConfigureRIATCmd.java:192)

     at com.rsa.riat.tools.ConfigureRIATCmd.main(ConfigureRIATCmd.java:517)

Caused by: org.apache.commons.httpclient.HttpException: Did not receive successful HTTP response: status code = 404, status message = [Not Found]

     at org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor.validateResponse(CommonsHttpInvokerRequestExecutor.java:214)

     at org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor.doExecuteRequest(CommonsHttpInvokerRequestExecutor.java:131)

     at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:136)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:192)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:174)

     at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:142)

     ... 14 more

 

 

If I try to go to that commandserver url in the log above in a browser, it also get a 404:

404.png

 

The only thing similar I can find online is here:

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2036170

 

Very similar exception error but nothing similar in my discover-is.log file.

 

From that kb link above I have run the following command:

C:\Program  Files\VMware\Infrastructure\SSOServer\utils>ssocli.cmd configure-riat  -a discover-is -u admin -p <masterPassword>

 

And I get the following output which confirms the discover-is log:


cli.png

Netstat shows that port 7444 is opened by Java and nothing else. The other potential problem port (443) is not in use by anything else that it shouldnt be.

 

I suspect this may be the cause of the problem but I have no idea where to go next. Any suggestions would be greatly appreiciated.

 

Many thanks,

 

Matt

Installing vcenter appliance is not an easy thing

$
0
0

Maybe it was firefox's block of flash, maybe there's a problem with the client integration plugin, but firefox keeps requesting to restart it due to the plugin being installed. Got a clean copy and then it worked, although I do get the occasional time out when opening the installation page.

 

I was a bit surprised I needed a dhcp server running despite providing a fixed ipaddress when installing the platform controller, but I got that installed as well. The problem I'm currently having is installing the vcenter bit, by itself. Filling in all the requested info and letting the installation run its course, I get the following results.

vcsa.jpg

The installation page displays the message

Failed to download vCenter Server support bundle logs.All other logs can be found at

C:\Users\admin\AppData\Local\VMware\CIP\vcsaInstaller\sessions\session_0001\logs

 

ovftool.log says (at the end)

2015-07-16T11:26:55.042+02:00 verbose -[03716] [Originator@6876 sub=Default] Parsing URL

2015-07-16T11:26:55.062+02:00 verbose -[03716] [Originator@6876 sub=Default] Using file size as progress measure

2015-07-16T11:26:55.062+02:00 verbose -[03712] [Originator@6876 sub=Default] OvfPackageSourceBase getting file source

2015-07-16T11:26:55.501+02:00 verbose -[03712] [Originator@6876 sub=Default] HttpWriterFactory web request : https://10.171.33.1:443/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-0.vmdk

2015-07-16T11:26:55.501+02:00 verbose -[03712] [Originator@6876 sub=Default] Initializing new curl session

2015-07-16T11:26:55.503+02:00 verbose -[03712] [Originator@6876 sub=Default] Parsing URL

2015-07-16T11:26:55.503+02:00 verbose -[03712] [Originator@6876 sub=Default] https://10.171.33.1:443/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-0.vmdk is redirected to https://10.171.33.1/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-0.vmdk

2015-07-16T11:26:55.503+02:00 verbose -[03712] [Originator@6876 sub=Default] Changing HttpWriterFactory path to https://10.171.33.1/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f

2015-07-16T11:27:16.214+02:00 verbose -[00764] [Originator@6876 sub=HttpConnectionPool-000001] [RemoveConnection] Connection removed; cnx: <SSL(<io_obj p:0x02309cc0, h:-1, <TCP '0.0.0.0:0'>, <TCP '10.171.33.1:443'>>)>; pooled: 0

2015-07-16T11:27:26.221+02:00 verbose -[00764] [Originator@6876 sub=HttpConnectionPool-000002] [RemoveConnection] Connection removed; cnx: <SSL(<io_obj p:0x02309d78, h:-1, <TCP '0.0.0.0:0'>, <TCP '10.171.33.1:443'>>)>; pooled: 0

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] Closing writer. Locator: https://10.171.33.1:443/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-0.vmdk (Written bytes: 523100672)

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] Curl session torn down

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] OvfPackageSourceBase getting file source

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] HttpWriterFactory web request : https://10.171.33.1:443/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-1.vmdk

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] Initializing new curl session

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] Parsing URL

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] https://10.171.33.1:443/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-1.vmdk is redirected to https://10.171.33.1/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-1.vmdk

2015-07-16T11:29:24.749+02:00 verbose -[03712] [Originator@6876 sub=Default] Changing HttpWriterFactory path to https://10.171.33.1/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f

2015-07-16T11:30:22.095+02:00 verbose -[03712] [Originator@6876 sub=Default] Closing writer. Locator: https://10.171.33.1:443/ha-nfc/5206d269-83ce-6281-35f7-8a61c6798a7f/disk-1.vmdk (Written bytes: 1369236992)

2015-07-16T11:30:22.095+02:00 verbose -[03712] [Originator@6876 sub=Default] Curl session torn down

2015-07-16T11:30:22.095+02:00 verbose -[03716] [Originator@6876 sub=Default] Ovf convertion finished

2015-07-16T11:30:22.095+02:00 verbose -[03716] [Originator@6876 sub=Default] Vi4Target::Complete: Unexpected number of tasks running on target: 0

2015-07-16T11:30:22.953+02:00 verbose -[02820] [Originator@6876 sub=Default] Caught exception while sending lease progress: vmodl.fault.SystemError

2015-07-16T11:31:24.651+02:00 verbose -[03716] [Originator@6876 sub=Default] OutputFilePath :

2015-07-16T11:31:24.979+02:00 verbose -[03716] [Originator@6876 sub=Default] Url did not respond, so we got exception!

2015-07-16T11:31:25.103+02:00 verbose -[03716] [Originator@6876 sub=Default] Url did not respond, so we got exception!

2015-07-16T11:31:25.213+02:00 verbose -[03716] [Originator@6876 sub=Default] Url did not respond, so we got exception!

2015-07-16T11:31:25.369+02:00 verbose -[03716] [Originator@6876 sub=Default] Url did not respond, so we got exception!

2015-07-16T11:31:25.509+02:00 verbose -[03716] [Originator@6876 sub=Default] Url did not respond, so we got exception!

2015-07-16T11:31:25.509+02:00 verbose -[03716] [Originator@6876 sub=Default] Too many exceptions, stop monitoring this VM!

 

vcsa_0000.log:

2015-07-16 11:36:18.322012 Progress Controller: [RPMInstallProgress] - RPM Install Success

2015-07-16 11:36:21.878818 CIP Service: [VCSA INFO] fetch File form VM - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1427","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"data\":\"\"}"]}

2015-07-16 11:36:23.329621 CIP Service: [VCSA ERROR] Error fetching File form VM:{"type":"error","statusCode":"PROC_FAIL_PROCESS_ALREAD_IN_MAP","message":"Failed to start file transfer; status: PROC_FAIL_PROCESS_ALREAD_IN_MAP","isFinal":"true","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1429","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia"}

2015-07-16 11:36:23.329621 CIP Service: [VCSA INFO] fetch File form VM - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1427","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"{\"status\": \"success\", \"info\": [], \"question\": null,\n          \"progress_message\": {\"args\": [], \"localized\": \"\", \"translatable\": \"\"}, \"warning\": [], \"error\": null,\n          \"progress\": 100}\n","isFinal":"true"}

2015-07-16 11:36:29.070431 CIP Service: [VCSA INFO] fetch File form VM - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1432","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"data\":\"\"}"]}

2015-07-16 11:36:30.536833 CIP Service: [VCSA INFO] fetch File form VM - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1432","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"{\n    \"status\": \"error\", \n    \"info\": [], \n    \"question\": null, \n    \"progress_message\": {\n        \"args\": [\n            \"VMware Single Sign-On User Creation\"\n        ], \n        \"id\": \"install.ciscommon.component.starting\", \n        \"localized\": \"Starting VMware Single Sign-On User Creation...\", \n        \"translatable\": \"Starting %(0)s...\"\n    }, \n    \"warning\": [], \n    \"error\": {\n        \"resolution\": {\n            \"id\": \"install.default.failure.resolution\", \n            \"localized\": \"This is an unrecoverable error, please retry install. If you run into this error again, please collect a support bundle and open a support request.\", \n            \"translatable\": \"This is an unrecoverable error, please retry install. If you run into this error again, please collect a support bundle and open a support request.\"\n        }, \n        \"detail\": [\n            {\n                \"args\": [\n                    \"Command: ['/usr/lib/vmware-vmafd/bin/dir-cli', 'service', 'create', '--name', 'machine-c380429a-fc62-40ce-be76-8f9702a455b5', '--cert', '/etc/certs/machine/machine.crt', '--ssogroups', 'ComponentManager.Administrators,SystemConfiguration.Administrators', '--ssoadminrole', 'Administrator']\\nStderr: dir-cli failed. Error 68: Possible errors: \\nLDAP error: Already exists \\nWin Error: Operation failed with error ERROR_TOO_MANY_NAMES (68) \\n\"\n                ], \n                \"id\": \"install.ciscommon.command.errinvoke\", \n                \"localized\": \"An error occurred while invoking external command : 'Command: ['/usr/lib/vmware-vmafd/bin/dir-cli', 'service', 'create', '--name', 'machine-c380429a-fc62-40ce-be76-8f9702a455b5', '--cert', '/etc/certs/machine/machine.crt', '--ssogroups', 'ComponentManager.Administrators,SystemConfiguration.Administrators', '--ssoadminrole', 'Administrator']\\nStderr: dir-cli failed. Error 68: Possible errors: \\nLDAP error: Already exists \\nWin Error: Operation failed with error ERROR_TOO_MANY_NAMES (68) \\n'\", \n                \"translatable\": \"An error occurred while invoking external command : '%(0)s'\"\n            }, \n            {\n                \"args\": [\n                    \"machine-c380429a-fc62-40ce-be76-8f9702a455b5\"\n                ], \n                \"id\": \"install.ciscommon.vecs.create.entry\", \n                \"localized\": \"Error in creating new service entry machine-c380429a-fc62-40ce-be76-8f9702a455b5.\", \n                \"translatable\": \"Error in creating new service entry %(0)s.\"\n            }\n        ], \n        \"componentKey\": \"soluser\", \n        \"problemId\": null\n    }, \n    \"progress\": 12\n}","isFinal":"true"}

2015-07-16 11:36:30.536833 Progress Controller: [VCSA ERROR] - First Boot error

2015-07-16 11:36:36.277643 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1436","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:36:37.728446 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1436","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:36:37.728446 Progress Page: [VCSA ERROR] Error in downloading support bundle

2015-07-16 11:36:48.476865 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1441","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:36:49.943267 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1441","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:36:49.943267 Progress Page: [VCSA ERROR] Error in downloading support bundle

2015-07-16 11:37:00.691686 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1445","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:37:02.142489 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1445","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:37:02.142489 Progress Page: [VCSA ERROR] Error in downloading support bundle

2015-07-16 11:37:12.890908 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1450","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:37:14.341710 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1450","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:37:14.341710 Progress Page: [VCSA ERROR] Error in downloading support bundle

2015-07-16 11:37:25.090129 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1454","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:37:26.540932 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1454","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:37:26.540932 Progress Page: [VCSA ERROR] Error in downloading support bundle

2015-07-16 11:37:37.320551 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1458","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:37:38.771353 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1458","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:37:38.771353 Progress Page: [VCSA ERROR] Error in downloading support bundle

2015-07-16 11:37:49.519772 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1463","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:37:50.970574 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1463","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:37:50.970574 Progress Page: [VCSA ERROR] Error in downloading support bundle

2015-07-16 11:38:01.718993 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"PROCESS_STATUS","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1467","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"false","item":["{\"error\":\"vim.fault.FileNotFound\"}"]}

2015-07-16 11:38:03.169796 CIP Service: [VCSA INFO] Get VM Support Bundle - result:{"type":"result","statusCode":"OK","sessionId":"JjIO-RFKv-bTiF-kAtx","requestId":"1467","requestComponentId":"fileTransfer","requestObjectId":"8088-jT99-8gEX-Xsia","result":"","isFinal":"true"}

2015-07-16 11:38:03.169796 Progress Page: [VCSA ERROR] Error in downloading support bundle

 

Help?

Unable to start the vCenter / Management Web Services

$
0
0

Hi All,

 

I recently moved our vCenter installation to another server "vCenterServer" from the original server "Win12-ban", I have left the database on "Win12-ban" and created a DSN on "vCenterServer" which tests successfully when connecting into the database from the "vCenterServer" database. When I originally set this all up it worked a dream, I was originally using my own domain account to start the service (rather than the local system account), but now none of these accounts will start the service. I really want to be using the local account as I want to be able to see performance stats within vcenter.

 

The error message I get when trying to start the service is:

 

screenshot1.JPG

Followed by this in the event viewer:

 

Log Name: Application
Source:   VMware VirtualCenter Server
Date:     06/01/2014 09:29:28
Event ID: 1000

Task Category: None

Level:    Error
Keywords: Classic
User:     N/A
Computer: vCenterServer.

 

The description for Event ID 1000 from source VMware VirtualCenter Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

 

If the event originated on another computer, the display information had to be saved with the event.

 

The following information was included with the event:

 

Error getting configuration info from the database

 

I have tested the DSN from the machine with vCenter installed and it tests successfully, which suggests there is a connection from the vCenter Server to the database, has anyone encountered similar issues?

Error when loading VMWare vSphere Client

$
0
0

Hey guys, I'm a newbie to the VMWare world and have just experienced my first problem. 

 

My system was installed by a 3rd party vendor that, due to uncontrolable circumstatnces, is not accessible at this time.  So, I'm attempting to see if anyone might have a resolution for me.

 

I'm using ESX 4.  When I open the vSphere Client application and enter my login credentials, I receive the following slew of errors:

 

     The specified module could not be found. (Exception from HRESULT: 0x8007007E)

 

     This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.

 

     VMware Remote Console unrecoverable error: (player)

     SSLLoadSharedLibrary: Failed to load library libeay32.dll:126

 

The last error writes a dump file.

 

This application has always worked flawlessly.  The problem started while I was on a business trip last week.  I'm suspecting that some type of update (Microsoft, Java, etc.) is probably what is causing this issue.

 

I tried re-registering the dll files but it didn't make a difference.  I would love to re-install the application as suggested, but I'm currently unable to locate that download on VMware's site.

 

I'm just curious if anyone has any suggestions or possibly the location of the downloads?

 

Thanks in advance,

Steve

SYSLOG collector in vSphere 6

$
0
0

Is the SYSLOG Collector in vSphere 6 discontinued?

 

Up to vSphere vCenter Server 5.5 there was an option under vSphere Support Tools to "Install vSphere Syslog Collector".

From the install screen of vSPhere 6 vCenter Server there is not an option to "Install vSphere Syslog Collector".

 

I know you can redirect the logs from ESXi hosts and vCenter Server to a Syslog host and I know there is a still a Syslog Service, but do you have to install a thrid party Syslog Server now and redirect the logs to that?  The vSphere documentation is not very clear.

 

regards

VMware vCenter service stops with SQL DB size errors

$
0
0

Hi,

 

We run VMware vCenter 4.1 with 3 ESX hosts, and 50 VMs. vCenter is running on Windows 2008 R2, with SQL 2005 Express SP2.

 

Yesterday our virtual backup failed, saying it couldn't connect to the vCenter agent. When I looged into the issue, it appeared that the vCenter Server service had stopped. Up on further investigation it appears that the SQL Express database had reached 4GB in size, which is the limited, and this caused the vCenter service to fall over.

 

I've checked some forum posts, and have performed the following:

  • Set a database retention policy for tasks & events, this was originally un-checked, but I have checked it, and set it to 90 days initially, and now 30 days.
  • Found a script on the VMware forum called VCDB_table_cleanup_MSSQL_V4.X.sql which can cleanup the database. I set it to delete data older (changing SET @DELETE_DATA = 1) than 90 days, and it removed 130,000+ rows.
  • Performed a database shrink & file shrink on the data file - this only got me back 9mb?
  • Performed a database shrink & file shrink on the log file - this got back a little more, about 100mb.
  • Changed the log file size from 460mb to 1024mb, in the database properties > files settings.

 

However, even after all of the above, when I restart the server, or stop & start the vCenter service, the following errors are logged in the application log:
-------------------------------------------
Log Name:      Application
Source:        MSSQL$SQLEXP_VIM
Date:          16/08/2011 08:51:44
Event ID:      1827
Task Category: (2)
Level:         Error
Keywords:      Classic
User:          SYSTEM
Description:
CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 4096 MB per database.
-------------------------------------------
Log Name:      Application
Source:        MSSQL$SQLEXP_VIM
Date:          16/08/2011 08:51:44
Event ID:      1105
Task Category: (2)
Level:         Error
Keywords:      Classic
User:          SYSTEM
Description:
Could not allocate space for object 'dbo.VPX_BINARY_DATA'.'PK_VPX_BIN_DATA' in database 'VIM_VCDB' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
-------------------------------------------
Log Name:      Application
Source:        VMware VirtualCenter Server
Date:          16/08/2011 08:51:44
Event ID:      1000
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Description:
The description for Event ID 1000 from source VMware VirtualCenter Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

[Ldap] Failed to save LDAP backup data to database: "ODBC error: (42000) - [Microsoft][SQL Native Client][SQL Server]Could not allocate space for object 'dbo.VPX_BINARY_DATA'.'PK_VPX_BIN_DATA' in database 'VIM_VCDB' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup." is returned when executing SQL statement "INSERT INTO VPX_BINARY_DATA WITH (ROWLOCK) (ID, DATA_TYPE, BIN_DATA, CREATED_TIME, CHANGE_ID) VALUES (?, ?, ?, ?, ?)"
the message resource is present but the message is not found in the string/message table
-------------------------------------------

 

Can anyone provide another solution to this issue? We need to be able to perform a successful backup!

 

Any help or suggestions appreciated!

 

Ben


vCenter 5.5 Install - Error 1603

$
0
0

I keep getting error 1603 while trying to install vCenter 5.5. Please see the log

 

=== Verbose logging started: 9/23/2013  11:30:04  Build type: SHIP UNICODE 5.00.9200.00  Calling process: C:\Windows\System32\msiexec.exe ===

MSI (c) (FC:DC) [11:30:04:706]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

 

 

MSI (c) (FC:DC) [11:30:04:706]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

 

 

MSI (c) (FC:00) [11:30:04:706]: Resetting cached policy values

MSI (c) (FC:00) [11:30:04:706]: Machine policy value 'Debug' is 0

MSI (c) (FC:00) [11:30:04:706]: ******* RunEngine:

           ******* Product: Single Sign-On\VMware-SSO-Server.msi

           ******* Action:

           ******* CommandLine: **********

MSI (c) (FC:00) [11:30:04:722]: Machine policy value 'DisableUserInstalls' is 0

MSI (c) (FC:00) [11:30:04:722]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2

MSI (c) (FC:00) [11:30:04:722]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi' against software restriction policy

MSI (c) (FC:00) [11:30:04:738]: SOFTWARE RESTRICTION POLICY: C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi has a digital signature

MSI (c) (FC:00) [11:30:05:314]: SOFTWARE RESTRICTION POLICY: C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi is permitted to run at the 'unrestricted' authorization level.

MSI (c) (FC:00) [11:30:05:331]: Cloaking enabled.

MSI (c) (FC:00) [11:30:05:331]: Attempting to enable all disabled privileges before calling Install on Server

MSI (c) (FC:00) [11:30:05:346]: End dialog not enabled

MSI (c) (FC:00) [11:30:05:346]: Original package ==> C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

MSI (c) (FC:00) [11:30:05:346]: Package we're running from ==> C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

MSI (c) (FC:00) [11:30:05:346]: APPCOMPAT: Compatibility mode property overrides found.

MSI (c) (FC:00) [11:30:05:346]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'.

MSI (c) (FC:00) [11:30:05:346]: APPCOMPAT: no matching ProductCode found in database.

MSI (c) (FC:00) [11:30:05:346]: MSCOREE not loaded loading copy from system32

MSI (c) (FC:00) [11:30:05:346]: Machine policy value 'TransformsSecure' is 1

MSI (c) (FC:00) [11:30:05:346]: Machine policy value 'DisablePatch' is 0

MSI (c) (FC:00) [11:30:05:346]: Machine policy value 'AllowLockdownPatch' is 0

MSI (c) (FC:00) [11:30:05:346]: Machine policy value 'DisableLUAPatching' is 0

MSI (c) (FC:00) [11:30:05:346]: Machine policy value 'DisableFlyWeightPatching' is 0

MSI (c) (FC:00) [11:30:05:346]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'.

MSI (c) (FC:00) [11:30:05:346]: APPCOMPAT: no matching ProductCode found in database.

MSI (c) (FC:00) [11:30:05:346]: Transforms are not secure.

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\vim-sso-msi.log'.

MSI (c) (FC:00) [11:30:05:346]: Command Line: ALL_IN_ONE=1 SSO_TEMP_FOLDER=C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\ CURRENTDIRECTORY=C:\Users\Administrator\Desktop\VIM CLIENTUILEVEL=0 CLIENTPROCESSID=3068

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{12486F2C-97E3-41AD-8D85-1E7EC1D5341A}'.

MSI (c) (FC:00) [11:30:05:346]: Product Code passed to Engine.Initialize:           ''

MSI (c) (FC:00) [11:30:05:346]: Product Code from property table before transforms: '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'

MSI (c) (FC:00) [11:30:05:346]: Product Code from property table after transforms:  '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'

MSI (c) (FC:00) [11:30:05:346]: Product not registered: beginning first-time install

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.

MSI (c) (FC:00) [11:30:05:346]: Entering CMsiConfigurationManager::SetLastUsedSource.

MSI (c) (FC:00) [11:30:05:346]: User policy value 'SearchOrder' is 'nmu'

MSI (c) (FC:00) [11:30:05:346]: Adding new sources is allowed.

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.

MSI (c) (FC:00) [11:30:05:346]: Package name extracted from package path: 'VMware-SSO-Server.msi'

MSI (c) (FC:00) [11:30:05:346]: Package to be registered: 'VMware-SSO-Server.msi'

MSI (c) (FC:00) [11:30:05:346]: Note: 1: 2262 2: AdminProperties 3: -2147287038

MSI (c) (FC:00) [11:30:05:346]: Machine policy value 'DisableMsi' is 1

MSI (c) (FC:00) [11:30:05:346]: Machine policy value 'AlwaysInstallElevated' is 0

MSI (c) (FC:00) [11:30:05:346]: User policy value 'AlwaysInstallElevated' is 0

MSI (c) (FC:00) [11:30:05:346]: Product installation will be elevated because user is admin and product is being installed per-machine.

MSI (c) (FC:00) [11:30:05:346]: Running product '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}' with elevated privileges: Product is assigned.

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding ALL_IN_ONE property. Its value is '1'.

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding SSO_TEMP_FOLDER property. Its value is 'C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\'.

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Administrator\Desktop\VIM'.

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3068'.

MSI (c) (FC:00) [11:30:05:346]: TRANSFORMS property is now:

MSI (c) (FC:00) [11:30:05:346]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Favorites

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Network Shortcuts

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Documents

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Printer Shortcuts

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Recent

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\SendTo

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Templates

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\ProgramData

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Local

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Pictures

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Desktop

MSI (c) (FC:00) [11:30:05:346]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates

MSI (c) (FC:00) [11:30:05:362]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts

MSI (c) (FC:00) [11:30:05:362]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16

MSI (c) (FC:00) [11:30:05:362]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation

MSI (c) (FC:00) [11:30:05:362]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.

MSI (c) (FC:00) [11:30:05:362]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'.

MSI (c) (FC:00) [11:30:05:362]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi'.

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi'.

MSI (c) (FC:00) [11:30:05:362]: Machine policy value 'MsiDisableEmbeddedUI' is 0

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\'.

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\'.

MSI (c) (FC:DC) [11:30:05:362]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'.

=== Logging started: 9/23/2013  11:30:05 ===

MSI (c) (FC:00) [11:30:05:362]: Note: 1: 2205 2:  3: PatchPackage

MSI (c) (FC:00) [11:30:05:362]: Machine policy value 'DisableRollback' is 0

MSI (c) (FC:00) [11:30:05:362]: User policy value 'DisableRollback' is 0

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.

MSI (c) (FC:00) [11:30:05:362]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038

MSI (c) (FC:00) [11:30:05:362]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.

MSI (c) (FC:00) [11:30:05:362]: Doing action: INSTALL

Action 11:30:05: INSTALL.

Action start 11:30:05: INSTALL.

MSI (c) (FC:00) [11:30:05:362]: UI Sequence table 'InstallUISequence' is present and populated.

MSI (c) (FC:00) [11:30:05:362]: Running UISequence

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.

MSI (c) (FC:00) [11:30:05:362]: Doing action: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39

Action 11:30:05: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action start 11:30:05: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

MSI (c) (FC:00) [11:30:05:362]: PROPERTY CHANGE: Adding System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\Windows\system32\'.

Action ended 11:30:05: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39. Return value 1.

MSI (c) (FC:00) [11:30:05:362]: Doing action: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42

Action 11:30:05: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42.

Action start 11:30:05: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42.

MSI (c) (FC:00) [11:30:05:377]: PROPERTY CHANGE: Adding System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'C:\Windows\system32\'.

Action ended 11:30:05: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42. Return value 1.

MSI (c) (FC:00) [11:30:05:377]: Doing action: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399

Action 11:30:05: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399.

Action start 11:30:05: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399.

MSI (c) (FC:00) [11:30:05:377]: PROPERTY CHANGE: Adding System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 property. Its value is 'C:\Windows\system32\'.

Action ended 11:30:05: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399. Return value 1.

MSI (c) (FC:00) [11:30:05:377]: Doing action: FindRelatedProducts

Action 11:30:05: FindRelatedProducts. Searching for related applications

Action start 11:30:05: FindRelatedProducts.

Action ended 11:30:05: FindRelatedProducts. Return value 1.

MSI (c) (FC:00) [11:30:05:377]: Doing action: SetProductNameForSimpleInstall

Action 11:30:05: SetProductNameForSimpleInstall.

Action start 11:30:05: SetProductNameForSimpleInstall.

MSI (c) (FC:00) [11:30:05:377]: PROPERTY CHANGE: Modifying ProductName property. Its current value is 'vCenter Single Sign-On'. Its new value: 'Simple Install'.

Action ended 11:30:05: SetProductNameForSimpleInstall. Return value 1.

MSI (c) (FC:00) [11:30:05:377]: Doing action: PrepareDlg

Action 11:30:05: PrepareDlg.

Action start 11:30:05: PrepareDlg.

Info 2898. For WixUI_Font_Normal textstyle, the system created a 'Tahoma' font, in 0 character set, of 13 pixels height.

Info 2898. For WixUI_Font_Bigger textstyle, the system created a 'Tahoma' font, in 0 character set, of 16 pixels height.

Action 11:30:05: PrepareDlg. Dialog created

Action ended 11:30:05: PrepareDlg. Return value 1.

MSI (c) (FC:00) [11:30:05:409]: Doing action: AppSearch

Action 11:30:05: AppSearch. Searching for installed applications

Action start 11:30:05: AppSearch.

AppSearch: Property: SSO1SERVERXMLLOCATION, Signature: SSO1InstallLocation

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\VMware, Inc.\VMware Infrastructure\SSOServer 3: 2

AppSearch: Property: INSTALLEDVERSION, Signature: InstalledVersion

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\VMware, Inc.\VMware Infrastructure\SSOServer 3: 2

AppSearch: Property: PREVIOUSVERSIONS, Signature: PreviousVersions

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\VMware, Inc.\VMware Infrastructure\SSOServer 3: 2

AppSearch: Property: VM_VERSION_JRE, Signature: sigVersionJRE

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: PROPERTY CHANGE: Adding VM_VERSION_JRE property. Its value is '5.5.0.678'.

AppSearch: Property: VM_VERSION_TCSERVER, Signature: sigVersiontcServer

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: PROPERTY CHANGE: Adding VM_VERSION_TCSERVER property. Its value is '5.5.0.636'.

AppSearch: Property: VM_VERSION_MIT_KERBEROS, Signature: sigVersionMitKerberos

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: PROPERTY CHANGE: Adding VM_VERSION_MIT_KERBEROS property. Its value is '4.0.0'.

AppSearch: Property: VM_VERSION_PYTHON, Signature: sigVersionPython

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: PROPERTY CHANGE: Adding VM_VERSION_PYTHON property. Its value is '6.0.0.731'.

AppSearch: Property: VM_VERSION_OPENSSL, Signature: sigVersionOpenSSL

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: PROPERTY CHANGE: Adding VM_VERSION_OPENSSL property. Its value is '6.0.0.196'.

AppSearch: Property: VTCSERVER_INSTALLDIR, Signature: vtcServer_InstallDir

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: PROPERTY CHANGE: Adding VTCSERVER_INSTALLDIR property. Its value is 'c:\Program Files\Common Files\VMware\VMware vCenter Server - tc Server\'.

AppSearch: Property: VJRE_INSTALLDIR, Signature: vJRE_InstallDir

MSI (c) (FC:00) [11:30:05:409]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:409]: PROPERTY CHANGE: Adding VJRE_INSTALLDIR property. Its value is 'c:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\'.

AppSearch: Property: SSO_HTTPS_PORT, Signature: SSOHttpsPortSearch

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\VMware, Inc.\VMware Infrastructure\SSOServer 3: 2

AppSearch: Property: SHOWDATACONFIG, Signature: ShowDataConfig

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2262 2: Signature 3: -2147287038

AppSearch: Property: FQDNIP, Signature: SSO1FQDNRegistry

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2262 2: Signature 3: -2147287038

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\VMware, Inc.\VMware Infrastructure\SSOServer 3: 2

Action ended 11:30:05: AppSearch. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: LaunchConditions

Action 11:30:05: LaunchConditions. Evaluating launch conditions

Action start 11:30:05: LaunchConditions.

Action ended 11:30:05: LaunchConditions. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Skipping action: WarnAboutExpiredSSLCerts (condition is false)

MSI (c) (FC:00) [11:30:05:424]: Doing action: ValidateProductID

Action 11:30:05: ValidateProductID.

Action start 11:30:05: ValidateProductID.

Action ended 11:30:05: ValidateProductID. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: CostInitialize

Action 11:30:05: CostInitialize. Computing space requirements

Action start 11:30:05: CostInitialize.

MSI (c) (FC:00) [11:30:05:424]: Machine policy value 'MaxPatchCacheSize' is 10

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.

Action ended 11:30:05: CostInitialize. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Action 11:30:05: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action start 11:30:05: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action ended 11:30:05: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73

Action 11:30:05: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

Action start 11:30:05: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

Action ended 11:30:05: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39

Action 11:30:05: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action start 11:30:05: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action ended 11:30:05: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: FileCost

Action 11:30:05: FileCost. Computing space requirements

Action start 11:30:05: FileCost.

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2205 2:  3: MsiAssembly

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2205 2:  3: Class

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2205 2:  3: Extension

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2205 2:  3: TypeLib

Action ended 11:30:05: FileCost. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: ResolveSource

Action 11:30:05: ResolveSource.

Action start 11:30:05: ResolveSource.

MSI (c) (FC:00) [11:30:05:424]: Resolving source.

MSI (c) (FC:00) [11:30:05:424]: Resolving source to launched-from source.

MSI (c) (FC:00) [11:30:05:424]: Setting launched-from source as last-used.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'.

MSI (c) (FC:00) [11:30:05:424]: SOURCEDIR ==> C:\Users\Administrator\Desktop\VIM\Single Sign-On\

MSI (c) (FC:00) [11:30:05:424]: SOURCEDIR product ==> {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

MSI (c) (FC:00) [11:30:05:424]: Determining source type

MSI (c) (FC:00) [11:30:05:424]: Source type from package 'VMware-SSO-Server.msi': 2

MSI (c) (FC:00) [11:30:05:424]: Source path resolution complete. Dumping Directory table...

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: TARGETDIR , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: WindowsFolder , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMWAREAPPDATAPATH , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\ , ShortSubPath: yhcj5x6n\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\ , ShortSubPath: yhcj5x6n\VMware\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\ , ShortSubPath: yhcj5x6n\VMware\CIS\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\lib\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\lib\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\webapps\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\webapps\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\conf\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\conf\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\temp\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\temp\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\logs\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\logs\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\vmware-sso\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\6dulz-jh\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\vmware-sso\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\tcdf4urj\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\vmware-sso\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\73ioosxr\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\ , ShortSubPath: yhcj5x6n\VMware\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\ , ShortSubPath: yhcj5x6n\VMware\CIS\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\vmkdcd\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\vmkdcd\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\vmkdcd\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\vmkdcd\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\vmkdcd\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\vmkdcd\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\ , ShortSubPath: yhcj5x6n\VMware\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\ , ShortSubPath: yhcj5x6n\VMware\cis\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\logs\ , ShortSubPath: yhcj5x6n\VMware\cis\logs\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmdird_Logs.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\logs\vmdird\ , ShortSubPath: yhcj5x6n\VMware\cis\logs\vmdird\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: DataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\data\ , ShortSubPath: yhcj5x6n\VMware\cis\data\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmdird_DB.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\data\vmdird\ , ShortSubPath: yhcj5x6n\VMware\cis\data\vmdird\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: ConfigRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\cfg\ , ShortSubPath: yhcj5x6n\VMware\cis\cfg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMware_Support_Bundle.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\cfg\vm-support\ , ShortSubPath: yhcj5x6n\VMware\cis\cfg\3nwwye2d\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmdird_Config.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\cfg\vmdird\ , ShortSubPath: yhcj5x6n\VMware\cis\cfg\vmdird\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: System64Folder , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareRoot , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\ , ShortSubPath:

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: INSTALLDIR , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: MergeRedirectFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\ , ShortSubPath: VMware\7wdbublg\VMware\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: CISFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-upgrade\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\cqz_1kqf\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareSSOUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\cqz_1kqf\sso\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\firstboot\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\e0c9dm3f\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-sso\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\mgfq04-3\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\mgfq04-3\8gnyfi1g\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-sso\lib\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: MergeRedirectFolder.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\ , ShortSubPath: VMware\7wdbublg\VMware\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: AppCisRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\ , ShortSubPath: VMware\7wdbublg\VMware\cis\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: firstbootDir.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\firstboot\ , ShortSubPath: VMware\7wdbublg\VMware\cis\jvf180ae\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\vmcad\ , ShortSubPath: VMware\7wdbublg\VMware\cis\vmcad\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: MergeRedirectFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\ , ShortSubPath: VMware\7wdbublg\VMware\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: AppCisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmkdcd_InstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmkdcd\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\vmkdcd\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: MergeRedirectFolder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\ , ShortSubPath: VMware\7wdbublg\VMware\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: AppCisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\ , ShortSubPath: VMware\7wdbublg\VMware\cis\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: firstbootDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\firstboot\ , ShortSubPath: VMware\7wdbublg\VMware\cis\jvf180ae\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: Vmdird_InstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\vmdird\ , ShortSubPath: VMware\7wdbublg\VMware\cis\vmdird\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\ , ShortSubPath: VMware\7wdbublg\1kkissux\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: cmu_lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\lib\ , ShortSubPath: VMware\7wdbublg\1kkissux\lib\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: cmu_bin.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\bin\ , ShortSubPath: VMware\7wdbublg\1kkissux\bin\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: cmu_sasl2.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\bin\sasl2\ , ShortSubPath: VMware\7wdbublg\1kkissux\bin\sasl2\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: SSODIR , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\Single Sign-On\ , ShortSubPath: VMware\7wdbublg\2uc0hmsk\

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: ProgramMenuFolder , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: Programs\ , ShortSubPath:

MSI (c) (FC:00) [11:30:05:424]: Dir (source): Key: VMwareStartMenuFolder , Object: C:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: Programs\VMware\ , ShortSubPath:

Action ended 11:30:05: ResolveSource. Return value 1.

MSI (c) (FC:00) [11:30:05:424]: Doing action: CostFinalize

Action 11:30:05: CostFinalize. Computing space requirements

Action start 11:30:05: CostFinalize.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2205 2:  3: Patch

MSI (c) (FC:00) [11:30:05:424]: Note: 1: 2205 2:  3: Condition

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Modifying VMWAREAPPDATAPATH property. Its current value is 'C:\ProgramData'. Its new value: 'C:\ProgramData\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\lib\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\logs\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\logs\vmware-sso\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\data\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\data\vmware-sso\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\cfg\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\cfg\vmware-sso\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\CIS\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\CIS\logs\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\CIS\logs\vmkdcd\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\CIS\data\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\CIS\data\vmkdcd\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\CIS\cfg\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\ProgramData\VMware\CIS\cfg\vmkdcd\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\logs\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmdird_Logs.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\logs\vmdird\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding DataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\data\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmdird_DB.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\data\vmdird\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding ConfigRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\cfg\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMware_Support_Bundle.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\cfg\vm-support\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmdird_Config.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\ProgramData\VMware\cis\cfg\vmdird\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareRoot property. Its value is 'C:\Program Files\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\VMware\Infrastructure\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding MergeRedirectFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding CISFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareSSOUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding MergeRedirectFolder.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'C:\Program Files\VMware\Infrastructure\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding AppCisRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding firstbootDir.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding MergeRedirectFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\Program Files\VMware\Infrastructure\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding AppCisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmkdcd_InstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding MergeRedirectFolder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\Program Files\VMware\Infrastructure\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding AppCisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding firstbootDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding Vmdird_InstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'C:\Program Files\VMware\Infrastructure\vmware-sasl\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding cmu_lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'C:\Program Files\VMware\Infrastructure\vmware-sasl\lib\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding cmu_bin.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'C:\Program Files\VMware\Infrastructure\vmware-sasl\bin\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding cmu_sasl2.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'C:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding SSODIR property. Its value is 'C:\Program Files\VMware\Infrastructure\Single Sign-On\'.

MSI (c) (FC:00) [11:30:05:424]: PROPERTY CHANGE: Adding VMwareStartMenuFolder property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\'.

MSI (c) (FC:00) [11:30:05:424]: Target path resolution complete. Dumping Directory table...

MSI (c) (FC:00) [11:30:05:424]: Note: target paths subject to change (via custom actions or browsing)

MSI (c) (FC:00) [11:30:05:424]: Dir (target): Key: TARGETDIR , Object: C:\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: WindowsFolder , Object: C:\Windows\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMWAREAPPDATAPATH , Object: C:\ProgramData\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\runtime\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\runtime\VMwareSTS\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\runtime\VMwareSTS\lib\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\logs\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\logs\vmware-sso\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\data\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\data\vmware-sso\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\cfg\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\ProgramData\VMware\CIS\cfg\vmware-sso\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\CIS\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\CIS\logs\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\CIS\logs\vmkdcd\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\CIS\data\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\CIS\data\vmkdcd\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\CIS\cfg\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\ProgramData\VMware\CIS\cfg\vmkdcd\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\ProgramData\VMware\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\ProgramData\VMware\cis\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: C:\ProgramData\VMware\cis\logs\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key:les\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: MergeRedirectFolder.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Program Files\VMware\Infrastructure\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Program Files\VMware\Infrastructure\VMware\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: AppCisRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Program Files\VMware\Infrastructure\VMware\cis\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: firstbootDir.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: C:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: MergeRedirectFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Program Files\VMware\Infrastructure\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Program Files\VMware\Infrastructure\VMware\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: AppCisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: C:\Program E_90E8_4C75_BD90_1F39DF0DC399 , Object: C:\Windows\system32\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: SSODIR , Object: C:\Program Files\VMware\Infrastructure\Single Sign-On\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\

MSI (c) (FC:00) [11:30:05:439]: Dir (target): Key: VMwareStartMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\

MSI (c) (FC:00) [11:30:05:439]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.

MSI (c) (FC:00) [11:30:05:439]: Note: 1: 2205 2:  3: MsiAssembly

MSI (c) (FC:00) [11:30:05:439]: 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_` = ?

Action ended 11:30:05: CostFinalize. Return value 1.

MSI (c) (FC:00) [11:30:05:439]: Doing action: VM_InstallVCREDIST_x64

Action 11:30:05: VM_InstallVCREDIST_x64. Configuring Microsoft Visual C++ Redistributable Package (x64)...

Action start 11:30:05: VM_InstallVCREDIST_x64.

Action ended 11:30:06: VM_InstallVCREDIST_x64. Return value 1.

MSI (c) (FC:00) [11:30:06:157]: Doing action: VM_InstallVCREDIST_x86

Action 11:30:06: VM_InstallVCREDIST_x86. Configuring Microsoft Visual C++ Redistributable Package (x86)...

Action start 11:30:06: VM_InstallVCREDIST_x86.

Action ended 11:30:06: VM_InstallVCREDIST_x86. Return value 1.

MSI (c) (FC:00) [11:30:06:875]: Doing action: GetShippedJREVersion

Action 11:30:06: GetShippedJREVersion.

Action start 11:30:06: GetShippedJREVersion.

MSI (c) (FC:D0) [11:30:06:875]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSI70EB.tmp, Entrypoint: VmSetupGetShippedJREProductVersionFromINIFile

MSI (c) (FC:AC) [11:30:06:875]: Cloaking enabled.

MSI (c) (FC:AC) [11:30:06:875]: Attempting to enable all disabled privileges before calling Install on Server

MSI (c) (FC:AC) [11:30:06:875]: Connected to service for CA interface.

MSI (c) (FC!EC) [11:30:06:906]: PROPERTY CHANGE: Adding SHIPPED_JRE_VERSION property. Its value is '5.5.0.678'.

Action ended 11:30:06: GetShippedJREVersion. Return value 1.

MSI (c) (FC:00) [11:30:06:906]: Doing action: GetShippedTCServerVersion

Action 11:30:06: GetShippedTCServerVersion.

Action start 11:30:06: GetShippedTCServerVersion.

MSI (c) (FC:70) [11:30:06:906]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSI710B.tmp, Entrypoint: VmSetupGetShippedTcServerProductVersionFromINIFile

MSI (c) (FC!50) [11:30:06:922]: PROPERTY CHANGE: Adding SHIPPED_TCSERVER_VERSION property. Its value is '5.5.0.636'.

Action ended 11:30:06: GetShippedTCServerVersion. Return value 1.

MSI (c) (FC:00) [11:30:06:922]: Skipping action: MaintenanceWelcomeDlg (condition is false)

MSI (c) (FC:00) [11:30:06:922]: Skipping action: ResumeDlg (condition is false)

MSI (c) (FC:00) [11:30:06:922]: Doing action: SSOWelcomeDlg

Action 11:30:06: SSOWelcomeDlg.

Action start 11:30:06: SSOWelcomeDlg.

Action 11:30:06: SSOWelcomeDlg. Dialog created

MSI (c) (FC:98) [11:30:06:937]: Note: 1: 2205 2:  3: _RemoveFilePath

MSI (c) (FC:98) [11:30:06:953]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: BindImage

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: ProgId

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: PublishComponent

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: SelfReg

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: Extension

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: Font

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: Class

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2205 2:  3: TypeLib

MSI (c) (FC:98) [11:30:06:953]: Note: 1: 2727 2: 

Info 2898. For WixUI_Font_Title textstyle, the system created a 'Tahoma' font, in 0 character set, of 14 pixels height.

Action 11:30:10: SSOLicenseAgreementDlg. Dialog created

MSI (c) (FC:DC) [11:30:11:898]: PROPERTY CHANGE: Adding SSOLicenseAccepted property. Its value is '1'.

MSI (c) (FC:DC) [11:30:12:663]: Doing action: GetMachineInfo

Action 11:30:12: GetMachineInfo.

Action start 11:30:12: GetMachineInfo.

MSI (c) (FC:10) [11:30:12:663]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSI8789.tmp, Entrypoint: VmSetupGetMachineInfo

MSI (c) (FC!FC) [11:30:12:663]: PROPERTY CHANGE: Adding DOMAINJOINED property. Its value is '1'.

MSI (c) (FC!FC) [11:30:12:663]: PROPERTY CHANGE: Adding MACHINEDOMAIN property. Its value is 'BG'.

MSI (c) (FC!FC) [11:30:12:663]: PROPERTY CHANGE: Adding MACHINENAME property. Its value is 'VC01'.

MSI (c) (FC!FC) [11:30:12:663]: PROPERTY CHANGE: Adding FQDN property. Its value is 'VC01.bg.local'.

MSI (c) (FC!FC) [11:30:12:663]: PROPERTY CHANGE: Adding MACHINEIP property. Its value is '192.168.0.115'.

MSI (c) (FC!FC) [11:30:12:679]: PROPERTY CHANGE: Adding DNSRESOLVED property. Its value is '1'.

Action ended 11:30:12: GetMachineInfo. Return value 1.

DEBUG: Error 2863:  The control WarnDomainNotJoined on dialog MachineStatusDlg needs the icon Exclaim.ico in size 16x16, but that size is not available. Loading the first available size

The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2863. The arguments are: MachineStatusDlg, WarnDomainNotJoined, Exclaim.ico

DEBUG: Error 2863:  The control WarnNotDNSResolved on dialog MachineStatusDlg needs the icon Exclaim.ico in size 16x16, but that size is not available. Loading the first available size

The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2863. The arguments are: MachineStatusDlg, WarnNotDNSResolved, Exclaim.ico

Action 11:30:12: MachineStatusDlg. Dialog created

Action 11:30:17: SetupAdminPassFirstDomainDlg. Dialog created

MSI (c) (FC:DC) [11:30:21:992]: PROPERTY CHANGE: Adding ADMINPASSWORD property. Its value is '**********'.

MSI (c) (FC:DC) [11:30:28:497]: PROPERTY CHANGE: Adding ADMINPASSWORDCONFIRM property. Its value is '**********'.

MSI (c) (FC:DC) [11:30:28:560]: Doing action: ValidatePassword

Action 11:30:28: ValidatePassword.

Action start 11:30:28: ValidatePassword.

MSI (c) (FC:08) [11:30:28:560]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSIC5A2.tmp, Entrypoint: VmSetupValidatePassword

Action ended 11:30:28: ValidatePassword. Return value 1.

Action 11:30:28: ConfigureNewSiteDlg. Dialog created

MSI (c) (FC:DC) [11:30:30:072]: Doing action: ValidateSiteName

Action 11:30:30: ValidateSiteName.

Action start 11:30:30: ValidateSiteName.

MSI (c) (FC:F0) [11:30:30:072]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSICB8C.tmp, Entrypoint: VmSetupValidateSiteName

MSI (c) (FC!1C) [11:30:30:088]: PROPERTY CHANGE: Adding SITENAMERESTRICTION property. Its value is '0'.

Action ended 11:30:30: ValidateSiteName. Return value 1.

Action 11:30:30: ConfigurePortDlg. Dialog created

MSI (c) (FC:DC) [11:30:30:915]: Doing action: ValidateSSOPorts

Action 11:30:30: ValidateSSOPorts.

Action start 11:30:30: ValidateSSOPorts.

MSI (c) (FC:78) [11:30:30:915]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSICED8.tmp, Entrypoint: VmSetupValidateSSOPorts

Action ended 11:30:30: ValidateSSOPorts. Return value 1.

Action 11:30:30: ConfigureInstallDirDlg. Dialog created

Info 2898. For OptionsTitleFont textstyle, the system created a 'Tahoma' font, in 0 character set, of 13 pixels height.

Info 2898. For OptionsFont textstyle, the system created a 'Tahoma' font, in 0 character set, of 13 pixels height.

Action 11:30:31: ReviewInstallOptionsDlg. Dialog created

Action 11:30:34: ConfigureInstallDirDlg. Dialog created

Action 11:30:35: ConfigurePortDlg. Dialog created

Action 11:30:36: ConfigureNewSiteDlg. Dialog created

MSI (c) (FC:DC) [11:30:49:136]: PROPERTY CHANGE: Modifying SSO_SITE property. Its current value is 'Default-First-Site'. Its new value: 'Primary Site'.

MSI (c) (FC:DC) [11:30:49:214]: Doing action: ValidateSiteName

Action 11:30:49: ValidateSiteName.

Action start 11:30:49: ValidateSiteName.

MSI (c) (FC:28) [11:30:49:214]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSI1654.tmp, Entrypoint: VmSetupValidateSiteName

Action ended 11:30:49: ValidateSiteName. Return value 1.

Action 11:30:49: ConfigurePortDlg. Dialog created

MSI (c) (FC:DC) [11:30:50:134]: Doing action: ValidateSSOPorts

Action 11:30:50: ValidateSSOPorts.

Action start 11:30:50: ValidateSSOPorts.

MSI (c) (FC:58) [11:30:50:134]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSI19ED.tmp, Entrypoint: VmSetupValidateSSOPorts

Action ended 11:30:50: ValidateSSOPorts. Return value 1.

Action 11:30:50: ConfigureInstallDirDlg. Dialog created

Action 11:30:51: ReviewInstallOptionsDlg. Dialog created

Action ended 11:30:54: SSOWelcomeDlg. Return value 1.

MSI (c) (FC:00) [11:30:54:705]: Doing action: ProgressDlg

Action 11:30:54: ProgressDlg.

Action start 11:30:54: ProgressDlg.

Action 11:30:54: ProgressDlg. Dialog created

Action ended 11:30:54: ProgressDlg. Return value 1.

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_InstallKFW (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_InstallOpenSSL (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_InstallPython (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_InstallJRE (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_InstallTCServer (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: RunExport (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_UninstallKFW (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_UninstallOpenSSL (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Skipping action: VM_UninstallPython (condition is false)

MSI (c) (FC:00) [11:30:54:721]: Doing action: ExecuteAction

Action 11:30:54: ExecuteAction.

Action start 11:30:54: ExecuteAction.

MSI (c) (FC:00) [11:30:54:721]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.

MSI (c) (FC:00) [11:30:54:721]: Grabbed execution mutex.

MSI (c) (FC:00) [11:30:54:721]: Incrementing counter to disable shutdown. Counter after increment: 0

MSI (c) (FC:00) [11:30:54:721]: Switching to server: VM_VERSION_JRE="5.5.0.678" VM_VERSION_TCSERVER="5.5.0.636" VM_VERSION_MIT_KERBEROS="4.0.0" VM_VERSION_PYTHON="6.0.0.731" VM_VERSION_OPENSSL="6.0.0.196" VTCSERVER_INSTALLDIR="c:\Program Files\Common Files\VMware\VMware vCenter Server - tc Server\" VJRE_INSTALLDIR="c:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\" INSTALLDIR="C:\Program Files\VMware\Infrastructure\" SSODIR="C:\Program Files\VMware\Infrastructure\Single Sign-On\" TARGETDIR="C:\" SSO_SITE="Primary Site" ADMINPASSWORD=********** ADMINPASSWORDCONFIRM=********** VMWAREAPPDATAPATH="C:\ProgramData\" INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42="C:\Program Files\VMware\Infrastructure\vmware-sasl\" INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6="C:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\" INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C="C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\" VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C="C:\ProgramData\VMware\CIS\runtime\VMwareSTS\" VMWARE_STS_CONF.941B88

MSI (s) (3C:38) [11:30:54:721]: Running installation inside multi-package transaction C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

MSI (s) (3C:38) [11:30:54:721]: Grabbed execution mutex.

MSI (s) (3C:38) [11:30:54:736]: Resetting cached policy values

MSI (s) (3C:38) [11:30:54:736]: Machine policy value 'Debug' is 0

MSI (s) (3C:38) [11:30:54:736]: ******* RunEngine:

           ******* Product: C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

           ******* Action: INSTALL

           ******* CommandLine: **********

MSI (s) (3C:38) [11:30:54:736]: Machine policy value 'DisableUserInstalls' is 0

MSI (s) (3C:38) [11:30:54:736]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038

MSI (s) (3C:38) [11:30:54:736]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0

MSI (s) (3C:38) [11:30:54:736]: Note: 1: 1715 2: vCenter Single Sign-On

MSI (s) (3C:38) [11:30:54:736]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed vCenter Single Sign-On".

MSI (s) (3C:38) [11:30:54:736]: The call to SRSetRestorePoint API failed. Returned status: 0. GetLastError() returned: 127

MSI (s) (3C:38) [11:30:54:736]: File will have security applied from OpCode.

MSI (s) (3C:38) [11:30:54:861]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi' against software restriction policy

MSI (s) (3C:38) [11:30:54:861]: SOFTWARE RESTRICTION POLICY: C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi has a digital signature

MSI (s) (3C:38) [11:30:55:189]: SOFTWARE RESTRICTION POLICY: C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi is permitted to run at the 'unrestricted' authorization level.

MSI (s) (3C:38) [11:30:55:189]: MSCOREE not loaded loading copy from system32

MSI (s) (3C:38) [11:30:55:189]: End dialog not enabled

MSI (s) (3C:38) [11:30:55:189]: Original package ==> C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

MSI (s) (3C:38) [11:30:55:189]: Package we're running from ==> c:\Windows\Installer\176cad.msi

MSI (s) (3C:38) [11:30:55:189]: APPCOMPAT: Compatibility mode property overrides found.

MSI (s) (3C:38) [11:30:55:189]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'.

MSI (s) (3C:38) [11:30:55:189]: APPCOMPAT: no matching ProductCode found in database.

MSI (s) (3C:38) [11:30:55:189]: Machine policy value 'TransformsSecure' is 1

MSI (s) (3C:38) [11:30:55:189]: Machine policy value 'DisablePatch' is 0

MSI (s) (3C:38) [11:30:55:189]: Machine policy value 'AllowLockdownPatch' is 0

MSI (s) (3C:38) [11:30:55:189]: Machine policy value 'DisableLUAPatching' is 0

MSI (s) (3C:38) [11:30:55:189]: Machine policy value 'DisableFlyWeightPatching' is 0

MSI (s) (3C:38) [11:30:55:189]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'.

MSI (s) (3C:38) [11:30:55:189]: APPCOMPAT: no matching ProductCode found in database.

MSI (s) (3C:38) [11:30:55:189]: Transforms are not secure.

MSI (s) (3C:38) [11:30:55:189]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\vim-sso-msi.log'.

MSI (s) (3C:38) [11:30:55:189]: Command Line: VM_VERSION_JRE=5.5.0.678 VM_VERSION_TCSERVER=5.5.0.636 VM_VERSION_MIT_KERBEROS=4.0.0 VM_VERSION_PYTHON=6.0.0.731 VM_VERSION_OPENSSL=6.0.0.196 VTCSERVER_INSTALLDIR=c:\Program Files\Common Files\VMware\VMware vCenter Server - tc Server\ VJRE_INSTALLDIR=c:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\ INSTALLDIR=C:\Program Files\VMware\Infrastructure\ SSODIR=C:\Program Files\VMware\Infrastructure\Single Sign-On\ TARGETDIR=C:\ SSO_SITE=Primary Site ADMINPASSWORD=********** ADMINPASSWORDCONFIRM=********** VMWAREAPPDATAPATH=C:\ProgramData\ INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42=C:\Program Files\VMware\Infrastructure\vmware-sasl\ INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6=C:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\ INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C=C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\ VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C=C:\ProgramData\VMware\CIS\runtime\VMwareSTS\ VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C=C:\Progr

MSI (s) (3C:38) [11:30:55:189]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{12486F2C-97E3-41AD-8D85-1E7EC1D5341A}'.

MSI (s) (3C:38) [11:30:55:189]: Product Code passed to Engine.Initialize:           ''

MSI (s) (3C:38) [11:30:55:189]: Product Code from property table before transforms: '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'

MSI (s) (3C:38) [11:30:55:189]: Product Code from property table after transforms:  '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'

MSI (s) (3C:38) [11:30:55:189]: Product not registered: beginning first-time install

MSI (s) (3C:38) [11:30:55:204]: Product {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} is not managed.

MSI (s) (3C:38) [11:30:55:204]: MSI_LUA: Credential prompt not required, user is an admin

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.

MSI (s) (3C:38) [11:30:55:204]: Entering CMsiConfigurationManager::SetLastUsedSource.

MSI (s) (3C:38) [11:30:55:204]: User policy value 'SearchOrder' is 'nmu'

MSI (s) (3C:38) [11:30:55:204]: Adding new sources is allowed.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:204]: Package name extracted from package path: 'VMware-SSO-Server.msi'

MSI (s) (3C:38) [11:30:55:204]: Package to be registered: 'VMware-SSO-Server.msi'

MSI (s) (3C:38) [11:30:55:204]: Note: 1: 2262 2: AdminProperties 3: -2147287038

MSI (s) (3C:38) [11:30:55:204]: Machine policy value 'DisableMsi' is 1

MSI (s) (3C:38) [11:30:55:204]: Machine policy value 'AlwaysInstallElevated' is 0

MSI (s) (3C:38) [11:30:55:204]: User policy value 'AlwaysInstallElevated' is 0

MSI (s) (3C:38) [11:30:55:204]: Product installation will be elevated because user is admin and product is being installed per-machine.

MSI (s) (3C:38) [11:30:55:204]: Running product '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}' with elevated privileges: Product is assigned.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VM_VERSION_JRE property. Its value is '5.5.0.678'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VM_VERSION_TCSERVER property. Its value is '5.5.0.636'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VM_VERSION_MIT_KERBEROS property. Its value is '4.0.0'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VM_VERSION_PYTHON property. Its value is '6.0.0.731'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VM_VERSION_OPENSSL property. Its value is '6.0.0.196'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VTCSERVER_INSTALLDIR property. Its value is 'c:\Program Files\Common Files\VMware\VMware vCenter Server - tc Server\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VJRE_INSTALLDIR property. Its value is 'c:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\VMware\Infrastructure\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding SSODIR property. Its value is 'C:\Program Files\VMware\Infrastructure\Single Sign-On\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Modifying SSO_SITE property. Its current value is 'Default-First-Site'. Its new value: 'Primary Site'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding ADMINPASSWORD property. Its value is '**********'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding ADMINPASSWORDCONFIRM property. Its value is '**********'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Modifying VMWAREAPPDATAPATH property. Its current value is 'C:\ProgramData'. Its new value: 'C:\ProgramData\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'C:\Program Files\VMware\Infrastructure\vmware-sasl\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding ALL_IN_ONE property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding SSO_TEMP_FOLDER property. Its value is 'C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Administrator\Desktop\VIM'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3068'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding SHIPPED_JRE_VERSION property. Its value is '5.5.0.678'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding SHIPPED_TCSERVER_VERSION property. Its value is '5.5.0.636'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding DOMAINJOINED property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding SITENAMERESTRICTION property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding MACHINEDOMAIN property. Its value is 'BG'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding MACHINENAME property. Its value is 'VC01'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding FQDN property. Its value is 'VC01.bg.local'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding MACHINEIP property. Its value is '192.168.0.115'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding DNSRESOLVED property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'ProductFeature'.

MSI (s) (3C:38) [11:30:55:204]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '7c459cb8f9cc214fa52d5f91bab6debb'.

MSI (s) (3C:38) [11:30:55:204]: RESTART MANAGER: Session opened.

MSI (s) (3C:38) [11:30:55:204]: Engine has iefSecondSequence set to true.

MSI (s) (3C:38) [11:30:55:204]: TRANSFORMS property is now:

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Deleting SOURCEDIR property. Its current value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\'.

MSI (s) (3C:38) [11:30:55:204]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Favorites

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Network Shortcuts

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Documents

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Printer Shortcuts

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Recent

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\SendTo

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Templates

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\ProgramData

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Local

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Pictures

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs

MSI (s) (3C:38) [11:30:55:204]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Start Menu

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\Users\administrator.BG\Desktop

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates

MSI (s) (3C:38) [11:30:55:220]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts

MSI (s) (3C:38) [11:30:55:220]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16

MSI (s) (3C:38) [11:30:55:220]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:220]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\Windows\Installer\176cad.msi'.

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi'.

MSI (s) (3C:38) [11:30:55:220]: Machine policy value 'MsiDisableEmbeddedUI' is 0

MSI (s) (3C:38) [11:30:55:220]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install

MSI (s) (3C:38) [11:30:55:220]: Note: 1: 2205 2:  3: PatchPackage

MSI (s) (3C:38) [11:30:55:220]: Machine policy value 'DisableRollback' is 0

MSI (s) (3C:38) [11:30:55:220]: User policy value 'DisableRollback' is 0

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:220]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.

MSI (s) (3C:38) [11:30:55:220]: Doing action: INSTALL

Action 11:30:55: INSTALL.

Action start 11:30:55: INSTALL.

MSI (s) (3C:38) [11:30:55:220]: Running ExecuteSequence

MSI (s) (3C:38) [11:30:55:220]: Doing action: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39

Action 11:30:55: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action start 11:30:55: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'C:\Windows\system32\'.

Action ended 11:30:55: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39. Return value 1.

MSI (s) (3C:38) [11:30:55:220]: Doing action: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42

Action 11:30:55: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42.

Action start 11:30:55: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42.

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'C:\Windows\system32\'.

Action ended 11:30:55: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42. Return value 1.

MSI (s) (3C:38) [11:30:55:220]: Doing action: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399

Action 11:30:55: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399.

Action start 11:30:55: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399.

MSI (s) (3C:38) [11:30:55:220]: PROPERTY CHANGE: Adding System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 property. Its value is 'C:\Windows\system32\'.

Action ended 11:30:55: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399. Return value 1.

MSI (s) (3C:38) [11:30:55:220]: Doing action: FindRelatedProducts

Action 11:30:55: FindRelatedProducts. Searching for related applications

Action start 11:30:55: FindRelatedProducts.

MSI (s) (3C:38) [11:30:55:220]: Skipping FindRelatedProducts action: already done on client side

Action ended 11:30:55: FindRelatedProducts. Return value 0.

MSI (s) (3C:38) [11:30:55:220]: Doing action: AppSearch

Action 11:30:55: AppSearch. Searching for installed applications

Action start 11:30:55: AppSearch.

MSI (s) (3C:38) [11:30:55:235]: Skipping AppSearch action: already done on client side

Action ended 11:30:55: AppSearch. Return value 0.

MSI (s) (3C:38) [11:30:55:235]: Doing action: LaunchConditions

Action 11:30:55: LaunchConditions. Evaluating launch conditions

Action start 11:30:55: LaunchConditions.

Action ended 11:30:55: LaunchConditions. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setInstallPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Action 11:30:55: setInstallPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action start 11:30:55: setInstallPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying INSTALLDIR.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its current value is 'unset'. Its new value: 'C:\Program Files\VMware\Infrastructure\\VMware\CIS'.

Action ended 11:30:55: setInstallPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setAppDataPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Action 11:30:55: setAppDataPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action start 11:30:55: setAppDataPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying VMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its current value is 'unset'. Its new value: 'C:\ProgramData\'.

Action ended 11:30:55: setAppDataPath.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setUpgradeSso1.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Action 11:30:55: setUpgradeSso1.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action start 11:30:55: setUpgradeSso1.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Deleting UPGRADE_SSO1.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its current value is '0'.

Action ended 11:30:55: setUpgradeSso1.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Skipping action: setSso1BackCompat.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C (condition is false)

MSI (s) (3C:38) [11:30:55:235]: Doing action: setInstallPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6

Action 11:30:55: setInstallPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6.

Action start 11:30:55: setInstallPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying INSTALLDIR.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its current value is 'unset'. Its new value: 'C:\Program Files\VMware\Infrastructure\\VMware\CIS'.

Action ended 11:30:55: setInstallPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setAppDataPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6

Action 11:30:55: setAppDataPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6.

Action start 11:30:55: setAppDataPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying VMWAREAPPDATAPATH.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its current value is 'unset'. Its new value: 'C:\ProgramData\'.

Action ended 11:30:55: setAppDataPath.8E9BB200_29EE_40D2_893E_4D4A3B082AE6. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setInstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73

Action 11:30:55: setInstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

Action start 11:30:55: setInstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying INSTALLDIR.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its current value is 'unset'. Its new value: 'C:\Program Files\VMware\Infrastructure\\VMware\CIS'.

Action ended 11:30:55: setInstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setAppDataPath.ACDAA168_4E09_4F90_8020_67DC95DCFA73

Action 11:30:55: setAppDataPath.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

Action start 11:30:55: setAppDataPath.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying VMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its current value is 'unset'. Its new value: 'C:\ProgramData\'.

Action ended 11:30:55: setAppDataPath.ACDAA168_4E09_4F90_8020_67DC95DCFA73. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setInstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39

Action 11:30:55: setInstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action start 11:30:55: setInstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying INSTALLDIR.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its current value is 'unset'. Its new value: 'C:\Program Files\VMware\Infrastructure\\VMware\CIS'.

Action ended 11:30:55: setInstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: setAppDataPath.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39

Action 11:30:55: setAppDataPath.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action start 11:30:55: setAppDataPath.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying VMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its current value is 'unset'. Its new value: 'C:\ProgramData\'.

Action ended 11:30:55: setAppDataPath.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: ValidateProductID

Action 11:30:55: ValidateProductID.

Action start 11:30:55: ValidateProductID.

Action ended 11:30:55: ValidateProductID. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: CostInitialize

Action 11:30:55: CostInitialize. Computing space requirements

Action start 11:30:55: CostInitialize.

MSI (s) (3C:38) [11:30:55:235]: Machine policy value 'MaxPatchCacheSize' is 10

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Modifying ROOTDRIVE property. Its current value is 'C:\'. Its new value: 'c:\'.

MSI (s) (3C:38) [11:30:55:235]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:235]: Note: 1: 2205 2:  3: Patch

MSI (s) (3C:38) [11:30:55:235]: Note: 1: 2205 2:  3: PatchPackage

MSI (s) (3C:38) [11:30:55:235]: Note: 1: 2205 2:  3: MsiPatchHeaders

MSI (s) (3C:38) [11:30:55:235]: Note: 1: 2205 2:  3: __MsiPatchFileList

MSI (s) (3C:38) [11:30:55:235]: Note: 1: 2205 2:  3: PatchPackage

MSI (s) (3C:38) [11:30:55:235]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 

MSI (s) (3C:38) [11:30:55:235]: Note: 1: 2205 2:  3: Patch

Action ended 11:30:55: CostInitialize. Return value 1.

MSI (s) (3C:38) [11:30:55:235]: Doing action: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Action 11:30:55: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action start 11:30:55: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action ended 11:30:55: SetVMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C. Return value 1.

MSI (s) (3C:38) [11:30:55:251]: Doing action: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73

Action 11:30:55: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

Action start 11:30:55: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73.

Action ended 11:30:55: SetVMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73. Return value 1.

MSI (s) (3C:38) [11:30:55:251]: Doing action: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39

Action 11:30:55: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action start 11:30:55: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action ended 11:30:55: SetVMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39. Return value 1.

MSI (s) (3C:38) [11:30:55:251]: Doing action: FileCost

Action 11:30:55: FileCost. Computing space requirements

Action start 11:30:55: FileCost.

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: MsiAssembly

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: Class

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: Extension

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: TypeLib

Action ended 11:30:55: FileCost. Return value 1.

MSI (s) (3C:38) [11:30:55:251]: Doing action: CostFinalize

Action 11:30:55: CostFinalize. Computing space requirements

Action start 11:30:55: CostFinalize.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: Patch

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: Condition

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\'. Its new value: 'c:\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\Windows\'. Its new value: 'c:\Windows\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying VMWAREAPPDATAPATH property. Its current value is 'C:\ProgramData\'. Its new value: 'c:\ProgramData\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\runtime\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its current value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\'. Its new value: 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\lib\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its current value is 'C:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\'. Its new value: 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\logs\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\logs\vmware-sso\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\data\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\data\vmware-sso\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\cfg\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\ProgramData\VMware\CIS\cfg\vmware-sso\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\CIS\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\CIS\logs\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\CIS\logs\vmkdcd\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\CIS\data\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\CIS\data\vmkdcd\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\CIS\cfg\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\ProgramData\VMware\CIS\cfg\vmkdcd\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\logs\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmdird_Logs.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\logs\vmdird\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding DataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\data\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmdird_DB.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\data\vmdird\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding ConfigRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\cfg\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMware_Support_Bundle.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\cfg\vm-support\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmdird_Config.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\ProgramData\VMware\cis\cfg\vmdird\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying ProgramFiles64Folder property. Its current value is 'C:\Program Files\'. Its new value: 'c:\Program Files\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying System64Folder property. Its current value is 'C:\Windows\system32\'. Its new value: 'c:\Windows\system32\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareRoot property. Its value is 'c:\Program Files\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying INSTALLDIR property. Its current value is 'C:\Program Files\VMware\Infrastructure\'. Its new value: 'c:\Program Files\VMware\Infrastructure\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding MergeRedirectFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding CISFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareSSOUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its current value is 'C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\'. Its new value: 'c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding MergeRedirectFolder.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'c:\Program Files\VMware\Infrastructure\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding AppCisRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\cis\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding firstbootDir.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 property. Its current value is 'C:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\'. Its new value: 'c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding MergeRedirectFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\Program Files\VMware\Infrastructure\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding AppCisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmkdcd_InstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its current value is 'C:\Windows\system32\'. Its new value: 'c:\Windows\system32\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding MergeRedirectFolder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\Program Files\VMware\Infrastructure\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding AppCisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\cis\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding firstbootDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding Vmdird_InstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 property. Its value is 'c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its current value is 'C:\Windows\system32\'. Its new value: 'c:\Windows\system32\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its current value is 'C:\Program Files\VMware\Infrastructure\vmware-sasl\'. Its new value: 'c:\Program Files\VMware\Infrastructure\vmware-sasl\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding cmu_lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding cmu_bin.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding cmu_sasl2.CAAFF77B_9024_4162_86F2_56DC10FEFF42 property. Its value is 'c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 property. Its current value is 'C:\Windows\system32\'. Its new value: 'c:\Windows\system32\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying SSODIR property. Its current value is 'C:\Program Files\VMware\Infrastructure\Single Sign-On\'. Its new value: 'c:\Program Files\VMware\Infrastructure\Single Sign-On\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Modifying ProgramMenuFolder property. Its current value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\'. Its new value: 'c:\ProgramData\Microsoft\Windows\Start Menu\Programs\'.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding VMwareStartMenuFolder property. Its value is 'c:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\'.

MSI (s) (3C:38) [11:30:55:251]: Target path resolution complete. Dumping Directory table...

MSI (s) (3C:38) [11:30:55:251]: Note: target paths subject to change (via custom actions or browsing)

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: TARGETDIR , Object: c:\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: WindowsFolder , Object: c:\Windows\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMWAREAPPDATAPATH , Object: c:\ProgramData\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\runtime\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\lib\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\logs\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\logs\vmware-sso\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\data\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\data\vmware-sso\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\cfg\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\ProgramData\VMware\CIS\cfg\vmware-sso\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\CIS\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\CIS\logs\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\CIS\logs\vmkdcd\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\CIS\data\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\CIS\data\vmkdcd\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\CIS\cfg\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\ProgramData\VMware\CIS\cfg\vmkdcd\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\logs\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmdird_Logs.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\logs\vmdird\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: DataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\data\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmdird_DB.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\data\vmdird\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: ConfigRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\cfg\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMware_Support_Bundle.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\cfg\vm-support\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmdird_Config.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\ProgramData\VMware\cis\cfg\vmdird\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: ProgramFiles64Folder , Object: c:\Program Files\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: System64Folder , Object: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareRoot , Object: c:\Program Files\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: INSTALLDIR , Object: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: MergeRedirectFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: CISFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareSSOUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: MergeRedirectFolder.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: c:\Program Files\VMware\Infrastructure\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: AppCisRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: c:\Program Files\VMware\Infrastructure\VMware\cis\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: firstbootDir.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 , Object: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: MergeRedirectFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Program Files\VMware\Infrastructure\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: AppCisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmkdcd_InstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: MergeRedirectFolder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Program Files\VMware\Infrastructure\VMware\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: AppCisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Program Files\VMware\Infrastructure\VMware\cis\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: firstbootDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: Vmdird_InstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Program Files\VMware\Infrastructure\vmware-sasl\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: cmu_lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: cmu_bin.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: cmu_sasl2.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 , Object: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: SSODIR , Object: c:\Program Files\VMware\Infrastructure\Single Sign-On\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: ProgramMenuFolder , Object: c:\ProgramData\Microsoft\Windows\Start Menu\Programs\

MSI (s) (3C:38) [11:30:55:251]: Dir (target): Key: VMwareStartMenuFolder , Object: c:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: MsiAssembly

MSI (s) (3C:38) [11:30:55:251]: 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_` = ?

Action ended 11:30:55: CostFinalize. Return value 1.

MSI (s) (3C:38) [11:30:55:251]: Doing action: set_vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Action 11:30:55: set_vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action start 11:30:55: set_vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Adding vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C property. Its value is '"c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\\VMwareIdentityMgmtService.exe" update VMwareIdentityMgmtService --Startup=auto'.

Action ended 11:30:55: set_vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C. Return value 1.

MSI (s) (3C:38) [11:30:55:251]: Doing action: InstallValidate

Action 11:30:55: InstallValidate. Validating install

Action start 11:30:55: InstallValidate.

MSI (s) (3C:38) [11:30:55:251]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '7c459cb8f9cc214fa52d5f91bab6debb'.

MSI (s) (3C:38) [11:30:55:251]: Feature: ProductFeature; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: sso_support_shortcut; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: ServiceStop; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: StopDeleteVMwareSTSService; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmidentity_port_reg_comp; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: _sso.ico; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: Firewall; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: SSOServerRegistry; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: SSOUninstallRegistry; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: pthreadVC2_comp.290135FE_90E8_4C75_BD90_1F39DF0DC399; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: dcerpc_win32_comp.290135FE_90E8_4C75_BD90_1F39DF0DC399; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_cyrus_sasl_bin_comp.CAAFF77B_9024_4162_86F2_56DC10FEFF42; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_cyrus_sasl_sasl2_comp.CAAFF77B_9024_4162_86F2_56DC10FEFF42; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_cyrus_sasl_cmulib_comp.CAAFF77B_9024_4162_86F2_56DC10FEFF42; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_cyrus_sasl_systemlib_comp.CAAFF77B_9024_4162_86F2_56DC10FEFF42; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMwareCyrusSASL_Registry.CAAFF77B_9024_4162_86F2_56DC10FEFF42; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_service_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_vdcpromo_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_vdcmerge_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_vdcsplit_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_vdcsetupldu_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_vdcrepadmin_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_vdcbackup_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_vdcadmintool_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_first_boot_common_script.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_config_comp_key.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_config_comp_cert.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_config_comp_schema.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_first_boot_script.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_libvmdirclient_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_libidm_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_libvmdirlogging_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_libkrb5crypto_comp.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_support_bundle_manifest.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: Vmdird_Registry.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_first_boot_junk.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmdir_first_boot_junk2.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmkdc_service_comp.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmkdc_libvmkdcclient_comp.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmkdc_vmkdc_admin_comp.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmkdc_libvmdirclient_comp.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmkdc_libopenssl_comp.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: Vmkdcd_Registry.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: Vmkdcd_ConfigFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: Vmkdcd_DataFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: Vmkdcd_LogsFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_libvmcaclient_lib_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_libvmcaclient_dll_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_libvmcaclient_exp_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_certool_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmca_config_comp_certool.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_libvmcadb_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_python_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_python_dll.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_boot_python_lib_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_boot_python_dll_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_boot_python_pdb_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_boot_python_lib_debug_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_boot_python_dll_debug_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMCA_boot_python_pdb_debug_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmca_service_comp.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: Vmcad_Registry.8E9BB200_29EE_40D2_893E_4D4A3B082AE6; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_idm_interface_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_idm_platform_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_idm_server_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_idm_client_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_install_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_sso_config_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_samltoken_jar_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_wstclient_jar_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: idm_server_java_policy_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: idm_server_log4j_config_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_service_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_websso_client_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: admin_interfaces_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: sso_adminsdk_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: sso_adminserver_client_bindings_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: idp_provisioning_client_bindings_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: lookupservice_bindings_client_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: lookupservice_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: installer_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: lookupservice_tests_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: ssolscli_cmd_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmidentity_firstboot_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_exporttool_jar_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_migrationtool_jar_comp_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_upgradescripts.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vlsi_client_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vlsi_core_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: bouncycastle_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: opensaml.2.5.2.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: commons_daemon_1.0.8.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_commons_lang_2.5.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_commons_codec_1_4.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_commons_configuration_1_6.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_commons_collections_3_2_1.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_commons_io_1_4.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_commons_cli_1_2.jar_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_commons_logging_1.1.1_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_log4j_1.2.16_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: slf4j_1.7.2_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: jna_3.5.1_jna_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: jna_3.5.1_platform_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: springframework_3.0.5_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: woodstox_4_0_5_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: apache_httpcomponents_client_4_0_1_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: spring_core_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: spring_context_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: spring_web_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: spring_beans_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: VMWARE_STS_CONF_Files.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_sts_war.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_ims_war.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_lookupservice_war.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_sso_admin_server_war.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_identity_websso_war.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: sso_support_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: zip_exe_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: SSO_ConfigFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: SSO_DataFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: SSO_LogsFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_sts_logs_foldre.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: vmware_sts_temp_folder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C; Installed: Absent;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __sso_support_shortcut65; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __sso_support_shortcut66; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __vmidentity_port_reg_comp65; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __SSOServerRegistry65; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __SSOUninstallRegistry65; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __VMwareCyrusSASL_Registry.CAAFF77B_9024_4162_86F2_56DC10FEFF4265; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __Vmdird_Registry.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA3965; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __Vmkdcd_Registry.ACDAA168_4E09_4F90_8020_67DC95DCFA7365; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __Vmcad_Registry.8E9BB200_29EE_40D2_893E_4D4A3B082AE665; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Component: __vmware_identity_idm_server_comp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C65; Installed: Null;   Request: Local;   Action: Local

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: BindImage

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: ProgId

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: PublishComponent

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: SelfReg

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: Extension

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: Font

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: Class

MSI (s) (3C:38) [11:30:55:251]: Note: 1: 2205 2:  3: TypeLib

MSI (s) (3C:38) [11:30:55:267]: Note: 1: 2205 2:  3: _RemoveFilePath

MSI (s) (3C:38) [11:30:55:329]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: BindImage

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: ProgId

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: PublishComponent

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: SelfReg

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: Extension

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: Font

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: Class

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: TypeLib

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2727 2: 

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2205 2:  3: FilesInUse

MSI (s) (3C:38) [11:30:55:329]: Note: 1: 2727 2: 

Action ended 11:30:55: InstallValidate. Return value 1.

MSI (s) (3C:38) [11:30:55:329]: Doing action: InstallInitialize

Action 11:30:55: InstallInitialize.

Action start 11:30:55: InstallInitialize.

MSI (s) (3C:38) [11:30:55:345]: Machine policy value 'AlwaysInstallElevated' is 0

MSI (s) (3C:38) [11:30:55:345]: User policy value 'AlwaysInstallElevated' is 0

MSI (s) (3C:38) [11:30:55:345]: BeginTransaction: Locking Server

MSI (s) (3C:38) [11:30:55:345]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038

MSI (s) (3C:38) [11:30:55:345]: Note: 1: 1715 2: vCenter Single Sign-On

MSI (s) (3C:38) [11:30:55:345]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed vCenter Single Sign-On".

MSI (s) (3C:38) [11:30:55:345]: The call to SRSetRestorePoint API failed. Returned status: 0. GetLastError() returned: 127

MSI (s) (3C:38) [11:30:55:345]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038

MSI (s) (3C:38) [11:30:55:345]: Server not locked: locking for product {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

Action ended 11:30:55: InstallInitialize. Return value 1.

MSI (s) (3C:38) [11:30:55:345]: Doing action: SetDataFolderRootPath

Action 11:30:55: SetDataFolderRootPath.

Action start 11:30:55: SetDataFolderRootPath.

MSI (s) (3C:38) [11:30:55:345]: PROPERTY CHANGE: Adding VMWAREDATAFOLDERROOTPATH property. Its value is 'c:\ProgramData\\VMware\CIS'.

Action ended 11:30:55: SetDataFolderRootPath. Return value 1.

MSI (s) (3C:38) [11:30:55:345]: Doing action: VM_SetDataPathWithAdminAccess

Action 11:30:55: VM_SetDataPathWithAdminAccess.

Action start 11:30:55: VM_SetDataPathWithAdminAccess.

MSI (s) (3C:88) [11:30:55:345]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI2E46.tmp, Entrypoint: VmSetupInstallDir

MSI (s) (3C:E8) [11:30:55:345]: Generating random cookie.

MSI (s) (3C:E8) [11:30:55:345]: Created Custom Action Server with PID 2828 (0xB0C).

MSI (s) (3C:88) [11:30:55:360]: Running as a service.

MSI (s) (3C:88) [11:30:55:360]: Hello, I'm your 64bit Impersonated custom action server.

Action ended 11:30:55: VM_SetDataPathWithAdminAccess. Return value 1.

MSI (s) (3C:38) [11:30:55:376]: Doing action: ProcessComponents

Action 11:30:55: ProcessComponents. Updating component registration

Action start 11:30:55: ProcessComponents.

MSI (s) (3C:38) [11:30:55:376]: Note: 1: 2205 2:  3: MsiPatchCertificate

MSI (s) (3C:38) [11:30:55:376]: LUA patching is disabled: missing MsiPatchCertificate table

MSI (s) (3C:38) [11:30:55:376]: Resolving source.

MSI (s) (3C:38) [11:30:55:376]: Resolving source to launched-from source.

MSI (s) (3C:38) [11:30:55:376]: Setting launched-from source as last-used.

MSI (s) (3C:38) [11:30:55:376]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\'.

MSI (s) (3C:38) [11:30:55:376]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\Administrator\Desktop\VIM\Single Sign-On\'.

MSI (s) (3C:38) [11:30:55:376]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{7C3F207B-9D5B-46E4-B57E-C5456FEC1691}'.

MSI (s) (3C:38) [11:30:55:376]: SOURCEDIR ==> C:\Users\Administrator\Desktop\VIM\Single Sign-On\

MSI (s) (3C:38) [11:30:55:376]: SOURCEDIR product ==> {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

MSI (s) (3C:38) [11:30:55:376]: Determining source type

MSI (s) (3C:38) [11:30:55:376]: Source type from package 'VMware-SSO-Server.msi': 2

MSI (s) (3C:38) [11:30:55:376]: Source path resolution complete. Dumping Directory table...

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: TARGETDIR , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: WindowsFolder , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMWAREAPPDATAPATH , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\ , ShortSubPath: yhcj5x6n\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\ , ShortSubPath: yhcj5x6n\VMware\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\ , ShortSubPath: yhcj5x6n\VMware\CIS\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\lib\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\lib\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\webapps\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\webapps\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\conf\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\conf\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\temp\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\temp\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\logs\ , ShortSubPath: yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\logs\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\vmware-sso\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\6dulz-jh\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\vmware-sso\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\tcdf4urj\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\vmware-sso\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\73ioosxr\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\ , ShortSubPath: yhcj5x6n\VMware\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\ , ShortSubPath: yhcj5x6n\VMware\CIS\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\logs\vmkdcd\ , ShortSubPath: yhcj5x6n\VMware\CIS\logs\vmkdcd\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\data\vmkdcd\ , ShortSubPath: yhcj5x6n\VMware\CIS\data\vmkdcd\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\CIS\cfg\vmkdcd\ , ShortSubPath: yhcj5x6n\VMware\CIS\cfg\vmkdcd\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\ , ShortSubPath: yhcj5x6n\VMware\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\ , ShortSubPath: yhcj5x6n\VMware\cis\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\logs\ , ShortSubPath: yhcj5x6n\VMware\cis\logs\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Vmdird_Logs.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\logs\vmdird\ , ShortSubPath: yhcj5x6n\VMware\cis\logs\vmdird\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: DataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\data\ , ShortSubPath: yhcj5x6n\VMware\cis\data\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Vmdird_DB.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\data\vmdird\ , ShortSubPath: yhcj5x6n\VMware\cis\data\vmdird\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: ConfigRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\cfg\ , ShortSubPath: yhcj5x6n\VMware\cis\cfg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMware_Support_Bundle.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\cfg\vm-support\ , ShortSubPath: yhcj5x6n\VMware\cis\cfg\3nwwye2d\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Vmdird_Config.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: CommonAppDataFolder\VMware\cis\cfg\vmdird\ , ShortSubPath: yhcj5x6n\VMware\cis\cfg\vmdird\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: ProgramFiles64Folder , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: System64Folder , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: , ShortSubPath:

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareRoot , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\ , ShortSubPath:

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: INSTALLDIR , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: MergeRedirectFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\ , ShortSubPath: VMware\7wdbublg\VMware\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: CISFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-upgrade\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\cqz_1kqf\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareSSOUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\cqz_1kqf\sso\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\firstboot\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\e0c9dm3f\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-sso\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\mgfq04-3\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\mgfq04-3\8gnyfi1g\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmware-sso\lib\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): ir.ACDAA168_4E09_4F90_8020_67DC95DCFA73 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\CIS\vmkdcd\ , ShortSubPath: VMware\7wdbublg\VMware\CIS\vmkdcd\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: MergeRedirectFolder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\ , ShortSubPath: VMware\7wdbublg\VMware\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: AppCisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\ , ShortSubPath: VMware\7wdbublg\VMware\cis\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: firstbootDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\firstboot\ , ShortSubPath: VMware\7wdbublg\VMware\cis\jvf180ae\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: Vmdird_InstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\VMware\cis\vmdird\ , ShortSubPath: VMware\7wdbublg\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\ , ShortSubPath: VMware\7wdbublg\1kkissux\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: cmu_lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\lib\ , ShortSubPath: VMware\7wdbublg\1kkissux\lib\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: cmu_bin.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\bin\ , ShortSubPath: VMware\7wdbublg\1kkissux\bin\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: cmu_sasl2.CAAFF77B_9024_4162_86F2_56DC10FEFF42 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\vmware-sasl\bin\sasl2\ , ShortSubPath: VMware\7wdbublg\1kkissux\bin\sasl2\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\ , ShortSubPath: VMware\7wdbublg\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: SSODIR , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: VMware\Infrastructure\Single Sign-On\ , ShortSubPath: VMware\7wdbublg\2uc0hmsk\

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: ProgramMenuFolder , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: Programs\ , ShortSubPath:

MSI (s) (3C:38) [11:30:55:376]: Dir (source): Key: VMwareStartMenuFolder , Object: c:\Users\Administrator\Desktop\VIM\Single Sign-On\ , LongSubPath: Programs\VMware\ , ShortSubPath:

Action 11:30:55: GenerateScript. Generating script operations for action:

GenerateScript: Updating component registration

Action ended 11:30:55: ProcessComponents. Return value 1.

MSI (s) (3C:38) [11:30:55:423]: Doing action: UnpublishFeatures

Action 11:30:55: UnpublishFeatures. Unpublishing Product Features

Action start 11:30:55: UnpublishFeatures.

Action ended 11:30:55: UnpublishFeatures. Return value 1.

MSI (s) (3C:38) [11:30:55:423]: Doing action: StopServices

Action 11:30:55: StopServices. Stopping services

Action start 11:30:55: StopServices.

StopServices: Service: Stopping services

Action ended 11:30:55: StopServices. Return value 1.

MSI (s) (3C:38) [11:30:55:423]: Doing action: DeleteServices

Action 11:30:55: DeleteServices. Deleting services

Action start 11:30:55: DeleteServices.

Action ended 11:30:55: DeleteServices. Return value 1.

MSI (s) (3C:38) [11:30:55:423]: Skipping action: RunUninstall (condition is false)

MSI (s) (3C:38) [11:30:55:423]: Doing action: RemoveRegistryValues

Action 11:30:55: RemoveRegistryValues. Removing system registry values

Action start 11:30:55: RemoveRegistryValues.

Action ended 11:30:55: RemoveRegistryValues. Return value 1.

MSI (s) (3C:38) [11:30:55:423]: Doing action: RemoveShortcuts

Action 11:30:55: RemoveShortcuts. Removing shortcuts

Action start 11:30:55: RemoveShortcuts.

Action ended 11:30:55: RemoveShortcuts. Return value 1.

MSI (s) (3C:38) [11:30:55:423]: Doing action: WixSchedFirewallExceptionsUninstall

Action 11:30:55: WixSchedFirewallExceptionsUninstall. Configuring Windows Firewall

Action start 11:30:55: WixSchedFirewallExceptionsUninstall.

MSI (s) (3C:4C) [11:30:55:438]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI2E96.tmp, Entrypoint: SchedFirewallExceptionsUninstall

MSI (s) (3C:E8) [11:30:55:438]: Generating random cookie.

MSI (s) (3C:E8) [11:30:55:438]: Created Custom Action Server with PID 616 (0x268).

MSI (s) (3C:24) [11:30:55:454]: Running as a service.

MSI (s) (3C:24) [11:30:55:454]: Hello, I'm your 32bit Impersonated custom action server.

SchedFirewallExceptions:  Entering SchedFirewallExceptions in C:\Windows\Installer\MSI2E96.tmp, version 3.5.2519.0

SchedFirewallExceptions:  Component 'Firewall' action state (1) doesn't match request (2)

SchedFirewallExceptions:  Component 'Firewall' action state (1) doesn't match request (2)

SchedFirewallExceptions:  Component 'Firewall' action state (1) doesn't match request (2)

SchedFirewallExceptions:  No firewall exceptions scheduled

Action ended 11:30:55: WixSchedFirewallExceptionsUninstall. Return value 1.

MSI (s) (3C:38) [11:30:55:469]: Doing action: RemoveFiles

Action 11:30:55: RemoveFiles. Removing files

Action start 11:30:55: RemoveFiles.

Action ended 11:30:55: RemoveFiles. Return value 1.

MSI (s) (3C:38) [11:30:55:469]: Doing action: RemoveFolders

Action 11:30:55: RemoveFolders. Removing folders

Action start 11:30:55: RemoveFolders.

Action ended 11:30:55: RemoveFolders. Return value 1.

MSI (s) (3C:38) [11:30:55:469]: Doing action: CreateFolders

Action 11:30:55: CreateFolders. Creating folders

Action start 11:30:55: CreateFolders.

CreateFolders: Folder: Creating folders

Action ended 11:30:55: CreateFolders. Return value 1.

MSI (s) (3C:38) [11:30:55:469]: Doing action: InstallFiles

Action 11:30:55: InstallFiles. Copying new files

Action start 11:30:55: InstallFiles.

InstallFiles: File: Copying new files,  Directory: ,  Size:

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2205 2:  3: Patch

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2205 2:  3: MsiSFCBypass

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2205 2:  3: MsiPatchHeaders

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2205 2:  3: PatchPackage

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2205 2:  3: MsiPatchHeaders

MSI (s) (3C:38) [11:30:55:485]: Note: 1: 2205 2:  3: PatchPackage

Action ended 11:30:55: InstallFiles. Return value 1.

MSI (s) (3C:38) [11:30:55:532]: Doing action: WixSchedFirewallExceptionsInstall

Action 11:30:55: WixSchedFirewallExceptionsInstall. Configuring Windows Firewall

Action start 11:30:55: WixSchedFirewallExceptionsInstall.

MSI (s) (3C:90) [11:30:55:532]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI2F05.tmp, Entrypoint: SchedFirewallExceptionsInstall

SchedFirewallExceptions:  Entering SchedFirewallExceptions in C:\Windows\Installer\MSI2F05.tmp, version 3.5.2519.0

SchedFirewallExceptions:  Scheduling firewall exception (1€vCenter Single Sign-On - HTTPS€2147483647€*€1€1€7444€6€1€vCenter Single Sign-On - LDAP€2147483647€*€1€1€11711€6€1€vCenter Single Sign-On - LDAPS€2147483647€*€1€1€11712€6)

MSI (s) (3C!00) [11:30:55:547]: PROPERTY CHANGE: Adding WixRollbackFirewallExceptionsInstall property. Its value is '1&#128;vCenter Single Sign-On - HTTPS&#128;2147483647&#128;*&#128;1&#128;1&#128;7444&#128;6&#128;1&#128;vCenter Single Sign-On - LDAP&#128;2147483647&#128;*&#128;1&#128;1&#128;11711&#128;6&#128;1&#128;vCenter Single Sign-On - LDAPS&#128;2147483647&#128;*&#128;1&#128;1&#128;11712&#128;6'.

MSI (s) (3C!00) [11:30:55:547]: Doing action: WixRollbackFirewallExceptionsInstall

Action 11:30:55: WixRollbackFirewallExceptionsInstall. Rolling back Windows Firewall configuration

Action start 11:30:55: WixRollbackFirewallExceptionsInstall.

1: Rolling back Windows Firewall configuration

Action ended 11:30:55: WixRollbackFirewallExceptionsInstall. Return value 1.

MSI (s) (3C!00) [11:30:55:547]: PROPERTY CHANGE: Adding WixExecFirewallExceptionsInstall property. Its value is '1&#128;vCenter Single Sign-On - HTTPS&#128;2147483647&#128;*&#128;1&#128;1&#128;7444&#128;6&#128;1&#128;vCenter Single Sign-On - LDAP&#128;2147483647&#128;*&#128;1&#128;1&#128;11711&#128;6&#128;1&#128;vCenter Single Sign-On - LDAPS&#128;2147483647&#128;*&#128;1&#128;1&#128;11712&#128;6'.

MSI (s) (3C!00) [11:30:55:547]: Doing action: WixExecFirewallExceptionsInstall

Action 11:30:55: WixExecFirewallExceptionsInstall. Installing Windows Firewall configuration

Action start 11:30:55: WixExecFirewallExceptionsInstall.

1: Installing Windows Firewall configuration

Action ended 11:30:55: WixExecFirewallExceptionsInstall. Return value 1.

Action ended 11:30:55: WixSchedFirewallExceptionsInstall. Return value 1.

MSI (s) (3C:38) [11:30:55:563]: Doing action: CreateShortcuts

Action 11:30:55: CreateShortcuts. Creating shortcuts

Action start 11:30:55: CreateShortcuts.

CreateShortcuts: Shortcut: Creating shortcuts

MSI (s) (3C:38) [11:30:55:563]: Note: 1: 2205 2:  3: MsiShortcutProperty

MSI (s) (3C:38) [11:30:55:563]: Note: 1: 2205 2:  3: MsiShortcutProperty

Action ended 11:30:55: CreateShortcuts. Return value 1.

MSI (s) (3C:38) [11:30:55:563]: Doing action: WriteRegistryValues

Action 11:30:55: WriteRegistryValues. Writing system registry values

Action start 11:30:55: WriteRegistryValues.

WriteRegistryValues: Key: Writing system registry values, Name: , Value:

MSI (s) (3C:38) [11:30:55:579]: Using well known SID for Administrators

MSI (s) (3C:38) [11:30:55:579]: Finished allocating new user SID

MSI (s) (3C:38) [11:30:55:579]: Using well known SID for System

MSI (s) (3C:38) [11:30:55:579]: Finished allocating new user SID

Action ended 11:30:55: WriteRegistryValues. Return value 1.

MSI (s) (3C:38) [11:30:55:579]: Doing action: InstallServices

Action 11:30:55: InstallServices. Installing new services

Action start 11:30:55: InstallServices.

InstallServices: Service:

Action ended 11:30:55: InstallServices. Return value 1.

MSI (s) (3C:38) [11:30:55:579]: Doing action: SchedServiceConfig

Action 11:30:55: SchedServiceConfig.

Action start 11:30:55: SchedServiceConfig.

MSI (s) (3C:88) [11:30:55:594]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI2F34.tmp, Entrypoint: SchedServiceConfig

SchedServiceConfig:  Entering SchedServiceConfig in C:\Windows\Installer\MSI2F34.tmp, version 3.5.2519.0

MSI (s) (3C!8C) [11:30:55:594]: PROPERTY CHANGE: Adding RollbackServiceConfig property. Its value is 'SchedServiceConfig'.

MSI (s) (3C!8C) [11:30:55:594]: Doing action: RollbackServiceConfig

Action 11:30:55: RollbackServiceConfig.

Action start 11:30:55: RollbackServiceConfig.

RollbackServiceConfig:

Action ended 11:30:55: RollbackServiceConfig. Return value 1.

MSI (s) (3C!8C) [11:30:55:594]: PROPERTY CHANGE: Adding ExecServiceConfig property. Its value is 'SchedServiceConfig&#128;VMWareDirectoryService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMwareKdcService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMWareCertificateService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMwareIdentityMgmtService&#128;1&#128;restart&#128;restart&#128;restart&#128;1&#128;10&#128;&#128;'.

MSI (s) (3C!8C) [11:30:55:594]: Doing action: ExecServiceConfig

Action 11:30:55: ExecServiceConfig.

Action start 11:30:55: ExecServiceConfig.

ExecServiceConfig:

Action ended 11:30:55: ExecServiceConfig. Return value 1.

Action ended 11:30:55: SchedServiceConfig. Return value 1.

MSI (s) (3C:38) [11:30:55:610]: Doing action: vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Action 11:30:55: vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

Action start 11:30:55: vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C:

Action ended 11:30:55: vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C. Return value 1.

MSI (s) (3C:38) [11:30:55:610]: Doing action: StartServices

Action 11:30:55: StartServices. Starting services

Action start 11:30:55: StartServices.

StartServices: Service: Starting services

Action ended 11:30:55: StartServices. Return value 1.

MSI (s) (3C:38) [11:30:55:610]: Skipping action: StartVMwareSTSService (condition is false)

MSI (s) (3C:38) [11:30:55:610]: Doing action: RegisterUser

Action 11:30:55: RegisterUser. Registering user

Action start 11:30:55: RegisterUser.

Action ended 11:30:55: RegisterUser. Return value 1.

MSI (s) (3C:38) [11:30:55:610]: Doing action: RegisterProduct

Action 11:30:55: RegisterProduct. Registering product

Action start 11:30:55: RegisterProduct.

RegisterProduct: Registering product

MSI (s) (3C:38) [11:30:55:610]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.

Action ended 11:30:55: RegisterProduct. Return value 1.

MSI (s) (3C:38) [11:30:55:610]: Doing action: PublishFeatures

Action 11:30:55: PublishFeatures. Publishing Product Features

Action start 11:30:55: PublishFeatures.

PublishFeatures: Feature: Publishing Product Features

Action ended 11:30:55: PublishFeatures. Return value 1.

MSI (s) (3C:38) [11:30:55:610]: Doing action: PublishProduct

Action 11:30:55: PublishProduct. Publishing product information

Action start 11:30:55: PublishProduct.

1: Publishing product information

Action ended 11:30:55: PublishProduct. Return value 1.

MSI (s) (3C:38) [11:30:55:625]: Skipping action: SetUpgradeMode (condition is false)

MSI (s) (3C:38) [11:30:55:625]: Doing action: PublishSSOProperties

Action 11:30:55: PublishSSOProperties.

Action start 11:30:55: PublishSSOProperties.

MSI (s) (3C:58) [11:30:55:625]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI2F64.tmp, Entrypoint: VmSetupPublishSSOProperties

Action 11:30:55: PostInstallScripts. Publishing SSO installation results ...

PostInstallScripts: PostInstallScripts

Action ended 11:30:55: PublishSSOProperties. Return value 1.

MSI (s) (3C:38) [11:30:55:641]: Doing action: VM_InstallKFW_RB

Action 11:30:55: VM_InstallKFW_RB. Rolling back MIT Kerberos...

Action start 11:30:55: VM_InstallKFW_RB.

1: Rolling back MIT Kerberos...

Action ended 11:30:55: VM_InstallKFW_RB. Return value 1.

MSI (s) (3C:38) [11:30:55:641]: Doing action: VM_InstallOpenSSL_RB

Action 11:30:55: VM_InstallOpenSSL_RB. Rolling back VMware OpenSSL...

Action start 11:30:55: VM_InstallOpenSSL_RB.

1: Rolling back VMware OpenSSL...

Action ended 11:30:55: VM_InstallOpenSSL_RB. Return value 1.

MSI (s) (3C:38) [11:30:55:641]: Doing action: VM_InstallPython_RB

Action 11:30:55: VM_InstallPython_RB. Rolling back VMware Python...

Action start 11:30:55: VM_InstallPython_RB.

1: Rolling back VMware Python...

Action ended 11:30:55: VM_InstallPython_RB. Return value 1.

MSI (s) (3C:38) [11:30:55:641]: Doing action: RollbackAll.SetProperty

Action 11:30:55: RollbackAll.SetProperty.

Action start 11:30:55: RollbackAll.SetProperty.

MSI (s) (3C:38) [11:30:55:641]: PROPERTY CHANGE: Adding RollbackAll property. Its value is 'FIRSTDOMAIN'.

Action ended 11:30:55: RollbackAll.SetProperty. Return value 1.

MSI (s) (3C:38) [11:30:55:641]: Doing action: RollbackAll

Action 11:30:55: RollbackAll.

Action start 11:30:55: RollbackAll.

RollbackAll:

Action ended 11:30:55: RollbackAll. Return value 1.

MSI (s) (3C:38) [11:30:55:641]: Doing action: MovePartnerCertToVMDirConfig_SetData

Action 11:30:55: MovePartnerCertToVMDirConfig_SetData.

Action start 11:30:55: MovePartnerCertToVMDirConfig_SetData.

MSI (s) (3C:38) [11:30:55:657]: PROPERTY CHANGE: Adding MovePartnerCertToVMDirConfig property. Its value is '

 

 

'.

Action ended 11:30:55: MovePartnerCertToVMDirConfig_SetData. Return value 1.

MSI (s) (3C:38) [11:30:55:657]: Skipping action: MovePartnerCertToVMDirConfig (condition is false)

MSI (s) (3C:38) [11:30:55:657]: Doing action: BootstrapAll.SetProperty

Action 11:30:55: BootstrapAll.SetProperty.

Action start 11:30:55: BootstrapAll.SetProperty.

MSI (s) (3C:38) [11:30:55:657]: PROPERTY CHANGE: Adding BootstrapAll property. Its value is '**********'.

Action ended 11:30:55: BootstrapAll.SetProperty. Return value 1.

MSI (s) (3C:38) [11:30:55:657]: Doing action: ComputeBootstrapTime

Action 11:30:55: ComputeBootstrapTime.

Action start 11:30:55: ComputeBootstrapTime.

MSI (s) (3C:60) [11:30:55:657]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI2F84.tmp, Entrypoint: VmSetupComputeBootstrapProgress

Action ended 11:30:55: ComputeBootstrapTime. Return value 1.

MSI (s) (3C:38) [11:30:55:657]: Doing action: BootstrapAll

Action 11:30:55: BootstrapAll.

Action start 11:30:55: BootstrapAll.

BootstrapAll:

Action ended 11:30:55: BootstrapAll. Return value 1.

MSI (s) (3C:38) [11:30:55:657]: Skipping action: BootstrapAllFailed (condition is false)

MSI (s) (3C:38) [11:30:55:657]: Doing action: UpdateVMwareSTSConfFiles_SetData

Action 11:30:55: UpdateVMwareSTSConfFiles_SetData.

Action start 11:30:55: UpdateVMwareSTSConfFiles_SetData.

MSI (s) (3C:38) [11:30:55:672]: PROPERTY CHANGE: Adding UpdateVMwareSTSConfFiles property. Its value is 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\;7444;'.

Action ended 11:30:55: UpdateVMwareSTSConfFiles_SetData. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: UpdateVMwareSTSConfFiles

Action 11:30:55: UpdateVMwareSTSConfFiles.

Action start 11:30:55: UpdateVMwareSTSConfFiles.

UpdateVMwareSTSConfFiles:

Action ended 11:30:55: UpdateVMwareSTSConfFiles. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: Rollback_CreateStartVMwareSTSService

Action 11:30:55: Rollback_CreateStartVMwareSTSService.

Action start 11:30:55: Rollback_CreateStartVMwareSTSService.

Rollback_CreateStartVMwareSTSService:

Action ended 11:30:55: Rollback_CreateStartVMwareSTSService. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: CreateStartVMwareSTSService_SetData

Action 11:30:55: CreateStartVMwareSTSService_SetData.

Action start 11:30:55: CreateStartVMwareSTSService_SetData.

MSI (s) (3C:38) [11:30:55:672]: PROPERTY CHANGE: Adding CreateStartVMwareSTSService property. Its value is 'c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\;'.

Action ended 11:30:55: CreateStartVMwareSTSService_SetData. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: CreateStartVMwareSTSService

Action 11:30:55: CreateStartVMwareSTSService.

Action start 11:30:55: CreateStartVMwareSTSService.

CreateStartVMwareSTSService:

Action ended 11:30:55: CreateStartVMwareSTSService. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: DoUpdateAndMigrateTasks_SetData

Action 11:30:55: DoUpdateAndMigrateTasks_SetData.

Action start 11:30:55: DoUpdateAndMigrateTasks_SetData.

MSI (s) (3C:38) [11:30:55:672]: PROPERTY CHANGE: Adding DoUpdateAndMigrateTasks property. Its value is '**********'.

Action ended 11:30:55: DoUpdateAndMigrateTasks_SetData. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: DoUpdateAndMigrateTasks

Action 11:30:55: DoUpdateAndMigrateTasks.

Action start 11:30:55: DoUpdateAndMigrateTasks.

DoUpdateAndMigrateTasks:

Action ended 11:30:55: DoUpdateAndMigrateTasks. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: VmdirdRollback.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39

Action 11:30:55: VmdirdRollback.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

Action start 11:30:55: VmdirdRollback.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39.

VmdirdRollback.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39:

Action ended 11:30:55: VmdirdRollback.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39. Return value 1.

MSI (s) (3C:38) [11:30:55:672]: Doing action: InstallFinalize

Action 11:30:55: InstallFinalize.

Action start 11:30:55: InstallFinalize.

MSI (s) (3C:38) [11:30:55:688]: Running Script: C:\Windows\Installer\MSI2E67.tmp

MSI (s) (3C:38) [11:30:55:688]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.

MSI (s) (3C:38) [11:30:55:688]: Note: 1: 2265 2:  3: -2147287035

MSI (s) (3C:38) [11:30:55:688]: Machine policy value 'DisableRollback' is 0

MSI (s) (3C:38) [11:30:55:688]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2

MSI (s) (3C:38) [11:30:55:688]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1127701468,LangId=0,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)

MSI (s) (3C:38) [11:30:55:688]: Executing op: ProductInfo(ProductKey={7C3F207B-9D5B-46E4-B57E-C5456FEC1691},ProductName=vCenter Single Sign-On,PackageName=VMware-SSO-Server.msi,Language=0,Version=84213760,Assignment=1,ObsoleteArg=0,ProductIcon=add_remove_programs_icon,,PackageCode={12486F2C-97E3-41AD-8D85-1E7EC1D5341A},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)

MSI (s) (3C:38) [11:30:55:688]: Executing op: DialogInfo(Type=0,Argument=0)

MSI (s) (3C:38) [11:30:55:688]: Executing op: DialogInfo(Type=1,Argument=vCenter Single Sign-On)

MSI (s) (3C:38) [11:30:55:688]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])

MSI (s) (3C:38) [11:30:55:688]: Executing op: SetBaseline(Baseline=0,)

MSI (s) (3C:38) [11:30:55:688]: Executing op: SetBaseline(Baseline=1,)

MSI (s) (3C:38) [11:30:55:688]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)

Action 11:30:55: ProcessComponents. Updating component registration

MSI (s) (3C:38) [11:30:55:688]: Executing op: ProgressTotal(Total=122,Type=1,ByteEquivalent=24000)

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={D0BA5AA1-0C77-474D-8119-C9AA93D54B07},KeyPath=21:\Software\VMware, Inc.\vCenter Single Sign-On\SingleSignOn,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {D0BA5AA1-0C77-474D-8119-C9AA93D54B07} 3: 21:\Software\VMware, Inc.\vCenter Single Sign-On\SingleSignOn

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={D3A50EBE-96F9-4360-818C-8C14EB635F25},KeyPath=c:\Program Files\VMware\Infrastructure\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {D3A50EBE-96F9-4360-818C-8C14EB635F25} 3: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={EEC6CF4B-50AC-4B8B-B520-662124B11BD8},KeyPath=c:\Program Files\VMware\Infrastructure\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {EEC6CF4B-50AC-4B8B-B520-662124B11BD8} 3: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={A68C6F52-DD6F-4CBB-B915-8193B23FA8EA},KeyPath=22:\SOFTWARE\VMware\Identity\Configuration\StsLocalTcPort,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {A68C6F52-DD6F-4CBB-B915-8193B23FA8EA} 3: 22:\SOFTWARE\VMware\Identity\Configuration\StsLocalTcPort

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={17ADFFE0-E5C5-4762-A297-C5CC9EF85FEF},KeyPath=c:\Program Files\VMware\Infrastructure\Single Sign-On\sso.ico,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {17ADFFE0-E5C5-4762-A297-C5CC9EF85FEF} 3: c:\Program Files\VMware\Infrastructure\Single Sign-On\sso.ico

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={1FB4EC87-3596-4361-8E30-9D30ADD742A7},KeyPath=c:\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {1FB4EC87-3596-4361-8E30-9D30ADD742A7} 3: c:\

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={FF6398A4-A507-4416-A46B-E9DA19F0688A},KeyPath=22:\SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer\FqdnIp,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {FF6398A4-A507-4416-A46B-E9DA19F0688A} 3: 22:\SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer\FqdnIp

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={0C8B960F-EA6D-4939-AFD4-C09A7477441B},KeyPath=22:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On\UninstallString,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {0C8B960F-EA6D-4939-AFD4-C09A7477441B} 3: 22:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On\UninstallString

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={FDE9DFC2-5815-43C0-A32E-6F4C60BAFE93},KeyPath=c:\Windows\system32\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {FDE9DFC2-5815-43C0-A32E-6F4C60BAFE93} 3: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={EAC74181-18B9-4D09-912C-560AEAD13F73},KeyPath=c:\Windows\system32\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {EAC74181-18B9-4D09-912C-560AEAD13F73} 3: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={E8A27B9F-CEC8-4F32-890B-4D2CC04A800B},KeyPath=c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\libsasl.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {E8A27B9F-CEC8-4F32-890B-4D2CC04A800B} 3: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\libsasl.dll

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={ED6126C6-26EC-4C67-8DA1-0F68FC08747E},KeyPath=c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\saslGSSAPI.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {ED6126C6-26EC-4C67-8DA1-0F68FC08747E} 3: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\saslGSSAPI.dll

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={C7575962-42AE-43AF-8DD0-B067D0BB8F05},KeyPath=c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\libsasl.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {C7575962-42AE-43AF-8DD0-B067D0BB8F05} 3: c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\libsasl.dll

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={5AC7350E-A45A-453A-B223-81ABEE62509F},KeyPath=c:\Windows\system32\libsasl.dll,State=3,,Disk=1,SharedDllRefCount=1,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {5AC7350E-A45A-453A-B223-81ABEE62509F} 3: c:\Windows\system32\libsasl.dll

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={2E696A8B-1028-4404-8D49-4EBE1EFA8185},KeyPath=22:\SOFTWARE\Carnegie Mellon\Project Cyrus\SASL Library\SearchPath,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {2E696A8B-1028-4404-8D49-4EBE1EFA8185} 3: 22:\SOFTWARE\Carnegie Mellon\Project Cyrus\SASL Library\SearchPath

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={AC32B42D-DBF2-4624-A9DF-81E8DB31B8DA},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vmdird.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {AC32B42D-DBF2-4624-A9DF-81E8DB31B8DA} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vmdird.exe

MSI (s) (3C:38) [11:30:55:688]: Executing op: ComponentRegister(ComponentId={48742D05-38AB-4B82-8842-555202A5EC15},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {48742D05-38AB-4B82-8842-555202A5EC15} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={B24D8C69-8A24-4D0F-B3E3-FFECADA04FF7},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {B24D8C69-8A24-4D0F-B3E3-FFECADA04FF7} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={AF478A8A-BC52-4CB5-9270-A897944DE3E1},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {AF478A8A-BC52-4CB5-9270-A897944DE3E1} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={DB48C885-0624-49A4-AEB0-3AE2B9655CF2},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {DB48C885-0624-49A4-AEB0-3AE2B9655CF2} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={41E19A43-5111-4A4B-BD7E-950A88B79E93},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {41E19A43-5111-4A4B-BD7E-950A88B79E93} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={F9EC75FA-A377-45A1-B323-D7C74CA742BE},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {F9EC75FA-A377-45A1-B323-D7C74CA742BE} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={8E625868-1201-4FE9-8E41-143758FCEBF4},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {8E625868-1201-4FE9-8E41-143758FCEBF4} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={97A40774-84A3-4E4B-BDCA-C69C1CE947D4},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {97A40774-84A3-4E4B-BDCA-C69C1CE947D4} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={D4EA0DF0-872D-4E81-ABA8-35B1AA2D3489},KeyPath=c:\ProgramData\VMware\cis\cfg\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {D4EA0DF0-872D-4E81-ABA8-35B1AA2D3489} 3: c:\ProgramData\VMware\cis\cfg\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={59627072-B631-4093-9AF5-98F19860B8C1},KeyPath=c:\ProgramData\VMware\cis\cfg\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {59627072-B631-4093-9AF5-98F19860B8C1} 3: c:\ProgramData\VMware\cis\cfg\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={E6D2EFE8-14B6-4A65-B4B6-D47C6020C727},KeyPath=c:\ProgramData\VMware\cis\cfg\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {E6D2EFE8-14B6-4A65-B4B6-D47C6020C727} 3: c:\ProgramData\VMware\cis\cfg\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={3E4742F6-56AB-4633-BF81-0BD326E0AB2D},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {3E4742F6-56AB-4633-BF81-0BD326E0AB2D} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={103E947F-6D1E-4B06-BA39-C4BB4156B731},KeyPath=c:\Windows\system32\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {103E947F-6D1E-4B06-BA39-C4BB4156B731} 3: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={B47442C3-4C05-445C-ABA6-6280E19A63F7},KeyPath=c:\Windows\system32\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {B47442C3-4C05-445C-ABA6-6280E19A63F7} 3: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={0C8FDB00-CD05-4031-BD30-B26DEBE50A92},KeyPath=c:\Windows\system32\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {0C8FDB00-CD05-4031-BD30-B26DEBE50A92} 3: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={8F9C1B50-25AF-4B6B-9E32-1102D19B4858},KeyPath=c:\Windows\system32\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {8F9C1B50-25AF-4B6B-9E32-1102D19B4858} 3: c:\Windows\system32\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={0EA9F55D-74CE-4BFC-BAA4-D7DC6A87A54A},KeyPath=c:\ProgramData\VMware\cis\cfg\vm-support\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {0EA9F55D-74CE-4BFC-BAA4-D7DC6A87A54A} 3: c:\ProgramData\VMware\cis\cfg\vm-support\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={EB054E11-5596-44F5-80FF-590FB65BC2CA},KeyPath=22:\SOFTWARE\VMware, Inc.\VMware Directory Services\InstallPath,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {EB054E11-5596-44F5-80FF-590FB65BC2CA} 3: 22:\SOFTWARE\VMware, Inc.\VMware Directory Services\InstallPath

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={B05973B6-9632-487D-B218-B54F9B7F3850},KeyPath=c:\ProgramData\VMware\cis\data\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {B05973B6-9632-487D-B218-B54F9B7F3850} 3: c:\ProgramData\VMware\cis\data\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={4EB7D08A-2122-43DF-ADB5-27893ABEDD73},KeyPath=c:\ProgramData\VMware\cis\logs\vmdird\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {4EB7D08A-2122-43DF-ADB5-27893ABEDD73} 3: c:\ProgramData\VMware\cis\logs\vmdird\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={57DF5187-CACD-11E1-8C3D-406C8F032822},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\vmkdcd.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {57DF5187-CACD-11E1-8C3D-406C8F032822} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\vmkdcd.exe

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={57DF501E-CACD-11E1-8F66-406C8F032822},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {57DF501E-CACD-11E1-8F66-406C8F032822} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={B91A52AA-4B30-45A3-80AA-807E04CAA739},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {B91A52AA-4B30-45A3-80AA-807E04CAA739} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={F359F217-7D1A-46A4-A62E-0B5ADE4C495B},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {F359F217-7D1A-46A4-A62E-0B5ADE4C495B} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={C171FD0A-E975-11E1-8228-000C294915DD},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {C171FD0A-E975-11E1-8228-000C294915DD} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={57DF5297-CACD-11E1-9533-406C8F032822},KeyPath=22:\SOFTWARE\VMware, Inc.\VMware Kdc Services\InstallPath,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {57DF5297-CACD-11E1-9533-406C8F032822} 3: 22:\SOFTWARE\VMware, Inc.\VMware Kdc Services\InstallPath

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={F6FE4276-3FD8-11E2-A1B7-000C29B1C8FE},KeyPath=c:\ProgramData\VMware\CIS\cfg\vmkdcd\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {F6FE4276-3FD8-11E2-A1B7-000C29B1C8FE} 3: c:\ProgramData\VMware\CIS\cfg\vmkdcd\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={53DFFC1E-3B24-11E2-B147-000C29B1C8FE},KeyPath=c:\ProgramData\VMware\CIS\data\vmkdcd\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {53DFFC1E-3B24-11E2-B147-000C29B1C8FE} 3: c:\ProgramData\VMware\CIS\data\vmkdcd\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={52E3A374-3B24-11E2-B147-000C29B1C8FE},KeyPath=c:\ProgramData\VMware\CIS\logs\vmkdcd\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {52E3A374-3B24-11E2-B147-000C29B1C8FE} 3: c:\ProgramData\VMware\CIS\logs\vmkdcd\

MSI (s) (3C:38) [11:30:55:703]: Executing op: ComponentRegister(ComponentId={2F051423-B70C-4D97-8EFD-F64FE23B41C1},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.lib,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {2F051423-B70C-4D97-8EFD-F64FE23B41C1} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.lib

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={09F05405-0104-4539-AC5A-C8CCC2230D44},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {09F05405-0104-4539-AC5A-C8CCC2230D44} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.dll

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={3D7F4251-1F1D-4B39-BC0A-28D008CE3598},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.exp,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {3D7F4251-1F1D-4B39-BC0A-28D008CE3598} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.exp

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={5FFEC68A-9AD6-4C98-8D9C-A02DA1811974},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\certool.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {5FFEC68A-9AD6-4C98-8D9C-A02DA1811974} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\certool.exe

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={1CE304BF-FBD0-4D5A-8BEA-9CA209DA2A9C},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\certool.cfg,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {1CE304BF-FBD0-4D5A-8BEA-9CA209DA2A9C} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\certool.cfg

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={ADA06F05-8C89-4F58-9769-5327CAEDFF95},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcadb.lib,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {ADA06F05-8C89-4F58-9769-5327CAEDFF95} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcadb.lib

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={AA1A444C-0DF1-46AE-84C8-A2464EB37876},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\version.py,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {AA1A444C-0DF1-46AE-84C8-A2464EB37876} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\version.py

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={BA7C2525-1CCE-4A66-AD37-C7B9A9C92608},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmca.pyd,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {BA7C2525-1CCE-4A66-AD37-C7B9A9C92608} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmca.pyd

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={4DEFDE23-3B5B-4D87-8E16-83A9A5DC9C48},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.lib,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {4DEFDE23-3B5B-4D87-8E16-83A9A5DC9C48} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.lib

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={E6083A2D-6B80-4339-AB62-73A52D294EB0},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {E6083A2D-6B80-4339-AB62-73A52D294EB0} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.dll

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={E72AE28D-EA48-4048-ACE9-8424CE0579C5},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.pdb,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {E72AE28D-EA48-4048-ACE9-8424CE0579C5} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.pdb

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={29BDDB10-6A35-434E-8326-373DCF575874},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.lib,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {29BDDB10-6A35-434E-8326-373DCF575874} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.lib

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={A121FFDE-FEC0-4BCE-8504-D30DA63C3F2F},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {A121FFDE-FEC0-4BCE-8504-D30DA63C3F2F} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.dll

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={789DA3C0-CAF9-409C-9DA7-9154524C3FE4},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.pdb,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {789DA3C0-CAF9-409C-9DA7-9154524C3FE4} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.pdb

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={95A915E9-7370-4A79-8DB4-BE7219E43CC0},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmcad.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {95A915E9-7370-4A79-8DB4-BE7219E43CC0} 3: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmcad.exe

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={C43D9A95-B487-4584-8D70-206210F1DBE5},KeyPath=22:\SOFTWARE\VMware, Inc.\VMware Certificate Services\DataPath,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {C43D9A95-B487-4584-8D70-206210F1DBE5} 3: 22:\SOFTWARE\VMware, Inc.\VMware Certificate Services\DataPath

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={38C770F3-3AAB-4062-B08E-0D1A6624BA10},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-interface.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {38C770F3-3AAB-4062-B08E-0D1A6624BA10} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-interface.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={5BB6981D-3F8B-488D-8ADE-6437A0C41184},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-platform.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {5BB6981D-3F8B-488D-8ADE-6437A0C41184} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-platform.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={5AF67F37-CDC8-40E9-B67F-8CE4FDCAA5D9},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-server.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {5AF67F37-CDC8-40E9-B67F-8CE4FDCAA5D9} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-server.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={7438D85C-ED4B-4B88-82C2-25EFD0E3EBB7},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-client.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {7438D85C-ED4B-4B88-82C2-25EFD0E3EBB7} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-client.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={92E55AA1-4E4B-4245-A184-2E269BC6982E},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-install.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {92E55AA1-4E4B-4245-A184-2E269BC6982E} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-install.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={92875008-EA12-4FCC-815F-1F3AD57FBF1F},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-sso-config.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {92875008-EA12-4FCC-815F-1F3AD57FBF1F} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-sso-config.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={83AB490D-52AC-4C46-9BCD-C3E2075D6C79},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\samltoken.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {83AB490D-52AC-4C46-9BCD-C3E2075D6C79} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\samltoken.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={EACECDAA-A04D-4A3F-B0D5-4A26320737C5},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\wstClient.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {EACECDAA-A04D-4A3F-B0D5-4A26320737C5} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\wstClient.jar

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={E5FEC420-73DD-44EC-95C4-C8401B4BE436},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\server_policy.txt,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {E5FEC420-73DD-44EC-95C4-C8401B4BE436} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\server_policy.txt

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={43C5059F-BF84-4783-9D37-BFE4E3379887},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\log4j.xml,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {43C5059F-BF84-4783-9D37-BFE4E3379887} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\log4j.xml

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={38671226-5136-4908-82A9-0612B81F7AFB},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\VMwareIdentityMgmtService.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {38671226-5136-4908-82A9-0612B81F7AFB} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\VMwareIdentityMgmtService.exe

MSI (s) (3C:38) [11:30:55:719]: Executing op: ComponentRegister(ComponentId={8BAEBDE6-058F-4799-89FF-C6F6580D7339},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-websso-client.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {8BAEBDE6-058F-4799-89FF-C6F6580D7339} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-websso-client.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={CC0527D5-15DD-419C-BD3F-9DE27DCFB724},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\admin-interfaces.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {CC0527D5-15DD-419C-BD3F-9DE27DCFB724} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\admin-interfaces.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={A1A2ACAA-A98A-4974-9260-23CA0ADE96DF},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\sso-adminsdk.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {A1A2ACAA-A98A-4974-9260-23CA0ADE96DF} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\sso-adminsdk.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={5D4DC9CF-3FAB-4C5C-99B7-B7C7C60F1EC8},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\sso-adminserver-client-bindings.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {5D4DC9CF-3FAB-4C5C-99B7-B7C7C60F1EC8} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\sso-adminserver-client-bindings.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={AB7613FB-ED94-4E90-9BA3-2A391ED0227C},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\idp-provisioning-client-bindings.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {AB7613FB-ED94-4E90-9BA3-2A391ED0227C} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\idp-provisioning-client-bindings.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={01D3027E-D816-4C62-B2DA-007DFF95FAE7},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-bindings-client.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {01D3027E-D816-4C62-B2DA-007DFF95FAE7} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-bindings-client.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={D3B3840C-CFF8-49C4-8B3A-AA5301405ECF},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {D3B3840C-CFF8-49C4-8B3A-AA5301405ECF} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={9ACB5D0D-A8CB-4EE6-94AF-1CD8454A0945},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-installer.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {9ACB5D0D-A8CB-4EE6-94AF-1CD8454A0945} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-installer.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={01D94C15-4B64-4CE9-A08E-B26C05853CB3},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-tests.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {01D94C15-4B64-4CE9-A08E-B26C05853CB3} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-tests.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={2A861420-ABD5-4456-9AF4-C989315F1312},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\ssolscli.cmd,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {2A861420-ABD5-4456-9AF4-C989315F1312} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\ssolscli.cmd

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={036881D1-3477-4B10-93DC-B590479A327F},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\vmidentity-firstboot.py,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {036881D1-3477-4B10-93DC-B590479A327F} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\vmidentity-firstboot.py

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={8DA02400-D707-44E9-8576-784FFAF56A3F},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\exporttool.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {8DA02400-D707-44E9-8576-784FFAF56A3F} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\exporttool.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={DDECA312-45C5-4D67-B833-892E896C1C1D},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\migrationtool.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {DDECA312-45C5-4D67-B833-892E896C1C1D} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\migrationtool.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={EB81C345-CC6A-4695-9222-B4BF112FE64A},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\sso_export.cmd,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {EB81C345-CC6A-4695-9222-B4BF112FE64A} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\sso_export.cmd

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={9E7CFEA2-48AA-4EA5-A01C-3780300945A0},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\vlsi-client.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {9E7CFEA2-48AA-4EA5-A01C-3780300945A0} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\vlsi-client.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={E3F3C851-3232-4D98-9BAD-073B18A23437},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\vlsi-core.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {E3F3C851-3232-4D98-9BAD-073B18A23437} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\vlsi-core.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={F71739B2-E8C4-4EAD-9C18-72798C0BD6A9},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\bcprov-jdk15on-147.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {F71739B2-E8C4-4EAD-9C18-72798C0BD6A9} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\bcprov-jdk15on-147.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={D903C437-AD72-4627-9F68-FFCD9B874ACF},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\xercesImpl-2.10.0.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {D903C437-AD72-4627-9F68-FFCD9B874ACF} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\xercesImpl-2.10.0.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={CA97AC10-5CD7-4B26-B064-6BA4DA7DF08C},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-daemon-1.0.8.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {CA97AC10-5CD7-4B26-B064-6BA4DA7DF08C} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-daemon-1.0.8.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={EE7F4D7D-D041-4208-9531-15AC6ECEF875},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-lang-2.5.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {EE7F4D7D-D041-4208-9531-15AC6ECEF875} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-lang-2.5.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={3BA898BB-6C5E-4BF2-984E-1C2749BD38BA},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-codec-1.4.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {3BA898BB-6C5E-4BF2-984E-1C2749BD38BA} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-codec-1.4.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={1D0B19BB-0589-42D5-B1C1-3EFE60FCC498},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-configuration-1.6.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {1D0B19BB-0589-42D5-B1C1-3EFE60FCC498} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-configuration-1.6.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={5549AC42-911D-4DA1-9B67-9F47AEDE85F0},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-collections-3.2.1.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {5549AC42-911D-4DA1-9B67-9F47AEDE85F0} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-collections-3.2.1.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={0446FC9B-D495-4162-8113-9D6B0F26F17D},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-io-1.4.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {0446FC9B-D495-4162-8113-9D6B0F26F17D} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-io-1.4.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={8ADCA424-B08E-4367-9A2C-67D1829814AE},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-cli-1.2.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {8ADCA424-B08E-4367-9A2C-67D1829814AE} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-cli-1.2.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={D083EB85-BEDF-4BC1-9E5A-55CFE0C899B1},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-logging-1.1.1.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {D083EB85-BEDF-4BC1-9E5A-55CFE0C899B1} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-logging-1.1.1.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={3D6E3BC9-E034-4BC3-9768-9882C2FFB990},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\log4j-1.2.16.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {3D6E3BC9-E034-4BC3-9768-9882C2FFB990} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\log4j-1.2.16.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={3EE9FC00-C3FE-4454-B4DE-00A956E7E8BA},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\slf4j-api-1.7.2.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {3EE9FC00-C3FE-4454-B4DE-00A956E7E8BA} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\slf4j-api-1.7.2.jar

MSI (s) (3C:38) [11:30:55:735]: Executing op: ComponentRegister(ComponentId={67DF427D-CAE4-4DDF-9C0A-C2C2CE9B2F1C},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\jna.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {67DF427D-CAE4-4DDF-9C0A-C2C2CE9B2F1C} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\jna.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={118EAA66-08AC-4846-B6A7-E3EFB9D0026E},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\platform.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {118EAA66-08AC-4846-B6A7-E3EFB9D0026E} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\platform.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={D0A2A6DA-A111-43CB-8D33-76EA7C6EBDC7},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\springframeworkbeans-3.0.5.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {D0A2A6DA-A111-43CB-8D33-76EA7C6EBDC7} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\springframeworkbeans-3.0.5.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={B8A16C5F-F276-445D-AB0D-75A6D33A4058},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\woodstox-core-asl-4.0.5.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {B8A16C5F-F276-445D-AB0D-75A6D33A4058} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\woodstox-core-asl-4.0.5.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={18C9B631-4E16-4EDC-9570-0E6B2039B79C},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\httpcore-4.0.1.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {18C9B631-4E16-4EDC-9570-0E6B2039B79C} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\httpcore-4.0.1.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={AD315669-E7C4-417D-93CD-1137218DD6E3},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-core.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {AD315669-E7C4-417D-93CD-1137218DD6E3} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-core.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={0A534D6C-61F9-486B-AAB1-33C33286C8B9},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-context.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {0A534D6C-61F9-486B-AAB1-33C33286C8B9} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-context.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={E54BCF90-17F4-4AF5-BF0B-6A2E96150853},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-web.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {E54BCF90-17F4-4AF5-BF0B-6A2E96150853} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-web.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={9942CC5C-58B2-446E-A90C-3BB8F20DE363},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-beans.jar,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {9942CC5C-58B2-446E-A90C-3BB8F20DE363} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-beans.jar

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={AEEA8B31-8D25-4CD6-A182-C00AA2DBDE53},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\wrapper.conf.orig,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {AEEA8B31-8D25-4CD6-A182-C00AA2DBDE53} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\wrapper.conf.orig

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={43975171-999C-4452-83A2-290C722E3DB1},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\sts.war,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {43975171-999C-4452-83A2-290C722E3DB1} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\sts.war

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={BA2FB0AA-ACB2-46B0-88F4-64F3BF4DE686},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\ims.war,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {BA2FB0AA-ACB2-46B0-88F4-64F3BF4DE686} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\ims.war

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={0E011ECA-F034-416D-A509-6F9280A76027},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\lookupservice.war,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {0E011ECA-F034-416D-A509-6F9280A76027} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\lookupservice.war

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={791FBDF9-D2D0-4169-B5FE-ED4E9D769FDC},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\sso-adminserver.war,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {791FBDF9-D2D0-4169-B5FE-ED4E9D769FDC} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\sso-adminserver.war

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={DE7AE2DB-7D19-4CBC-BFF0-1EBA859F4DDE},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\websso.war,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {DE7AE2DB-7D19-4CBC-BFF0-1EBA859F4DDE} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\websso.war

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={3265C116-F660-461E-B541-7162F2A5141B},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\sso-support.wsf,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {3265C116-F660-461E-B541-7162F2A5141B} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\sso-support.wsf

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={F78D2383-7E4A-4B4C-AF0B-EFF17D2A0C24},KeyPath=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\zip.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {F78D2383-7E4A-4B4C-AF0B-EFF17D2A0C24} 3: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\zip.exe

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={71D85F7D-7CE7-4800-8070-327E70A5F36E},KeyPath=c:\ProgramData\VMware\CIS\cfg\vmware-sso\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {71D85F7D-7CE7-4800-8070-327E70A5F36E} 3: c:\ProgramData\VMware\CIS\cfg\vmware-sso\

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={EB2D9361-5379-4216-BAC3-901B3111F166},KeyPath=c:\ProgramData\VMware\CIS\data\vmware-sso\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {EB2D9361-5379-4216-BAC3-901B3111F166} 3: c:\ProgramData\VMware\CIS\data\vmware-sso\

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={1D7BB538-F076-4004-B103-52989FC90C36},KeyPath=c:\ProgramData\VMware\CIS\logs\vmware-sso\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {1D7BB538-F076-4004-B103-52989FC90C36} 3: c:\ProgramData\VMware\CIS\logs\vmware-sso\

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={F1B92A44-FE74-4272-A545-C064AC162548},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {F1B92A44-FE74-4272-A545-C064AC162548} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\

MSI (s) (3C:38) [11:30:55:750]: Executing op: ComponentRegister(ComponentId={B26EBF1E-4643-4F11-B1DE-063715EEB8D2},KeyPath=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} 2: {B26EBF1E-4643-4F11-B1DE-063715EEB8D2} 3: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\

MSI (s) (3C:38) [11:30:55:750]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegAddValue(Name=c:\Windows\system32\pthreadVC2.dll,Value=#+,Attributes=1)

1: \SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs 2: c:\Windows\system32\pthreadVC2.dll 3: #+

MSI (s) (3C:38) [11:30:55:750]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegAddValue(Name=c:\Windows\system32\dcelib.dll,Value=#+,Attributes=1)

1: \SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs 2: c:\Windows\system32\dcelib.dll 3: #+

MSI (s) (3C:38) [11:30:55:750]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:55:750]: Executing op: ProgressTick()

MSI (s) (3C:38) [11:30:55:750]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegAddValue(Name=c:\Windows\system32\libvmdirclient.dll,Value=#+,Attributes=1)

1: \SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs 2: c:\Windows\system32\libvmdirclient.dll 3: #+

MSI (s) (3C:38) [11:30:55:750]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegAddValue(Name=c:\Windows\system32\idm.dll,Value=#+,Attributes=1)

1: \SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs 2: c:\Windows\system32\idm.dll 3: #+

MSI (s) (3C:38) [11:30:55:750]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:55:750]: Executing op: RegAddValue(Name=c:\Windows\system32\libvmdirlogging.dll,Value=#+,Attributes=1)

1: \SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs 2: c:\Windows\system32\libvmdirlogging.dll 3: #+

MSI (s) (3C:38) [11:30:55:766]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:55:766]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:55:766]: Executing op: RegAddValue(Name=c:\Windows\system32\libkrb5-crypto.dll,Value=#+,Attributes=1)

1: \SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs 2: c:\Windows\system32\libkrb5-crypto.dll 3: #+

MSI (s) (3C:38) [11:30:55:766]: Executing op: ActionStart(Name=StopServices,Description=Stopping services,Template=Service: [1])

Action 11:30:55: StopServices. Stopping services

MSI (s) (3C:38) [11:30:55:766]: Executing op: ProgressTotal(Total=3,Type=1,ByteEquivalent=1300000)

MSI (s) (3C:38) [11:30:55:766]: Executing op: ServiceControl(,Name=ssotomcat,Action=2,Wait=1,)

MSI (s) (3C:38) [11:30:55:766]: Executing op: ServiceControl(,Name=VMWareDirectoryService,Action=2,Wait=1,)

MSI (s) (3C:38) [11:30:55:766]: Executing op: ServiceControl(,Name=VMwareKdcService,Action=2,Wait=1,)

MSI (s) (3C:38) [11:30:55:766]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1])

Action 11:30:55: CreateFolders. Creating folders

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\Microsoft\Windows\Start Menu\Programs\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\Microsoft\Windows\Start Menu\Programs\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\Program Files\VMware\Infrastructure\,Foreign=0,,)

CreateFolders: Folder: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\Program Files\VMware\Infrastructure\,Foreign=0,,)

CreateFolders: Folder: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\cis\data\vmdird\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\cis\data\vmdird\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\cis\logs\vmdird\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\cis\logs\vmdird\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\cfg\vmkdcd\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\cfg\vmkdcd\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\data\vmkdcd\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\data\vmkdcd\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\logs\vmkdcd\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\logs\vmkdcd\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\cfg\vmware-sso\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\cfg\vmware-sso\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\data\vmware-sso\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\data\vmware-sso\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\logs\vmware-sso\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\logs\vmware-sso\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\

MSI (s) (3C:38) [11:30:55:766]: Executing op: FolderCreate(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\,Foreign=0,,)

CreateFolders: Folder: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\

MSI (s) (3C:38) [11:30:55:766]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1],  Directory: [9],  Size: [6])

Action 11:30:55: InstallFiles. Copying new files

MSI (s) (3C:38) [11:30:55:766]: Executing op: ProgressTotal(Total=115445537,Type=0,ByteEquivalent=1)

MSI (s) (3C:38) [11:30:55:766]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:766]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:766]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=media1.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=c:\Windows\Installer\176cad.msi,,,,,IsFirstPhysicalMedia=1)

MSI (s) (3C:38) [11:30:55:766]: Executing op: FileCopy(SourceName=0fxc2eyn.jar|admin-interfaces.jar,SourceCabKey=admin_interfaces_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=admin-interfaces.jar,Attributes=512,FileSize=134384,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1546071659,HashPart2=1000858400,HashPart3=2145413288,HashPart4=-747191765,,)

MSI (s) (3C:38) [11:30:55:766]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\admin-interfaces.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:766]: Source for file 'admin_interfaces_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: admin-interfaces.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 134384

MSI (s) (3C:38) [11:30:55:781]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:781]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:781]: Executing op: FileCopy(SourceName=t-fek9pv.jar|commons-cli-1.2.jar,SourceCabKey=apache_commons_cli_1.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-cli-1.2.jar,Attributes=512,FileSize=41123,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=531553471,HashPart2=118243321,HashPart3=1005597655,HashPart4=-1634934052,,)

MSI (s) (3C:38) [11:30:55:781]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-cli-1.2.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:781]: Source for file 'apache_commons_cli_1.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-cli-1.2.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 41123

MSI (s) (3C:38) [11:30:55:781]: Executing op: FileCopy(SourceName=-p8dlqqr.jar|commons-codec-1.4.jar,SourceCabKey=apache_commons_codec_1.4.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-codec-1.4.jar,Attributes=512,FileSize=58160,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1486469250,HashPart2=-1099783155,HashPart3=-1453521609,HashPart4=-97405111,,)

MSI (s) (3C:38) [11:30:55:781]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-codec-1.4.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:781]: Source for file 'apache_commons_codec_1.4.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-codec-1.4.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 58160

MSI (s) (3C:38) [11:30:55:781]: Executing op: FileCopy(SourceName=plr5pvbc.jar|commons-collections-3.2.1.jar,SourceCabKey=apache_commons_collections_3_2_1.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-collections-3.2.1.jar,Attributes=512,FileSize=575389,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=442809363,HashPart2=1591312381,HashPart3=-161435127,HashPart4=-1857282404,,)

MSI (s) (3C:38) [11:30:55:781]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-collections-3.2.1.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:781]: Source for file 'apache_commons_collections_3_2_1.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-collections-3.2.1.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 575389

MSI (s) (3C:38) [11:30:55:781]: Executing op: FileCopy(SourceName=zb8vuchk.jar|commons-configuration-1.6.jar,SourceCabKey=apache_commons_configuration_1_6.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-configuration-1.6.jar,Attributes=512,FileSize=298829,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-103179856,HashPart2=1905310132,HashPart3=1504858828,HashPart4=-1695118032,,)

MSI (s) (3C:38) [11:30:55:781]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-configuration-1.6.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:781]: Source for file 'apache_commons_configuration_1_6.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-configuration-1.6.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 298829

MSI (s) (3C:38) [11:30:55:781]: Executing op: FileCopy(SourceName=fxgln5nd.jar|commons-io-1.4.jar,SourceCabKey=apache_commons_io_1.4.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-io-1.4.jar,Attributes=512,FileSize=109043,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1978882634,HashPart2=1978199061,HashPart3=-439666882,HashPart4=1341655920,,)

MSI (s) (3C:38) [11:30:55:781]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-io-1.4.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:781]: Source for file 'apache_commons_io_1.4.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-io-1.4.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 109043

MSI (s) (3C:38) [11:30:55:797]: Executing op: FileCopy(SourceName=w53rwier.jar|commons-lang-2.5.jar,SourceCabKey=apache_commons_lang_2.5.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-lang-2.5.jar,Attributes=512,FileSize=279193,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1623524523,HashPart2=-748623158,HashPart3=-351599184,HashPart4=845838167,,)

MSI (s) (3C:38) [11:30:55:797]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-lang-2.5.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:797]: Source for file 'apache_commons_lang_2.5.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-lang-2.5.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 279193

MSI (s) (3C:38) [11:30:55:797]: Executing op: FileCopy(SourceName=gfqbllgt.jar|commons-logging-1.1.1.jar,SourceCabKey=apache_commons_logging_1.1.1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-logging-1.1.1.jar,Attributes=512,FileSize=60841,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-24067102,HashPart2=1344641907,HashPart3=723916962,HashPart4=-829361624,,)

MSI (s) (3C:38) [11:30:55:797]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-logging-1.1.1.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:797]: Source for file 'apache_commons_logging_1.1.1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-logging-1.1.1.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 60841

MSI (s) (3C:38) [11:30:55:797]: Executing op: FileCopy(SourceName=a6r2prx9.jar|log4j-1.2.16.jar,SourceCabKey=apache_log4j_1.2.16_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=log4j-1.2.16.jar,Attributes=512,FileSize=481534,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=300486986,HashPart2=-1237630798,HashPart3=1952370630,HashPart4=2063505252,,)

MSI (s) (3C:38) [11:30:55:797]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\log4j-1.2.16.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:797]: Source for file 'apache_log4j_1.2.16_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: log4j-1.2.16.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 481534

MSI (s) (3C:38) [11:30:55:797]: Executing op: FileCopy(SourceName=shmm9b13.jar|bcpkix-jdk15on-147.jar,SourceCabKey=bcpkix_jdk15on_147_jar.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=bcpkix-jdk15on-147.jar,Attributes=512,FileSize=515071,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=929903012,HashPart2=1259308048,HashPart3=-1397271951,HashPart4=2034667548,,)

MSI (s) (3C:38) [11:30:55:797]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\bcpkix-jdk15on-147.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:797]: Source for file 'bcpkix_jdk15on_147_jar.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: bcpkix-jdk15on-147.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 515071

MSI (s) (3C:38) [11:30:55:814]: Executing op: FileCopy(SourceName=xhwtfokc.jar|bcprov-jdk15on-147.jar,SourceCabKey=bcprov_jdk15on_147jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=bcprov-jdk15on-147.jar,Attributes=512,FileSize=1997327,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=2128431479,HashPart2=-83671862,HashPart3=1222413718,HashPart4=1785946946,,)

MSI (s) (3C:38) [11:30:55:814]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\bcprov-jdk15on-147.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:814]: Source for file 'bcprov_jdk15on_147jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: bcprov-jdk15on-147.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 1997327

MSI (s) (3C:38) [11:30:55:828]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:55:828]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\conf\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:55:828]: Executing op: FileCopy(SourceName=rq4smrnx.ori|catalina.properties.orig,SourceCabKey=catalina.properties.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=catalina.properties.orig,Attributes=512,FileSize=6891,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=489625673,HashPart2=-594319267,HashPart3=518983286,HashPart4=-1058534324,,)

MSI (s) (3C:38) [11:30:55:828]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\catalina.properties.orig; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:828]: Source for file 'catalina.properties.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: catalina.properties.orig,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\,  Size: 6891

MSI (s) (3C:38) [11:30:55:828]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:828]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:828]: Executing op: FileCopy(SourceName=qloiuv4l.jar|commons-daemon-1.0.8.jar,SourceCabKey=commons_daemon_1.0.8.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=commons-daemon-1.0.8.jar,Attributes=512,FileSize=24148,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=371397111,HashPart2=901601520,HashPart3=-679119618,HashPart4=976709228,,)

MSI (s) (3C:38) [11:30:55:828]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\commons-daemon-1.0.8.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:828]: Source for file 'commons_daemon_1.0.8.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: commons-daemon-1.0.8.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 24148

MSI (s) (3C:38) [11:30:55:828]: Executing op: SetTargetFolder(Folder=c:\Windows\system32\)

MSI (s) (3C:38) [11:30:55:828]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\|VMware\Infrastructure\)

MSI (s) (3C:38) [11:30:55:828]: Executing op: FileCopy(SourceName=dcelib.dll,SourceCabKey=dcerpc_win32_file.290135FE_90E8_4C75_BD90_1F39DF0DC399,DestName=dcelib.dll,Attributes=512,FileSize=541696,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1531002771,HashPart2=-1197457349,HashPart3=2056681576,HashPart4=-542420581,,)

MSI (s) (3C:38) [11:30:55:828]: File: c:\Windows\system32\dcelib.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:828]: Source for file 'dcerpc_win32_file.290135FE_90E8_4C75_BD90_1F39DF0DC399' is compressed

InstallFiles: File: dcelib.dll,  Directory: c:\Windows\system32\,  Size: 541696

MSI (s) (3C:38) [11:30:55:844]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:844]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:844]: Executing op: FileCopy(SourceName=mek3ctsw.jar|httpclient-4.0.1.jar,SourceCabKey=httpclient_4_0_1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=httpclient-4.0.1.jar,Attributes=512,FileSize=291039,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1720649367,HashPart2=1550022957,HashPart3=1824755255,HashPart4=427016061,,)

MSI (s) (3C:38) [11:30:55:844]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\httpclient-4.0.1.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:844]: Source for file 'httpclient_4_0_1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: httpclient-4.0.1.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 291039

MSI (s) (3C:38) [11:30:55:844]: Executing op: FileCopy(SourceName=1yxlagcx.jar|httpcore-4.0.1.jar,SourceCabKey=httpcore_4_0_1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=httpcore-4.0.1.jar,Attributes=512,FileSize=172888,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-43837076,HashPart2=214220938,HashPart3=-1986114560,HashPart4=58133806,,)

MSI (s) (3C:38) [11:30:55:844]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\httpcore-4.0.1.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:844]: Source for file 'httpcore_4_0_1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: httpcore-4.0.1.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 172888

MSI (s) (3C:38) [11:30:55:844]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:844]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:844]: Executing op: FileCopy(SourceName=vcyhdvxk.txt|server_policy.txt,SourceCabKey=idm_server_java_policy_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=server_policy.txt,Attributes=512,FileSize=50,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1798851592,HashPart2=-583392644,HashPart3=-1106302315,HashPart4=659010402,,)

MSI (s) (3C:38) [11:30:55:844]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\server_policy.txt; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:844]: Source for file 'idm_server_java_policy_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: server_policy.txt,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 50

MSI (s) (3C:38) [11:30:55:844]: Executing op: FileCopy(SourceName=log4j.xml,SourceCabKey=idm_server_log4j_config_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=log4j.xml,Attributes=512,FileSize=1258,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1431213166,HashPart2=-1163507354,HashPart3=181360706,HashPart4=-1621250426,,)

MSI (s) (3C:38) [11:30:55:844]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\log4j.xml; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:844]: Source for file 'idm_server_log4j_config_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: log4j.xml,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 1258

MSI (s) (3C:38) [11:30:55:844]: Executing op: FileCopy(SourceName=sp5juqlc.jar|idp-provisioning-client-bindings.jar,SourceCabKey=idp_provisioning_client_bindings_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=idp-provisioning-client-bindings.jar,Attributes=512,FileSize=14448,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1097515089,HashPart2=-659129696,HashPart3=1876364479,HashPart4=-671805908,,)

MSI (s) (3C:38) [11:30:55:844]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\idp-provisioning-client-bindings.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:844]: Source for file 'idp_provisioning_client_bindings_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: idp-provisioning-client-bindings.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 14448

MSI (s) (3C:38) [11:30:55:844]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:844]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:844]: Executing op: FileCopy(SourceName=z9l-cq4b.jar|jcl-over-slf4j-1.7.2.jar,SourceCabKey=jcl_over_slf4j_1.7.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=jcl-over-slf4j-1.7.2.jar,Attributes=512,FileSize=16457,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1153519523,HashPart2=444024294,HashPart3=1334938866,HashPart4=1939909895,,)

MSI (s) (3C:38) [11:30:55:844]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\jcl-over-slf4j-1.7.2.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:844]: Source for file 'jcl_over_slf4j_1.7.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: jcl-over-slf4j-1.7.2.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 16457

MSI (s) (3C:38) [11:30:55:844]: Executing op: FileCopy(SourceName=jna.jar,SourceCabKey=jna_3.5.1_jna_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=jna.jar,Attributes=512,FileSize=692603,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1090581819,HashPart2=642016069,HashPart3=1615451,HashPart4=-451608014,,)

MSI (s) (3C:38) [11:30:55:844]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\jna.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:844]: Source for file 'jna_3.5.1_jna_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: jna.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 692603

MSI (s) (3C:38) [11:30:55:859]: Executing op: FileCopy(SourceName=platform.jar,SourceCabKey=jna_3.5.1_platform_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=platform.jar,Attributes=512,FileSize=952411,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1237730256,HashPart2=964709352,HashPart3=1092877028,HashPart4=-637979947,,)

MSI (s) (3C:38) [11:30:55:859]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\platform.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:859]: Source for file 'jna_3.5.1_platform_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: platform.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 952411

MSI (s) (3C:38) [11:30:55:859]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:55:859]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\conf\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:55:859]: Executing op: FileCopy(SourceName=v4_ugckc.pro|logging.properties,SourceCabKey=logging.properties.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=logging.properties,Attributes=512,FileSize=3629,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-713524858,HashPart2=-983704894,HashPart3=1321766270,HashPart4=36744300,,)

MSI (s) (3C:38) [11:30:55:875]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\logging.properties; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:875]: Source for file 'logging.properties.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: logging.properties,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\,  Size: 3629

MSI (s) (3C:38) [11:30:55:875]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:875]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:875]: Executing op: FileCopy(SourceName=xt2qa4c7.jar|lookupservice-bindings-client.jar,SourceCabKey=lookupservice_bindings_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=lookupservice-bindings-client.jar,Attributes=512,FileSize=19949,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-235070893,HashPart2=-1678111940,HashPart3=1342443545,HashPart4=1809402781,,)

MSI (s) (3C:38) [11:30:55:875]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-bindings-client.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:875]: Source for file 'lookupservice_bindings_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: lookupservice-bindings-client.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 19949

MSI (s) (3C:38) [11:30:55:875]: Executing op: FileCopy(SourceName=6vx3luui.jar|lookupservice.jar,SourceCabKey=lookupservice_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=lookupservice.jar,Attributes=512,FileSize=98416,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=579672737,HashPart2=767010791,HashPart3=615451069,HashPart4=1453497436,,)

MSI (s) (3C:38) [11:30:55:875]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:875]: Source for file 'lookupservice_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: lookupservice.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 98416

MSI (s) (3C:38) [11:30:55:875]: Executing op: FileCopy(SourceName=su644ezz.jar|lookupservice-installer.jar,SourceCabKey=lookupservice_installer.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=lookupservice-installer.jar,Attributes=512,FileSize=172940,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-754933898,HashPart2=-147738782,HashPart3=1624299959,HashPart4=1204856548,,)

MSI (s) (3C:38) [11:30:55:875]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-installer.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:875]: Source for file 'lookupservice_installer.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: lookupservice-installer.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 172940

MSI (s) (3C:38) [11:30:55:875]: Executing op: FileCopy(SourceName=it4uwa3i.jar|lookupservice-tests.jar,SourceCabKey=lookupservice_tests_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=lookupservice-tests.jar,Attributes=512,FileSize=15703,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=696401429,HashPart2=-1546831691,HashPart3=-162617878,HashPart4=-1924020981,,)

MSI (s) (3C:38) [11:30:55:875]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lookupservice-tests.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:875]: Source for file 'lookupservice_tests_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: lookupservice-tests.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 15703

MSI (s) (3C:38) [11:30:55:875]: Executing op: SetTargetFolder(Folder=c:\Windows\system32\)

MSI (s) (3C:38) [11:30:55:875]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\|VMware\Infrastructure\)

MSI (s) (3C:38) [11:30:55:875]: Executing op: FileCopy(SourceName=ixezust7.dll|pthreadVC2.dll,SourceCabKey=pthreadVC2_file.290135FE_90E8_4C75_BD90_1F39DF0DC399,DestName=pthreadVC2.dll,Attributes=512,FileSize=70144,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.9.1.0,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:55:875]: File: c:\Windows\system32\pthreadVC2.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:875]: Source for file 'pthreadVC2_file.290135FE_90E8_4C75_BD90_1F39DF0DC399' is compressed

InstallFiles: File: pthreadVC2.dll,  Directory: c:\Windows\system32\,  Size: 70144

MSI (s) (3C:38) [11:30:55:875]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:875]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:875]: Executing op: FileCopy(SourceName=fx5hh3gj.jar|serializer-2.10.0.jar,SourceCabKey=serializer_2.10.0.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=serializer-2.10.0.jar,Attributes=512,FileSize=278286,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1281751792,HashPart2=1847107870,HashPart3=1859476378,HashPart4=-1546330040,,)

MSI (s) (3C:38) [11:30:55:875]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\serializer-2.10.0.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:875]: Source for file 'serializer_2.10.0.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: serializer-2.10.0.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 278286

MSI (s) (3C:38) [11:30:55:891]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:55:891]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\conf\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:55:891]: Executing op: FileCopy(SourceName=server.xml,SourceCabKey=server.xml.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=server.xml,Attributes=512,FileSize=3222,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1989686804,HashPart2=-100344004,HashPart3=-1240686889,HashPart4=660958812,,)

MSI (s) (3C:38) [11:30:55:891]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\server.xml; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:891]: Source for file 'server.xml.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: server.xml,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\,  Size: 3222

MSI (s) (3C:38) [11:30:55:891]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:891]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:891]: Executing op: FileCopy(SourceName=rktg-oc6.jar|slf4j-api-1.7.2.jar,SourceCabKey=slf4j_api_1.7.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=slf4j-api-1.7.2.jar,Attributes=512,FileSize=26083,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=698840246,HashPart2=-634782134,HashPart3=51676373,HashPart4=1745590584,,)

MSI (s) (3C:38) [11:30:55:891]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\slf4j-api-1.7.2.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:891]: Source for file 'slf4j_api_1.7.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: slf4j-api-1.7.2.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 26083

MSI (s) (3C:38) [11:30:55:891]: Executing op: FileCopy(SourceName=cj5okruu.jar|slf4j-log4j12-1.7.2.jar,SourceCabKey=slf4j_log4j12_1.7.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=slf4j-log4j12-1.7.2.jar,Attributes=512,FileSize=8819,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=155682659,HashPart2=1808446222,HashPart3=-396045775,HashPart4=237058049,,)

MSI (s) (3C:38) [11:30:55:891]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\slf4j-log4j12-1.7.2.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:891]: Source for file 'slf4j_log4j12_1.7.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: slf4j-log4j12-1.7.2.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 8819

MSI (s) (3C:38) [11:30:55:891]: Executing op: FileCopy(SourceName=boc7snyc.jar|spring-beans.jar,SourceCabKey=spring_beans_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=spring-beans.jar,Attributes=512,FileSize=484306,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-684225399,HashPart2=561467064,HashPart3=-1126376089,HashPart4=-1755946617,,)

MSI (s) (3C:38) [11:30:55:891]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-beans.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:891]: Source for file 'spring_beans_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: spring-beans.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 484306

MSI (s) (3C:38) [11:30:55:891]: Executing op: FileCopy(SourceName=0mszwtv-.jar|spring-context.jar,SourceCabKey=spring_context_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=spring-context.jar,Attributes=512,FileSize=469414,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-212514613,HashPart2=1861112148,HashPart3=-1240032682,HashPart4=-2028776972,,)

MSI (s) (3C:38) [11:30:55:891]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-context.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:891]: Source for file 'spring_context_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: spring-context.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 469414

MSI (s) (3C:38) [11:30:55:906]: Executing op: FileCopy(SourceName=rge2cf13.jar|spring-core.jar,SourceCabKey=spring_core_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=spring-core.jar,Attributes=512,FileSize=285801,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-440462024,HashPart2=-1097317634,HashPart3=355448644,HashPart4=1843427898,,)

MSI (s) (3C:38) [11:30:55:906]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-core.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:906]: Source for file 'spring_core_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: spring-core.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 285801

MSI (s) (3C:38) [11:30:55:906]: Executing op: FileCopy(SourceName=vehr998u.jar|spring-web.jar,SourceCabKey=spring_web_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=spring-web.jar,Attributes=512,FileSize=187770,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1375125272,HashPart2=-966867855,HashPart3=1960061891,HashPart4=-2025982211,,)

MSI (s) (3C:38) [11:30:55:906]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\spring-web.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:906]: Source for file 'spring_web_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: spring-web.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 187770

MSI (s) (3C:38) [11:30:55:906]: Executing op: FileCopy(SourceName=35djb-sm.jar|springframeworkasm-3.0.5.jar,SourceCabKey=springframework_3.0.5_asm_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=springframeworkasm-3.0.5.jar,Attributes=512,FileSize=53082,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-240554347,HashPart2=-1186169197,HashPart3=-2115798492,HashPart4=1309398197,,)

MSI (s) (3C:38) [11:30:55:906]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\springframeworkasm-3.0.5.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:906]: Source for file 'springframework_3.0.5_asm_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: springframeworkasm-3.0.5.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 53082

MSI (s) (3C:38) [11:30:55:906]: Executing op: FileCopy(SourceName=y7dcu7ey.jar|springframeworkbeans-3.0.5.jar,SourceCabKey=springframework_3.0.5_beans_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=springframeworkbeans-3.0.5.jar,Attributes=512,FileSize=555410,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1431703398,HashPart2=-209002590,HashPart3=753016901,HashPart4=1655152024,,)

MSI (s) (3C:38) [11:30:55:906]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\springframeworkbeans-3.0.5.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:906]: Source for file 'springframework_3.0.5_beans_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: springframeworkbeans-3.0.5.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 555410

MSI (s) (3C:38) [11:30:55:922]: Executing op: FileCopy(SourceName=t_9nkiqq.jar|springframeworkcontext-3.0.5.jar,SourceCabKey=springframework_3.0.5_context_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=springframeworkcontext-3.0.5.jar,Attributes=512,FileSize=668861,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1738770894,HashPart2=-2061517334,HashPart3=-483900507,HashPart4=-1716923964,,)

MSI (s) (3C:38) [11:30:55:922]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\springframeworkcontext-3.0.5.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:922]: Source for file 'springframework_3.0.5_context_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: springframeworkcontext-3.0.5.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 668861

MSI (s) (3C:38) [11:30:55:922]: Executing op: FileCopy(SourceName=_pzwhupx.jar|springframeworkcore-3.0.5.jar,SourceCabKey=springframework_3.0.5_core_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=springframeworkcore-3.0.5.jar,Attributes=512,FileSize=382442,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1626890192,HashPart2=-320543913,HashPart3=-590790624,HashPart4=673608655,,)

MSI (s) (3C:38) [11:30:55:922]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\springframeworkcore-3.0.5.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:922]: Source for file 'springframework_3.0.5_core_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: springframeworkcore-3.0.5.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 382442

MSI (s) (3C:38) [11:30:55:922]: Executing op: FileCopy(SourceName=ouoogvy_.jar|springframeworkexpression-3.0.5.jar,SourceCabKey=springframework_3.0.5_expression_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=springframeworkexpression-3.0.5.jar,Attributes=512,FileSize=169752,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-2027858166,HashPart2=-1847740719,HashPart3=886573157,HashPart4=2068414632,,)

MSI (s) (3C:38) [11:30:55:922]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\springframeworkexpression-3.0.5.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:922]: Source for file 'springframework_3.0.5_expression_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: springframeworkexpression-3.0.5.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 169752

MSI (s) (3C:38) [11:30:55:922]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\Single Sign-On\)

MSI (s) (3C:38) [11:30:55:922]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\2uc0hmsk\|VMware\Infrastructure\Single Sign-On\)

MSI (s) (3C:38) [11:30:55:922]: Executing op: FileCopy(SourceName=sso.ico,SourceCabKey=sso.ico,DestName=sso.ico,Attributes=512,FileSize=52429,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1799039760,HashPart2=-401659674,HashPart3=-1975657765,HashPart4=1601200796,,)

MSI (s) (3C:38) [11:30:55:922]: File: c:\Program Files\VMware\Infrastructure\Single Sign-On\sso.ico; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:922]: Source for file 'sso.ico' is compressed

InstallFiles: File: sso.ico,  Directory: c:\Program Files\VMware\Infrastructure\Single Sign-On\,  Size: 52429

MSI (s) (3C:38) [11:30:55:937]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:937]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:55:937]: Executing op: FileCopy(SourceName=htfr9ffp.jar|sso-adminsdk.jar,SourceCabKey=sso_adminsdk_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sso-adminsdk.jar,Attributes=512,FileSize=222337,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1904237748,HashPart2=556058136,HashPart3=-2134607587,HashPart4=71620613,,)

MSI (s) (3C:38) [11:30:55:937]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\sso-adminsdk.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:937]: Source for file 'sso_adminsdk_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sso-adminsdk.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 222337

MSI (s) (3C:38) [11:30:55:937]: Executing op: FileCopy(SourceName=vzk07u0c.jar|sso-adminserver-client-bindings.jar,SourceCabKey=sso_adminserver_client_bindings_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sso-adminserver-client-bindings.jar,Attributes=512,FileSize=122467,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1679942531,HashPart2=-1790058107,HashPart3=-133884582,HashPart4=1015438406,,)

MSI (s) (3C:38) [11:30:55:937]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\sso-adminserver-client-bindings.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:937]: Source for file 'sso_adminserver_client_bindings_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sso-adminserver-client-bindings.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 122467

MSI (s) (3C:38) [11:30:55:937]: Executing op: FileCopy(SourceName=ssolscli.cmd,SourceCabKey=ssolscli_cmd_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=ssolscli.cmd,Attributes=512,FileSize=1367,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=175131501,HashPart2=648456016,HashPart3=1114374348,HashPart4=784003907,,)

MSI (s) (3C:38) [11:30:55:937]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\ssolscli.cmd; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:937]: Source for file 'ssolscli_cmd_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: ssolscli.cmd,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 1367

MSI (s) (3C:38) [11:30:55:937]: Executing op: FileCopy(SourceName=o84c60uz.xml|ssolscli-log4j.xml,SourceCabKey=ssolscli_log4j_xml_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=ssolscli-log4j.xml,Attributes=512,FileSize=1373,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=269242695,HashPart2=-452890585,HashPart3=2006494542,HashPart4=-1495633503,,)

MSI (s) (3C:38) [11:30:55:937]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\ssolscli-log4j.xml; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:937]: Source for file 'ssolscli_log4j_xml_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: ssolscli-log4j.xml,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 1373

MSI (s) (3C:38) [11:30:55:937]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:937]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:55:937]: Executing op: FileCopy(SourceName=yrprgps5.jar|stax2-api-3.0.1.jar,SourceCabKey=stax_api_3_0_1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=stax2-api-3.0.1.jar,Attributes=512,FileSize=179983,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=363678690,HashPart2=1786039967,HashPart3=-648171342,HashPart4=-1284080323,,)

MSI (s) (3C:38) [11:30:55:937]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\stax2-api-3.0.1.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:937]: Source for file 'stax_api_3_0_1_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: stax2-api-3.0.1.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 179983

MSI (s) (3C:38) [11:30:55:937]: Executing op: FileCopy(SourceName=luhuwbwv.jar|vlsi-client.jar,SourceCabKey=vlsi_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vlsi-client.jar,Attributes=512,FileSize=116110,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=139058531,HashPart2=-863047555,HashPart3=62624305,HashPart4=1345517195,,)

MSI (s) (3C:38) [11:30:55:937]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\vlsi-client.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:937]: Source for file 'vlsi_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vlsi-client.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 116110

MSI (s) (3C:38) [11:30:55:937]: Executing op: FileCopy(SourceName=ec6fehvz.jar|vlsi-core.jar,SourceCabKey=vlsi_core_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vlsi-core.jar,Attributes=512,FileSize=207949,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1163479690,HashPart2=610080878,HashPart3=-131816301,HashPart4=465252374,,)

MSI (s) (3C:38) [11:30:55:937]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\vlsi-core.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:937]: Source for file 'vlsi_core_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vlsi-core.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 207949

MSI (s) (3C:38) [11:30:55:953]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\)

MSI (s) (3C:38) [11:30:55:953]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\cis\vmcad\|VMware\Infrastructure\VMware\cis\vmcad\)

MSI (s) (3C:38) [11:30:55:953]: Executing op: FileCopy(SourceName=mu2zutg9.dll|boost_python-vc90-mt-gd-1_47.dll,SourceCabKey=VMCA_boot_python_dll_debug_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=boost_python-vc90-mt-gd-1_47.dll,Attributes=512,FileSize=724048,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1774787656,HashPart2=1233830597,HashPart3=-157449443,HashPart4=524511755,,)

MSI (s) (3C:38) [11:30:55:953]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:953]: Source for file 'VMCA_boot_python_dll_debug_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: boost_python-vc90-mt-gd-1_47.dll,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 724048

MSI (s) (3C:38) [11:30:55:953]: Executing op: FileCopy(SourceName=wgdmcmmj.dll|boost_python-vc90-mt-1_47.dll,SourceCabKey=VMCA_boot_python_dll_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=boost_python-vc90-mt-1_47.dll,Attributes=512,FileSize=303696,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1662420154,HashPart2=-812222227,HashPart3=-273983591,HashPart4=-39043845,,)

MSI (s) (3C:38) [11:30:55:953]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:953]: Source for file 'VMCA_boot_python_dll_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: boost_python-vc90-mt-1_47.dll,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 303696

MSI (s) (3C:38) [11:30:55:953]: Executing op: FileCopy(SourceName=tezh9zup.lib|boost_python-vc90-mt-gd-1_47.lib,SourceCabKey=VMCA_boot_python_lib_debug_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=boost_python-vc90-mt-gd-1_47.lib,Attributes=512,FileSize=194514,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-316473262,HashPart2=-745111338,HashPart3=1283308988,HashPart4=1502342424,,)

MSI (s) (3C:38) [11:30:55:953]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.lib; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:953]: Source for file 'VMCA_boot_python_lib_debug_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: boost_python-vc90-mt-gd-1_47.lib,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 194514

MSI (s) (3C:38) [11:30:55:969]: Executing op: FileCopy(SourceName=o1psesco.lib|boost_python-vc90-mt-1_47.lib,SourceCabKey=VMCA_boot_python_lib_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=boost_python-vc90-mt-1_47.lib,Attributes=512,FileSize=193238,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1005139260,HashPart2=-453422322,HashPart3=-1343750255,HashPart4=-1506994439,,)

MSI (s) (3C:38) [11:30:55:969]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.lib; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:969]: Source for file 'VMCA_boot_python_lib_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: boost_python-vc90-mt-1_47.lib,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 193238

MSI (s) (3C:38) [11:30:55:969]: Executing op: FileCopy(SourceName=idhddiwf.pdb|boost_python-vc90-mt-gd-1_47.pdb,SourceCabKey=VMCA_boot_python_pdb_debug_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=boost_python-vc90-mt-gd-1_47.pdb,Attributes=512,FileSize=8375296,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-286606074,HashPart2=500655346,HashPart3=540812749,HashPart4=-801675217,,)

MSI (s) (3C:38) [11:30:55:969]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-gd-1_47.pdb; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:55:969]: Source for file 'VMCA_boot_python_pdb_debug_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: boost_python-vc90-mt-gd-1_47.pdb,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 8375296

MSI (s) (3C:38) [11:30:56:015]: Executing op: FileCopy(SourceName=siipwjhn.pdb|boost_python-vc90-mt-1_47.pdb,SourceCabKey=VMCA_boot_python_pdb_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=boost_python-vc90-mt-1_47.pdb,Attributes=512,FileSize=3968000,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=605375106,HashPart2=-1360394296,HashPart3=-1534009329,HashPart4=-230022651,,)

MSI (s) (3C:38) [11:30:56:015]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\boost_python-vc90-mt-1_47.pdb; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:015]: Source for file 'VMCA_boot_python_pdb_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: boost_python-vc90-mt-1_47.pdb,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 3968000

MSI (s) (3C:38) [11:30:56:031]: Executing op: FileCopy(SourceName=certool.exe,SourceCabKey=VMCA_certool_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=certool.exe,Attributes=512,FileSize=1369168,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:031]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\certool.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:031]: Source for file 'VMCA_certool_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: certool.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 1369168

MSI (s) (3C:38) [11:30:56:047]: Executing op: FileCopy(SourceName=367prurx.jar|vmware-vmca-client.jar,SourceCabKey=VMCA_client_jar_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=vmware-vmca-client.jar,Attributes=512,FileSize=14996,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=557904380,HashPart2=1290814760,HashPart3=-499889198,HashPart4=1267542868,,)

MSI (s) (3C:38) [11:30:56:047]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmware-vmca-client.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:047]: Source for file 'VMCA_client_jar_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: vmware-vmca-client.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 14996

MSI (s) (3C:38) [11:30:56:047]: Executing op: FileCopy(SourceName=certool.cfg,SourceCabKey=vmca_config_cert_config.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=certool.cfg,Attributes=512,FileSize=309,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-770609368,HashPart2=630256470,HashPart3=1507757255,HashPart4=-1498931098,,)

MSI (s) (3C:38) [11:30:56:047]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\certool.cfg; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:047]: Source for file 'vmca_config_cert_config.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: certool.cfg,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 309

MSI (s) (3C:38) [11:30:56:047]: Executing op: FileCopy(SourceName=6kiwz_zp.dll|libvmcaclient.dll,SourceCabKey=VMCA_libvmcaclient_dll_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=libvmcaclient.dll,Attributes=512,FileSize=813136,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:047]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:047]: Source for file 'VMCA_libvmcaclient_dll_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: libvmcaclient.dll,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 813136

MSI (s) (3C:38) [11:30:56:062]: Executing op: FileCopy(SourceName=1nv7_vdm.exp|libvmcaclient.exp,SourceCabKey=VMCA_libvmcaclient_exp_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=libvmcaclient.exp,Attributes=512,FileSize=5306,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1217448150,HashPart2=956670337,HashPart3=-2008891435,HashPart4=1117440420,,)

MSI (s) (3C:38) [11:30:56:062]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.exp; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:062]: Source for file 'VMCA_libvmcaclient_exp_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: libvmcaclient.exp,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 5306

MSI (s) (3C:38) [11:30:56:062]: Executing op: FileCopy(SourceName=qni68d5f.lib|libvmcaclient.lib,SourceCabKey=VMCA_libvmcaclient_lib_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=libvmcaclient.lib,Attributes=512,FileSize=9370,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1979005310,HashPart2=-1146326599,HashPart3=1687315294,HashPart4=-2071509774,,)

MSI (s) (3C:38) [11:30:56:062]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcaclient.lib; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:062]: Source for file 'VMCA_libvmcaclient_lib_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: libvmcaclient.lib,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 9370

MSI (s) (3C:38) [11:30:56:062]: Executing op: FileCopy(SourceName=pkx4lgdp.lib|libvmcadb.lib,SourceCabKey=VMCA_libvmcadb_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=libvmcadb.lib,Attributes=512,FileSize=18716786,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=661703175,HashPart2=-988478972,HashPart3=1086632425,HashPart4=-1243503157,,)

MSI (s) (3C:38) [11:30:56:062]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\libvmcadb.lib; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:062]: Source for file 'VMCA_libvmcadb_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: libvmcadb.lib,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 18716786

MSI (s) (3C:38) [11:30:56:203]: Executing op: FileCopy(SourceName=version.py,SourceCabKey=VMCA_python_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=version.py,Attributes=512,FileSize=1373,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1596387953,HashPart2=-582946070,HashPart3=1016334935,HashPart4=95413071,,)

MSI (s) (3C:38) [11:30:56:203]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\version.py; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:203]: Source for file 'VMCA_python_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: version.py,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 1373

MSI (s) (3C:38) [11:30:56:203]: Executing op: FileCopy(SourceName=vmca.pyd,SourceCabKey=VMCA_python_file_dll.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=vmca.pyd,Attributes=512,FileSize=118784,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-2140398314,HashPart2=-2039339322,HashPart3=628683228,HashPart4=-917441629,,)

MSI (s) (3C:38) [11:30:56:203]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmca.pyd; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:203]: Source for file 'VMCA_python_file_dll.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: vmca.pyd,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 118784

MSI (s) (3C:38) [11:30:56:203]: Executing op: FileCopy(SourceName=vmcad.exe,SourceCabKey=vmca_service_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6,DestName=vmcad.exe,Attributes=512,FileSize=1634384,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:203]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmcad.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:203]: Source for file 'vmca_service_file.8E9BB200_29EE_40D2_893E_4D4A3B082AE6' is compressed

InstallFiles: File: vmcad.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,  Size: 1634384

MSI (s) (3C:38) [11:30:56:218]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\cis\cfg\vmdird\)

MSI (s) (3C:38) [11:30:56:218]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\cis\cfg\vmdird\|CommonAppDataFolder\VMware\cis\cfg\vmdird\)

MSI (s) (3C:38) [11:30:56:218]: Executing op: FileCopy(SourceName=akqaxmxu.pem|vmdircert.pem,SourceCabKey=vmdir_config_cert_pem.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vmdircert.pem,Attributes=512,FileSize=1324,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1806670434,HashPart2=1360625701,HashPart3=-609983068,HashPart4=1351163245,,)

MSI (s) (3C:38) [11:30:56:218]: File: c:\ProgramData\VMware\cis\cfg\vmdird\vmdircert.pem; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:218]: Source for file 'vmdir_config_cert_pem.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vmdircert.pem,  Directory: c:\ProgramData\VMware\cis\cfg\vmdird\,  Size: 1324

MSI (s) (3C:38) [11:30:56:218]: Executing op: FileCopy(SourceName=vmdirkey.pem,SourceCabKey=vmdir_config_key_pem.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vmdirkey.pem,Attributes=512,FileSize=1706,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=418097452,HashPart2=321694392,HashPart3=-1669104462,HashPart4=-296022356,,)

MSI (s) (3C:38) [11:30:56:218]: File: c:\ProgramData\VMware\cis\cfg\vmdird\vmdirkey.pem; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:218]: Source for file 'vmdir_config_key_pem.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vmdirkey.pem,  Directory: c:\ProgramData\VMware\cis\cfg\vmdird\,  Size: 1706

MSI (s) (3C:38) [11:30:56:218]: Executing op: FileCopy(SourceName=n3um1cs3.ldi|vmdirschema.ldif,SourceCabKey=vmdir_config_schema_ldif.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vmdirschema.ldif,Attributes=512,FileSize=446737,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=980739552,HashPart2=1381023751,HashPart3=-932484403,HashPart4=1664392744,,)

MSI (s) (3C:38) [11:30:56:218]: File: c:\ProgramData\VMware\cis\cfg\vmdird\vmdirschema.ldif; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:218]: Source for file 'vmdir_config_schema_ldif.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vmdirschema.ldif,  Directory: c:\ProgramData\VMware\cis\cfg\vmdird\,  Size: 446737

MSI (s) (3C:38) [11:30:56:218]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\)

MSI (s) (3C:38) [11:30:56:218]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\cis\vmdird\|VMware\Infrastructure\VMware\cis\vmdird\)

MSI (s) (3C:38) [11:30:56:218]: Executing op: FileCopy(SourceName=fxjjgv0t.py|vmdir_fbcore.py,SourceCabKey=vmdir_first_boot_common_script_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vmdir_fbcore.py,Attributes=512,FileSize=5586,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-323154837,HashPart2=-1977280187,HashPart3=-776480829,HashPart4=429052429,,)

MSI (s) (3C:38) [11:30:56:218]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vmdir_fbcore.py; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:218]: Source for file 'vmdir_first_boot_common_script_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vmdir_fbcore.py,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 5586

MSI (s) (3C:38) [11:30:56:218]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\)

MSI (s) (3C:38) [11:30:56:218]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\cis\jvf180ae\|VMware\Infrastructure\VMware\cis\firstboot\)

MSI (s) (3C:38) [11:30:56:218]: Executing op: FileCopy(SourceName=myef4r6o.py|vmdir-firstboot.py,SourceCabKey=vmdir_first_boot_script_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vmdir-firstboot.py,Attributes=512,FileSize=9137,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1841460906,HashPart2=467477455,HashPart3=522732209,HashPart4=1266360874,,)

MSI (s) (3C:38) [11:30:56:218]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\vmdir-firstboot.py; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:218]: Source for file 'vmdir_first_boot_script_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vmdir-firstboot.py,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\,  Size: 9137

MSI (s) (3C:38) [11:30:56:234]: Executing op: SetTargetFolder(Folder=c:\Windows\system32\)

MSI (s) (3C:38) [11:30:56:234]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\|VMware\Infrastructure\)

MSI (s) (3C:38) [11:30:56:234]: Executing op: FileCopy(SourceName=idm.dll,SourceCabKey=vmdir_libidm_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=idm.dll,Attributes=512,FileSize=32848,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:234]: File: c:\Windows\system32\idm.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:234]: Source for file 'vmdir_libidm_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: idm.dll,  Directory: c:\Windows\system32\,  Size: 32848

MSI (s) (3C:38) [11:30:56:234]: Executing op: FileCopy(SourceName=sfdfbfgn.dll|libkrb5-crypto.dll,SourceCabKey=vmdir_libkrb5crypto_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=libkrb5-crypto.dll,Attributes=512,FileSize=1258064,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1440585902,HashPart2=418349408,HashPart3=-2014961940,HashPart4=890963656,,)

MSI (s) (3C:38) [11:30:56:234]: File: c:\Windows\system32\libkrb5-crypto.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:234]: Source for file 'vmdir_libkrb5crypto_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: libkrb5-crypto.dll,  Directory: c:\Windows\system32\,  Size: 1258064

MSI (s) (3C:38) [11:30:56:234]: Executing op: FileCopy(SourceName=5_3c0tzo.dll|libvmdirclient.dll,SourceCabKey=vmdir_libvmdirclient_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=libvmdirclient.dll,Attributes=512,FileSize=1538640,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:234]: File: c:\Windows\system32\libvmdirclient.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:234]: Source for file 'vmdir_libvmdirclient_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: libvmdirclient.dll,  Directory: c:\Windows\system32\,  Size: 1538640

MSI (s) (3C:38) [11:30:56:249]: Executing op: FileCopy(SourceName=f-uwqii9.dll|libvmdirlogging.dll,SourceCabKey=vmdir_libvmdirlogging_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=libvmdirlogging.dll,Attributes=512,FileSize=18512,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:249]: File: c:\Windows\system32\libvmdirlogging.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:249]: Source for file 'vmdir_libvmdirlogging_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: libvmdirlogging.dll,  Directory: c:\Windows\system32\,  Size: 18512

MSI (s) (3C:38) [11:30:56:249]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\)

MSI (s) (3C:38) [11:30:56:249]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\cis\vmdird\|VMware\Infrastructure\VMware\cis\vmdird\)

MSI (s) (3C:38) [11:30:56:249]: Executing op: FileCopy(SourceName=vmdird.exe,SourceCabKey=vmdir_service_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vmdird.exe,Attributes=512,FileSize=2029136,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:249]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vmdird.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:249]: Source for file 'vmdir_service_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vmdird.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 2029136

MSI (s) (3C:38) [11:30:56:281]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\cis\cfg\vm-support\)

MSI (s) (3C:38) [11:30:56:281]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\cis\cfg\3nwwye2d\|CommonAppDataFolder\VMware\cis\cfg\vm-support\)

MSI (s) (3C:38) [11:30:56:281]: Executing op: FileCopy(SourceName=vmdir.mfx,SourceCabKey=vmdir_support_bundle_mfx_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vmdir.mfx,Attributes=512,FileSize=836,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=953664185,HashPart2=1239024834,HashPart3=1718134223,HashPart4=-179980122,,)

MSI (s) (3C:38) [11:30:56:281]: File: c:\ProgramData\VMware\cis\cfg\vm-support\vmdir.mfx; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:281]: Source for file 'vmdir_support_bundle_mfx_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vmdir.mfx,  Directory: c:\ProgramData\VMware\cis\cfg\vm-support\,  Size: 836

MSI (s) (3C:38) [11:30:56:281]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\)

MSI (s) (3C:38) [11:30:56:281]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\cis\vmdird\|VMware\Infrastructure\VMware\cis\vmdird\)

MSI (s) (3C:38) [11:30:56:281]: Executing op: FileCopy(SourceName=keuilp_n.exe|vdcadmintool.exe,SourceCabKey=vmdir_vdcadmintool_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vdcadmintool.exe,Attributes=512,FileSize=1430096,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:281]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vdcadmintool.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:281]: Source for file 'vmdir_vdcadmintool_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vdcadmintool.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 1430096

MSI (s) (3C:38) [11:30:56:296]: Executing op: FileCopy(SourceName=tzhpi9tg.exe|vdcbackup.exe,SourceCabKey=vmdir_vdcbackup_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vdcbackup.exe,Attributes=512,FileSize=20048,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:296]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vdcbackup.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:296]: Source for file 'vmdir_vdcbackup_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vdcbackup.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 20048

MSI (s) (3C:38) [11:30:56:296]: Executing op: FileCopy(SourceName=vdcmerge.exe,SourceCabKey=vmdir_vdcmerge_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vdcmerge.exe,Attributes=512,FileSize=18000,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:296]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vdcmerge.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:296]: Source for file 'vmdir_vdcmerge_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vdcmerge.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 18000

MSI (s) (3C:38) [11:30:56:296]: Executing op: FileCopy(SourceName=vdcpromo.exe,SourceCabKey=vmdir_vdcpromo_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vdcpromo.exe,Attributes=512,FileSize=37968,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:296]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vdcpromo.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:296]: Source for file 'vmdir_vdcpromo_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vdcpromo.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 37968

MSI (s) (3C:38) [11:30:56:296]: Executing op: FileCopy(SourceName=a9rwf-iw.exe|vdcrepadmin.exe,SourceCabKey=vmdir_vdcrepadmin_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vdcrepadmin.exe,Attributes=512,FileSize=21584,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:296]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vdcrepadmin.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:296]: Source for file 'vmdir_vdcrepadmin_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vdcrepadmin.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 21584

MSI (s) (3C:38) [11:30:56:312]: Executing op: FileCopy(SourceName=c7vgxado.exe|vdcsetupldu.exe,SourceCabKey=vmdir_vdcsetupldu_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vdcsetupldu.exe,Attributes=512,FileSize=20048,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:312]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vdcsetupldu.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:312]: Source for file 'vmdir_vdcsetupldu_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vdcsetupldu.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 20048

MSI (s) (3C:38) [11:30:56:312]: Executing op: FileCopy(SourceName=vdcsplit.exe,SourceCabKey=vmdir_vdcsplit_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39,DestName=vdcsplit.exe,Attributes=512,FileSize=18000,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:312]: File: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vdcsplit.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:312]: Source for file 'vmdir_vdcsplit_file.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39' is compressed

InstallFiles: File: vdcsplit.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,  Size: 18000

MSI (s) (3C:38) [11:30:56:312]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\)

MSI (s) (3C:38) [11:30:56:312]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\e0c9dm3f\|VMware\Infrastructure\VMware\CIS\firstboot\)

MSI (s) (3C:38) [11:30:56:312]: Executing op: FileCopy(SourceName=i4tpmcbj.py|vmidentity-firstboot.py,SourceCabKey=vmidentity_firstboot_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmidentity-firstboot.py,Attributes=512,FileSize=27360,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-679687046,HashPart2=1081153436,HashPart3=1750963579,HashPart4=816111666,,)

MSI (s) (3C:38) [11:30:56:312]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\vmidentity-firstboot.py; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:312]: Source for file 'vmidentity_firstboot_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmidentity-firstboot.py,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\,  Size: 27360

MSI (s) (3C:38) [11:30:56:312]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\)

MSI (s) (3C:38) [11:30:56:312]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\8gnyfi1g\|VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\)

MSI (s) (3C:38) [11:30:56:312]: Executing op: FileCopy(SourceName=rmoibixk.wsf|sso-support.wsf,SourceCabKey=vmidentity_vcsupport_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sso-support.wsf,Attributes=512,FileSize=20613,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-357492655,HashPart2=2090454804,HashPart3=1860390217,HashPart4=-242856195,,)

MSI (s) (3C:38) [11:30:56:312]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\sso-support.wsf; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:312]: Source for file 'vmidentity_vcsupport_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sso-support.wsf,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\,  Size: 20613

MSI (s) (3C:38) [11:30:56:312]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\)

MSI (s) (3C:38) [11:30:56:312]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\vmkdcd\|VMware\Infrastructure\VMware\CIS\vmkdcd\)

MSI (s) (3C:38) [11:30:56:312]: Executing op: FileCopy(SourceName=libeay32.dll,SourceCabKey=vmkdc_libopenssl_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73,DestName=libeay32.dll,Attributes=512,FileSize=1802752,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.1.5,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:312]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\libeay32.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:312]: Source for file 'vmkdc_libopenssl_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73' is compressed

InstallFiles: File: libeay32.dll,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,  Size: 1802752

MSI (s) (3C:38) [11:30:56:469]: Executing op: FileCopy(SourceName=vjx8jqs9.dll|libvmdirclient.dll,SourceCabKey=vmkdc_libvmdirclient_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73,DestName=libvmdirclient.dll,Attributes=512,FileSize=1538640,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:469]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\libvmdirclient.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:469]: Source for file 'vmkdc_libvmdirclient_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73' is compressed

InstallFiles: File: libvmdirclient.dll,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,  Size: 1538640

MSI (s) (3C:38) [11:30:56:499]: Executing op: FileCopy(SourceName=fva7a-iw.dll|libvmkdcclient.dll,SourceCabKey=vmkdc_libvmkdcclient_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73,DestName=libvmkdcclient.dll,Attributes=512,FileSize=28752,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:499]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\libvmkdcclient.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:499]: Source for file 'vmkdc_libvmkdcclient_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73' is compressed

InstallFiles: File: libvmkdcclient.dll,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,  Size: 28752

MSI (s) (3C:38) [11:30:56:499]: Executing op: FileCopy(SourceName=vmkdcd.exe,SourceCabKey=vmkdc_service_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73,DestName=vmkdcd.exe,Attributes=512,FileSize=483920,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:499]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\vmkdcd.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:499]: Source for file 'vmkdc_service_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73' is compressed

InstallFiles: File: vmkdcd.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,  Size: 483920

MSI (s) (3C:38) [11:30:56:515]: Executing op: FileCopy(SourceName=zif6nn63.exe|vmkdc_admin.exe,SourceCabKey=vmkdc_vmkdc_admin_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73,DestName=vmkdc_admin.exe,Attributes=512,FileSize=440400,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:515]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\vmkdc_admin.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:515]: Source for file 'vmkdc_vmkdc_admin_file.ACDAA168_4E09_4F90_8020_67DC95DCFA73' is compressed

InstallFiles: File: vmkdc_admin.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,  Size: 440400

MSI (s) (3C:38) [11:30:56:515]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\)

MSI (s) (3C:38) [11:30:56:515]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\1kkissux\bin\|VMware\Infrastructure\vmware-sasl\bin\)

MSI (s) (3C:38) [11:30:56:515]: Executing op: FileCopy(SourceName=libsasl.dll,SourceCabKey=vmware_cyrus_sasl_bin_libsasl.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42,DestName=libsasl.dll,Attributes=512,FileSize=98304,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.1.25.0,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:515]: File: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\libsasl.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:515]: Source for file 'vmware_cyrus_sasl_bin_libsasl.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42' is compressed

InstallFiles: File: libsasl.dll,  Directory: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\,  Size: 98304

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=libsasl.lib,SourceCabKey=vmware_cyrus_sasl_bin_libsasl.lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42,DestName=libsasl.lib,Attributes=512,FileSize=15416,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=522715644,HashPart2=-426066950,HashPart3=1011662965,HashPart4=1289579806,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\libsasl.lib; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_cyrus_sasl_bin_libsasl.lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42' is compressed

InstallFiles: File: libsasl.lib,  Directory: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\,  Size: 15416

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\1kkissux\bin\sasl2\|VMware\Infrastructure\vmware-sasl\bin\sasl2\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=v19vw14r.dll|saslGSSAPI.dll,SourceCabKey=vmware_cyrus_sasl_bin_sasl2_saslGSSAPI.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42,DestName=saslGSSAPI.dll,Attributes=512,FileSize=28160,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.1.25.0,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\saslGSSAPI.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_cyrus_sasl_bin_sasl2_saslGSSAPI.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42' is compressed

InstallFiles: File: saslGSSAPI.dll,  Directory: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\,  Size: 28160

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=vesnpuov.lib|saslGSSAPI.lib,SourceCabKey=vmware_cyrus_sasl_bin_sasl2_saslGSSAPI.lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42,DestName=saslGSSAPI.lib,Attributes=512,FileSize=2038,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-945597843,HashPart2=1565913658,HashPart3=-221542289,HashPart4=-1470799351,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\saslGSSAPI.lib; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_cyrus_sasl_bin_sasl2_saslGSSAPI.lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42' is compressed

InstallFiles: File: saslGSSAPI.lib,  Directory: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\,  Size: 2038

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\1kkissux\lib\|VMware\Infrastructure\vmware-sasl\lib\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=libsasl.dll,SourceCabKey=vmware_cyrus_sasl_cmulib_libsasl.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42,DestName=libsasl.dll,Attributes=512,FileSize=98304,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.1.25.0,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\libsasl.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_cyrus_sasl_cmulib_libsasl.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42' is compressed

InstallFiles: File: libsasl.dll,  Directory: c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\,  Size: 98304

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=libsasl.lib,SourceCabKey=vmware_cyrus_sasl_cmulib_libsasl.lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42,DestName=libsasl.lib,Attributes=512,FileSize=15416,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=522715644,HashPart2=-426066950,HashPart3=1011662965,HashPart4=1289579806,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\libsasl.lib; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_cyrus_sasl_cmulib_libsasl.lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42' is compressed

InstallFiles: File: libsasl.lib,  Directory: c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\,  Size: 15416

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetTargetFolder(Folder=c:\Windows\system32\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\|VMware\Infrastructure\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=libsasl.dll,SourceCabKey=vmware_cyrus_sasl_systemlib_libsasl.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42,DestName=libsasl.dll,Attributes=512,FileSize=98304,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.1.25.0,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Windows\system32\libsasl.dll; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_cyrus_sasl_systemlib_libsasl.dll.CAAFF77B_9024_4162_86F2_56DC10FEFF42' is compressed

InstallFiles: File: libsasl.dll,  Directory: c:\Windows\system32\,  Size: 98304

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\cqz_1kqf\sso\|VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=0eqb7iss.jar|exporttool.jar,SourceCabKey=vmware_identity_exporttool_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=exporttool.jar,Attributes=512,FileSize=149185,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-603804466,HashPart2=501319300,HashPart3=1065459008,HashPart4=574196070,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\exporttool.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_identity_exporttool_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: exporttool.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\,  Size: 149185

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:530]: Executing op: FileCopy(SourceName=j-omeffs.jar|vmware-identity-idm-client.jar,SourceCabKey=vmware_identity_idm_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmware-identity-idm-client.jar,Attributes=512,FileSize=58397,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1894970563,HashPart2=880248669,HashPart3=-332782230,HashPart4=-1530835240,,)

MSI (s) (3C:38) [11:30:56:530]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-client.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:530]: Source for file 'vmware_identity_idm_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmware-identity-idm-client.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 58397

MSI (s) (3C:38) [11:30:56:546]: Executing op: FileCopy(SourceName=eplzwv6c.jar|vmware-identity-idm-interface.jar,SourceCabKey=vmware_identity_idm_interface_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmware-identity-idm-interface.jar,Attributes=512,FileSize=103515,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-538297703,HashPart2=-1597492361,HashPart3=-1288877590,HashPart4=43564749,,)

MSI (s) (3C:38) [11:30:56:546]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-interface.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:546]: Source for file 'vmware_identity_idm_interface_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmware-identity-idm-interface.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 103515

MSI (s) (3C:38) [11:30:56:546]: Executing op: FileCopy(SourceName=6lfgozyu.jar|vmware-identity-platform.jar,SourceCabKey=vmware_identity_idm_platform_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmware-identity-platform.jar,Attributes=512,FileSize=294615,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1356898459,HashPart2=-1614663982,HashPart3=1019234586,HashPart4=-108374457,,)

MSI (s) (3C:38) [11:30:56:546]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-platform.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:546]: Source for file 'vmware_identity_idm_platform_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmware-identity-platform.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 294615

MSI (s) (3C:38) [11:30:56:546]: Executing op: FileCopy(SourceName=nh5rq8sh.jar|vmware-identity-idm-server.jar,SourceCabKey=vmware_identity_idm_server_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmware-identity-idm-server.jar,Attributes=512,FileSize=521688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1703457987,HashPart2=-202593483,HashPart3=1095923668,HashPart4=-87659874,,)

MSI (s) (3C:38) [11:30:56:546]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-idm-server.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:546]: Source for file 'vmware_identity_idm_server_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmware-identity-idm-server.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 521688

MSI (s) (3C:38) [11:30:56:546]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:546]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\webapps\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:546]: Executing op: FileCopy(SourceName=ims.war,SourceCabKey=vmware_identity_ims_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=ims.war,Attributes=512,FileSize=166082,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-517608487,HashPart2=573698307,HashPart3=-1785019253,HashPart4=666976687,,)

MSI (s) (3C:38) [11:30:56:546]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\ims.war; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:546]: Source for file 'vmware_identity_ims_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: ims.war,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\,  Size: 166082

MSI (s) (3C:38) [11:30:56:546]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:546]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:546]: Executing op: FileCopy(SourceName=p-8ocgzj.jar|vmware-identity-install.jar,SourceCabKey=vmware_identity_install_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmware-identity-install.jar,Attributes=512,FileSize=25517,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1353754604,HashPart2=-142893819,HashPart3=1004422463,HashPart4=1402828623,,)

MSI (s) (3C:38) [11:30:56:546]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-install.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:546]: Source for file 'vmware_identity_install_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmware-identity-install.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 25517

MSI (s) (3C:38) [11:30:56:561]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\)

MSI (s) (3C:38) [11:30:56:561]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\cqz_1kqf\sso\|VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\)

MSI (s) (3C:38) [11:30:56:561]: Executing op: FileCopy(SourceName=yzhorsse.jar|migrationtool.jar,SourceCabKey=vmware_identity_migrationtool_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=migrationtool.jar,Attributes=512,FileSize=60426,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1128276128,HashPart2=-1877874632,HashPart3=-576698524,HashPart4=-1562084256,,)

MSI (s) (3C:38) [11:30:56:561]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\migrationtool.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:561]: Source for file 'vmware_identity_migrationtool_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: migrationtool.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\,  Size: 60426

MSI (s) (3C:38) [11:30:56:561]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:561]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:561]: Executing op: FileCopy(SourceName=j0zcxxgs.jar|samltoken.jar,SourceCabKey=vmware_identity_samltoken_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=samltoken.jar,Attributes=512,FileSize=149639,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1053669029,HashPart2=-135960221,HashPart3=285803930,HashPart4=-1642380791,,)

MSI (s) (3C:38) [11:30:56:561]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\samltoken.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:561]: Source for file 'vmware_identity_samltoken_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: samltoken.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 149639

MSI (s) (3C:38) [11:30:56:561]: Executing op: FileCopy(SourceName=2cybqr7s.exe|VMwareIdentityMgmtService.exe,SourceCabKey=vmware_identity_service_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=VMwareIdentityMgmtService.exe,Attributes=512,FileSize=99840,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.8.0,Language=1033,InstallMode=58982400,,,,,,,)

MSI (s) (3C:38) [11:30:56:561]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\VMwareIdentityMgmtService.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:561]: Source for file 'vmware_identity_service_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: VMwareIdentityMgmtService.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 99840

MSI (s) (3C:38) [11:30:56:561]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:561]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\webapps\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:561]: Executing op: FileCopy(SourceName=kwi0rle-.war|sso-adminserver.war,SourceCabKey=vmware_identity_sso_admin_server_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sso-adminserver.war,Attributes=512,FileSize=6938995,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=125949592,HashPart2=-757340829,HashPart3=736286205,HashPart4=656206309,,)

MSI (s) (3C:38) [11:30:56:561]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\sso-adminserver.war; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:561]: Source for file 'vmware_identity_sso_admin_server_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sso-adminserver.war,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\,  Size: 6938995

MSI (s) (3C:38) [11:30:56:577]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:577]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:577]: Executing op: FileCopy(SourceName=ttkvfecz.jar|vmware-identity-sso-config.jar,SourceCabKey=vmware_identity_sso_config_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmware-identity-sso-config.jar,Attributes=512,FileSize=3137,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=326220841,HashPart2=-1816854007,HashPart3=-1356029774,HashPart4=1280530362,,)

MSI (s) (3C:38) [11:30:56:577]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-sso-config.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:577]: Source for file 'vmware_identity_sso_config_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmware-identity-sso-config.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 3137

MSI (s) (3C:38) [11:30:56:577]: Executing op: FileCopy(SourceName=jowytrud.bat|sso-config.bat,SourceCabKey=vmware_identity_sso_config_script.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sso-config.bat,Attributes=512,FileSize=160,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1161715189,HashPart2=-1583279099,HashPart3=629045834,HashPart4=1387736101,,)

MSI (s) (3C:38) [11:30:56:577]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\sso-config.bat; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:577]: Source for file 'vmware_identity_sso_config_script.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sso-config.bat,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 160

MSI (s) (3C:38) [11:30:56:577]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\)

MSI (s) (3C:38) [11:30:56:577]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\cqz_1kqf\sso\|VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\)

MSI (s) (3C:38) [11:30:56:577]: Executing op: FileCopy(SourceName=3rluqs60.cmd|sso_export.cmd,SourceCabKey=vmware_identity_sso_export_cmd_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sso_export.cmd,Attributes=512,FileSize=1917,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-819396663,HashPart2=-111979106,HashPart3=-325032213,HashPart4=-449130399,,)

MSI (s) (3C:38) [11:30:56:577]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\sso_export.cmd; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:577]: Source for file 'vmware_identity_sso_export_cmd_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sso_export.cmd,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\,  Size: 1917

MSI (s) (3C:38) [11:30:56:577]: Executing op: FileCopy(SourceName=hvgcu_ka.cmd|sso_import.cmd,SourceCabKey=vmware_identity_sso_import_cmd_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sso_import.cmd,Attributes=512,FileSize=1324,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=628337090,HashPart2=-258137375,HashPart3=1093599055,HashPart4=-288923273,,)

MSI (s) (3C:38) [11:30:56:577]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\sso_import.cmd; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:577]: Source for file 'vmware_identity_sso_import_cmd_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sso_import.cmd,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\,  Size: 1324

MSI (s) (3C:38) [11:30:56:577]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:577]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\webapps\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:577]: Executing op: FileCopy(SourceName=sts.war,SourceCabKey=vmware_identity_sts_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=sts.war,Attributes=512,FileSize=16291933,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-184477561,HashPart2=-628312203,HashPart3=2018702066,HashPart4=226174366,,)

MSI (s) (3C:38) [11:30:56:577]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\sts.war; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:577]: Source for file 'vmware_identity_sts_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: sts.war,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\,  Size: 16291933

MSI (s) (3C:38) [11:30:56:608]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:608]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:608]: Executing op: FileCopy(SourceName=bmbuecpa.jar|vmware-identity-websso-client.jar,SourceCabKey=vmware_identity_websso_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=vmware-identity-websso-client.jar,Attributes=512,FileSize=86336,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1195256596,HashPart2=-1450353977,HashPart3=766594365,HashPart4=521966241,,)

MSI (s) (3C:38) [11:30:56:608]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vmware-identity-websso-client.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:608]: Source for file 'vmware_identity_websso_client_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: vmware-identity-websso-client.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 86336

MSI (s) (3C:38) [11:30:56:608]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:608]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\webapps\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:608]: Executing op: FileCopy(SourceName=websso.war,SourceCabKey=vmware_identity_websso_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=websso.war,Attributes=512,FileSize=17228862,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1314142865,HashPart2=731356332,HashPart3=2130784424,HashPart4=-1145898231,,)

MSI (s) (3C:38) [11:30:56:608]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\websso.war; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:608]: Source for file 'vmware_identity_websso_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: websso.war,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\,  Size: 17228862

MSI (s) (3C:38) [11:30:56:639]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:639]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\|VMware\Infrastructure\VMware\CIS\vmware-sso\)

MSI (s) (3C:38) [11:30:56:639]: Executing op: FileCopy(SourceName=lexeiq1e.jar|wstClient.jar,SourceCabKey=vmware_identity_wstclient_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=wstClient.jar,Attributes=512,FileSize=186478,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1098217835,HashPart2=-1293971946,HashPart3=1042667003,HashPart4=1749173501,,)

MSI (s) (3C:38) [11:30:56:639]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\wstClient.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:639]: Source for file 'vmware_identity_wstclient_jar_file_lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: wstClient.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,  Size: 186478

MSI (s) (3C:38) [11:30:56:655]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:655]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\webapps\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\webapps\)

MSI (s) (3C:38) [11:30:56:655]: Executing op: FileCopy(SourceName=rc3jixqu.war|lookupservice.war,SourceCabKey=vmware_lookupservice_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=lookupservice.war,Attributes=512,FileSize=6682039,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1821885974,HashPart2=1645366275,HashPart3=-1741083211,HashPart4=-61352454,,)

MSI (s) (3C:38) [11:30:56:655]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\lookupservice.war; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:655]: Source for file 'vmware_lookupservice_war_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: lookupservice.war,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\,  Size: 6682039

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\conf\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: FileCopy(SourceName=web.xml,SourceCabKey=web.xml.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=web.xml,Attributes=512,FileSize=130876,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1906692458,HashPart2=1239838596,HashPart3=162149632,HashPart4=972938661,,)

MSI (s) (3C:38) [11:30:56:671]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\web.xml; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:671]: Source for file 'web.xml.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: web.xml,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\,  Size: 130876

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: FileCopy(SourceName=smdtmhh4.jar|woodstox-core-asl-4.0.5.jar,SourceCabKey=woodstox_core_asl_4_0_5_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=woodstox-core-asl-4.0.5.jar,Attributes=512,FileSize=481778,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=633164245,HashPart2=-1509521941,HashPart3=-854119251,HashPart4=-1883478393,,)

MSI (s) (3C:38) [11:30:56:671]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\woodstox-core-asl-4.0.5.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:671]: Source for file 'woodstox_core_asl_4_0_5_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: woodstox-core-asl-4.0.5.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 481778

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetTargetFolder(Folder=c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetSourceFolder(Folder=1\yhcj5x6n\VMware\CIS\runtime\7_u2wpfo\conf\|CommonAppDataFolder\VMware\CIS\runtime\VMwareSTS\conf\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: FileCopy(SourceName=ky74inro.ori|wrapper.conf.orig,SourceCabKey=wrapper.conf.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=wrapper.conf.orig,Attributes=512,FileSize=5105,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=536693367,HashPart2=-890365347,HashPart3=1295372377,HashPart4=942640838,,)

MSI (s) (3C:38) [11:30:56:671]: File: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\wrapper.conf.orig; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:671]: Source for file 'wrapper.conf.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: wrapper.conf.orig,  Directory: c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\,  Size: 5105

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\lib\|VMware\Infrastructure\VMware\CIS\vmware-sso\lib\)

MSI (s) (3C:38) [11:30:56:671]: Executing op: FileCopy(SourceName=dzmddbje.jar|xalan-2.7.1.jar,SourceCabKey=xalan_2.7.1.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=xalan-2.7.1.jar,Attributes=512,FileSize=3176148,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=615332564,HashPart2=-1237073422,HashPart3=-819189387,HashPart4=-1669379857,,)

MSI (s) (3C:38) [11:30:56:671]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\xalan-2.7.1.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:671]: Source for file 'xalan_2.7.1.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: xalan-2.7.1.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 3176148

MSI (s) (3C:38) [11:30:56:702]: Executing op: FileCopy(SourceName=bnna4jdb.jar|xercesImpl-2.10.0.jar,SourceCabKey=xercesImpl_2.10.0.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=xercesImpl-2.10.0.jar,Attributes=512,FileSize=1363159,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=1211253612,HashPart2=1205692885,HashPart3=924998942,HashPart4=-1948306996,,)

MSI (s) (3C:38) [11:30:56:702]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\xercesImpl-2.10.0.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:702]: Source for file 'xercesImpl_2.10.0.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: xercesImpl-2.10.0.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 1363159

MSI (s) (3C:38) [11:30:56:717]: Executing op: FileCopy(SourceName=csa0fxj1.jar|xml-apis-2.10.0.jar,SourceCabKey=xml_apis_2.10.0.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=xml-apis-2.10.0.jar,Attributes=512,FileSize=220536,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-19486082,HashPart2=-899902811,HashPart3=-1947322772,HashPart4=-1649671618,,)

MSI (s) (3C:38) [11:30:56:717]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\xml-apis-2.10.0.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:717]: Source for file 'xml_apis_2.10.0.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: xml-apis-2.10.0.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 220536

MSI (s) (3C:38) [11:30:56:717]: Executing op: FileCopy(SourceName=phkljveg.jar|xml-resolver-1.2.jar,SourceCabKey=xml_resolver_1.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=xml-resolver-1.2.jar,Attributes=512,FileSize=84091,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=827550832,HashPart2=-285949626,HashPart3=1499903558,HashPart4=978851050,,)

MSI (s) (3C:38) [11:30:56:717]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\xml-resolver-1.2.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:717]: Source for file 'xml_resolver_1.2.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: xml-resolver-1.2.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 84091

MSI (s) (3C:38) [11:30:56:717]: Executing op: FileCopy(SourceName=dhwtf6sd.jar|xmltooling-1.3.3.jar,SourceCabKey=xmltooling_1.3.3.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=xmltooling-1.3.3.jar,Attributes=512,FileSize=623568,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-1367037111,HashPart2=223996156,HashPart3=-166121539,HashPart4=-106243160,,)

MSI (s) (3C:38) [11:30:56:717]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\xmltooling-1.3.3.jar; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:717]: Source for file 'xmltooling_1.3.3.jar_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: xmltooling-1.3.3.jar,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\,  Size: 623568

MSI (s) (3C:38) [11:30:56:717]: Executing op: SetTargetFolder(Folder=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\)

MSI (s) (3C:38) [11:30:56:717]: Executing op: SetSourceFolder(Folder=1\VMware\7wdbublg\VMware\CIS\mgfq04-3\8gnyfi1g\|VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\)

MSI (s) (3C:38) [11:30:56:717]: Executing op: FileCopy(SourceName=zip.exe,SourceCabKey=zip_exe_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=zip.exe,Attributes=512,FileSize=135168,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=-965240500,HashPart2=-1167169831,HashPart3=1899729767,HashPart4=1724771799,,)

MSI (s) (3C:38) [11:30:56:717]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\zip.exe; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:717]: Source for file 'zip_exe_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: zip.exe,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\,  Size: 135168

MSI (s) (3C:38) [11:30:56:733]: Executing op: FileCopy(SourceName=LICENSE,SourceCabKey=zip_license_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,DestName=LICENSE,Attributes=0,FileSize=3143,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=58982400,HashOptions=0,HashPart1=518954501,HashPart2=1965941942,HashPart3=1920622129,HashPart4=208587878,,)

MSI (s) (3C:38) [11:30:56:733]: File: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\LICENSE; To be installed; Won't patch; No existing file

MSI (s) (3C:38) [11:30:56:733]: Source for file 'zip_license_file.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C' is compressed

InstallFiles: File: LICENSE,  Directory: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\,  Size: 3143

MSI (s) (3C:38) [11:30:56:733]: Executing op: CacheSizeFlush(,)

MSI (s) (3C:38) [11:30:56:733]: Executing op: ActionStart(Name=WixRollbackFirewallExceptionsInstall,Description=Rolling back Windows Firewall configuration,)

Action 11:30:56: WixRollbackFirewallExceptionsInstall. Rolling back Windows Firewall configuration

MSI (s) (3C:38) [11:30:56:733]: Executing op: CustomActionSchedule(Action=WixRollbackFirewallExceptionsInstall,ActionType=3329,Source=BinaryData,Target=ExecFirewallExceptions,CustomActionData=1&#128;vCenter Single Sign-On - HTTPS&#128;2147483647&#128;*&#128;1&#128;1&#128;7444&#128;6&#128;1&#128;vCenter Single Sign-On - LDAP&#128;2147483647&#128;*&#128;1&#128;1&#128;11711&#128;6&#128;1&#128;vCenter Single Sign-On - LDAPS&#128;2147483647&#128;*&#128;1&#128;1&#128;11712&#128;6)

MSI (s) (3C:38) [11:30:56:733]: Executing op: ActionStart(Name=WixExecFirewallExceptionsInstall,Description=Installing Windows Firewall configuration,)

Action 11:30:56: WixExecFirewallExceptionsInstall. Installing Windows Firewall configuration

MSI (s) (3C:38) [11:30:56:733]: Executing op: CustomActionSchedule(Action=WixExecFirewallExceptionsInstall,ActionType=3073,Source=BinaryData,Target=ExecFirewallExceptions,CustomActionData=1&#128;vCenter Single Sign-On - HTTPS&#128;2147483647&#128;*&#128;1&#128;1&#128;7444&#128;6&#128;1&#128;vCenter Single Sign-On - LDAP&#128;2147483647&#128;*&#128;1&#128;1&#128;11711&#128;6&#128;1&#128;vCenter Single Sign-On - LDAPS&#128;2147483647&#128;*&#128;1&#128;1&#128;11712&#128;6)

MSI (s) (3C:18) [11:30:56:733]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI33BB.tmp, Entrypoint: ExecFirewallExceptions

MSI (s) (3C:E8) [11:30:56:733]: Generating random cookie.

MSI (s) (3C:E8) [11:30:56:749]: Created Custom Action Server with PID 1312 (0x520).

MSI (s) (3C:24) [11:30:56:765]: Running as a service.

MSI (s) (3C:24) [11:30:56:765]: Hello, I'm your 32bit Elevated custom action server.

ExecFirewallExceptions:  Entering ExecFirewallExceptions in C:\Windows\Installer\MSI33BB.tmp, version 3.5.2519.0

ExecFirewallExceptions:  Installing firewall exception2 vCenter Single Sign-On - HTTPS on port 7444, protocol 6

ExecFirewallExceptions:  Installing firewall exception2 vCenter Single Sign-On - LDAP on port 11711, protocol 6

ExecFirewallExceptions:  Installing firewall exception2 vCenter Single Sign-On - LDAPS on port 11712, protocol 6

MSI (s) (3C:38) [11:30:56:795]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1])

Action 11:30:56: CreateShortcuts. Creating shortcuts

MSI (s) (3C:38) [11:30:56:795]: Executing op: IconCreate(Icon=add_remove_programs_icon,Data=BinaryData)

CreateShortcuts: Shortcut: add_remove_programs_icon

MSI (s) (3C:38) [11:30:56:795]: Executing op: SetTargetFolder(Folder=23\VMware\)

MSI (s) (3C:38) [11:30:56:795]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs

MSI (s) (3C:38) [11:30:56:795]: Executing op: ShortcutCreate(Name=GENERA~1|Generate vCenter Single Sign-On log bundle,,,FileName=c:\Windows\system32\\cscript.exe,Arguments="c:\Program Files\VMware\Infrastructure\VMware\cis\vmware-sso\vm-support\sso-support.wsf" /z,,,,,ShowCmd=1,,,,,)

CreateShortcuts: Shortcut: GENERA~1|Generate vCenter Single Sign-On log bundle

MSI (s) (3C:38) [11:30:56:811]: Executing op: ActionStart(Name=WriteRegistryValues,Description=Writing system registry values,Template=Key: [1], Name: [2], Value: [3])

Action 11:30:56: WriteRegistryValues. Writing system registry values

MSI (s) (3C:38) [11:30:56:811]: Executing op: ProgressTotal(Total=71,Type=1,ByteEquivalent=13200)

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegOpenKey(Root=-2147483647,Key=Software\VMware, Inc.\vCenter Single Sign-On,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SingleSignOn,Value=#1,)

WriteRegistryValues: Key: \Software\VMware, Inc.\vCenter Single Sign-On, Name: SingleSignOn, Value: #1

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware\Identity\Configuration,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=StsLocalTcPort,Value=7444,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: StsLocalTcPort, Value: 7444

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=StsTcPort,Value=7444,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: StsTcPort, Value: 7444

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: , Value:

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=ConfigStoreType,Value=VMWARE_DIRECTORY,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: ConfigStoreType, Value: VMWARE_DIRECTORY

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=Multitenant,Value=#0,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: Multitenant, Value: #0

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SPSystemDomainBackCompat,Value=#0,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SPSystemDomainBackCompat, Value: #0

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SPSystemDomainAlias,Value=SYSTEM-DOMAIN,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SPSystemDomainAlias, Value: SYSTEM-DOMAIN

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SPSystemDomainUserAliases,Value=[~]__Administrators__@Administrators,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SPSystemDomainUserAliases, Value: [~]__Administrators__@Administrators

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SystemDomainSearchTimeout,Value=#0,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SystemDomainSearchTimeout, Value: #0

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SystemDomainAttributesMap,Value=[~]http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname:givenName,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SystemDomainAttributesMap, Value: [~]http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname:givenName

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SystemDomainAttributesMap,Value=[~]http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname:sn,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SystemDomainAttributesMap, Value: [~]http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname:sn

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SystemDomainAttributesMap,Value=[~]http://rsa.com/schemas/attr-names/2009/01/GroupIdentity:memberOf,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SystemDomainAttributesMap, Value: [~]http://rsa.com/schemas/attr-names/2009/01/GroupIdentity:memberOf

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SystemDomainAttributesMap,Value=[~]http://vmware.com/schemas/attr-names/2011/07/isSolution:subjectType,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SystemDomainAttributesMap, Value: [~]http://vmware.com/schemas/attr-names/2011/07/isSolution:subjectType

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SystemDomainAttributesMap,Value=[~]http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress:emailAddress,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SystemDomainAttributesMap, Value: [~]http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress:emailAddress

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=SystemDomainAttributesMap,Value=[~]http://schemas.xmlsoap.org/claims/UPN:userPrincipalName,)

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: SystemDomainAttributesMap, Value: [~]http://schemas.xmlsoap.org/claims/UPN:userPrincipalName

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\VMware\Identity\Configuration, Name: , Value:

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=FqdnIp,,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer, Name: FqdnIp, Value:

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=HttpsPort,Value=7444,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer, Name: HttpsPort, Value: 7444

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=InstalledVersion,Value=5.5.0.297,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer, Name: InstalledVersion, Value: 5.5.0.297

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=PreviousVersions,Value= ,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer, Name: PreviousVersions, Value: 

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Infrastructure\SSOServer, Name: , Value:

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=UninstallString,Value=MsiExec.exe /I {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} REMOVE=ALL /qr,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: UninstallString, Value: MsiExec.exe /I {7C3F207B-9D5B-46E4-B57E-C5456FEC1691} REMOVE=ALL /qr

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=DisplayIcon,Value=c:\Program Files\VMware\Infrastructure\Single Sign-On\\sso.ico,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: DisplayIcon, Value: c:\Program Files\VMware\Infrastructure\Single Sign-On\\sso.ico

MSI (s) (3C:38) [11:30:56:811]: Executing op: RegAddValue(Name=DisplayName,Value=vCenter Single Sign-On,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: DisplayName, Value: vCenter Single Sign-On

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=DisplayVersion,Value=5.5.0.297,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: DisplayVersion, Value: 5.5.0.297

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=HelpLink,Value=http://www.vmware.com/support,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: HelpLink, Value: http://www.vmware.com/support

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=InstallDate,,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: InstallDate, Value:

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=InstallLocation,Value=c:\Program Files\VMware\Infrastructure\,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: InstallLocation, Value: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=InstallSource,Value=c:\Program Files\VMware\Infrastructure\,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: InstallSource, Value: c:\Program Files\VMware\Infrastructure\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=NoModify,Value=#1,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: NoModify, Value: #1

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=NoRepair,Value=#1,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: NoRepair, Value: #1

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=Publisher,Value=VMware, Inc.,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: Publisher, Value: VMware, Inc.

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=Size,,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: Size, Value:

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=URLInfoAbout,Value=http://www.vmware.com,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: URLInfoAbout, Value: http://www.vmware.com

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=VersionMajor,Value=#5,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: VersionMajor, Value: #5

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=VersionMinor,Value=#5,)

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: VersionMinor, Value: #5

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\vCenter Single Sign-On, Name: , Value:

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Carnegie Mellon\Project Cyrus\SASL Library,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=SearchPath,Value=c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2,)

WriteRegistryValues: Key: \SOFTWARE\Carnegie Mellon\Project Cyrus\SASL Library, Name: SearchPath, Value: c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\Carnegie Mellon\Project Cyrus\SASL Library, Name: , Value:

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Directory Services,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=InstallPath,Value=c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Directory Services, Name: InstallPath, Value: c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=ConfigPath,Value=c:\ProgramData\VMware\cis\cfg\vmdird\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Directory Services, Name: ConfigPath, Value: c:\ProgramData\VMware\cis\cfg\vmdird\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=DataPath,Value=c:\ProgramData\VMware\cis\data\vmdird\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Directory Services, Name: DataPath, Value: c:\ProgramData\VMware\cis\data\vmdird\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=LogsPath,Value=c:\ProgramData\VMware\cis\logs\vmdird\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Directory Services, Name: LogsPath, Value: c:\ProgramData\VMware\cis\logs\vmdird\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Directory Services, Name: , Value:

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegOpenKey(Root=-2147483646,Key=SYSTEM\CurrentControlSet\services\VMwareDirectoryService,SecurityDescriptor=BinaryData,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\services\VMwareDirectoryService, Name: , Value:

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegOpenKey(Root=-2147483646,Key=System\CurrentControlSet\Services\VMwareDirectoryService\Parameters,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=LdapPort,Value=#11711,)

WriteRegistryValues: Key: \System\CurrentControlSet\Services\VMwareDirectoryService\Parameters, Name: LdapPort, Value: #11711

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \System\CurrentControlSet\Services\VMwareDirectoryService\Parameters, Name: , Value:

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Kdc Services,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=InstallPath,Value=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Kdc Services, Name: InstallPath, Value: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=DataPath,Value=c:\ProgramData\VMware\CIS\data\vmkdcd\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Kdc Services, Name: DataPath, Value: c:\ProgramData\VMware\CIS\data\vmkdcd\

MSI (s) (3C:38) [11:30:56:827]: Executing op: RegAddValue(Name=LogsPath,Value=c:\ProgramData\VMware\CIS\logs\vmkdcd\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Kdc Services, Name: LogsPath, Value: c:\ProgramData\VMware\CIS\logs\vmkdcd\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=ConfigPath,Value=c:\ProgramData\VMware\CIS\cfg\vmkdcd\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Kdc Services, Name: ConfigPath, Value: c:\ProgramData\VMware\CIS\cfg\vmkdcd\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Kdc Services, Name: , Value:

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegOpenKey(Root=-2147483646,Key=SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=KerberosPort,Value=#88,)

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: KerberosPort, Value: #88

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=DefaultRealm,Value=VSPHERE.LOCAL,)

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: DefaultRealm, Value: VSPHERE.LOCAL

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=ClockSkew,Value=#300,)

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: ClockSkew, Value: #300

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=MaxLife,Value=#28800,)

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: MaxLife, Value: #28800

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=MaxRenewableLife,Value=#604800,)

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: MaxRenewableLife, Value: #604800

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=KeytabPath,Value=c:\ProgramData\VMware\CIS\cfg\vmkdcd\krb5.keytab,)

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: KeytabPath, Value: c:\ProgramData\VMware\CIS\cfg\vmkdcd\krb5.keytab

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=LogFile,Value=c:\ProgramData\VMware\CIS\logs\vmkdcd\vmkdcd.log,)

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: LogFile, Value: c:\ProgramData\VMware\CIS\logs\vmkdcd\vmkdcd.log

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SYSTEM\CurrentControlSet\Services\VMwareKdcService\Parameters, Name: , Value:

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Certificate Services,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=DataPath,Value=C:\ProgramData\\VMware\cis\data\vmca,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Certificate Services, Name: DataPath, Value: C:\ProgramData\\VMware\cis\data\vmca

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=InstallPath,Value=c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Certificate Services, Name: InstallPath, Value: c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Certificate Services, Name: , Value:

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\VMware, Inc.\VMware Identity Services,,BinaryType=1,,)

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=DataPath,Value=c:\ProgramData\VMware\CIS\data\vmware-sso\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Identity Services, Name: DataPath, Value: c:\ProgramData\VMware\CIS\data\vmware-sso\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=LogsPath,Value=c:\ProgramData\VMware\CIS\logs\vmware-sso\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Identity Services, Name: LogsPath, Value: c:\ProgramData\VMware\CIS\logs\vmware-sso\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=ConfigPath,Value=c:\ProgramData\VMware\CIS\cfg\vmware-sso\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Identity Services, Name: ConfigPath, Value: c:\ProgramData\VMware\CIS\cfg\vmware-sso\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=InstallPath,Value=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Identity Services, Name: InstallPath, Value: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=FirstbootPath,Value=c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Identity Services, Name: FirstbootPath, Value: c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegAddValue(Name=SSOUpgradeToolsPath,Value=c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\,)

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Identity Services, Name: SSOUpgradeToolsPath, Value: c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\

MSI (s) (3C:38) [11:30:56:842]: Executing op: RegCreateKey()

WriteRegistryValues: Key: \SOFTWARE\VMware, Inc.\VMware Identity Services, Name: , Value:

MSI (s) (3C:38) [11:30:56:842]: Executing op: ActionStart(Name=InstallServices,Description=Installing new services,Template=Service: [2])

Action 11:30:56: InstallServices. Installing new services

MSI (s) (3C:38) [11:30:56:842]: Executing op: ProgressTotal(Total=4,Type=1,ByteEquivalent=1300000)

MSI (s) (3C:38) [11:30:56:842]: Executing op: ServiceInstall(Name=VMWareDirectoryService,DisplayName=VMware Directory Service,ImagePath="c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\vmdird.exe" -l 0,ServiceType=16,StartType=2,ErrorControl=32769,,Dependencies=RpcSs[~][~][~],,,Password=**********,Description=VMware Directory Service,,)

InstallServices: Service:

MSI (s) (3C:38) [11:30:56:842]: Executing op: ServiceInstall(Name=VMwareKdcService,DisplayName=VMware Kdc Service,ImagePath="c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\vmkdcd.exe",ServiceType=16,StartType=2,ErrorControl=32769,,Dependencies=[~],,,Password=**********,Description=VMware Kdc Service,,)

InstallServices: Service:

MSI (s) (3C:38) [11:30:56:858]: Executing op: ServiceInstall(Name=VMWareCertificateService,DisplayName=VMware Certificate Service,ImagePath="c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\vmcad.exe",ServiceType=16,StartType=2,ErrorControl=32769,,Dependencies=RpcSs[~][~][~],,,Password=**********,Description=VMware Certificate Service,,)

InstallServices: Service:

MSI (s) (3C:38) [11:30:56:858]: Executing op: ServiceInstall(Name=VMwareIdentityMgmtService,DisplayName=VMware Identity Management Service,ImagePath="c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\VMwareIdentityMgmtService.exe" service VMwareIdentityMgmtService,ServiceType=16,StartType=2,ErrorControl=32769,,Dependencies=Tcpip[~]VMWareDirectoryService[~][~][~],,,Password=**********,Description=VMware Identity Management Service,,)

InstallServices: Service:

MSI (s) (3C:38) [11:30:56:858]: Executing op: ActionStart(Name=RollbackServiceConfig,,)

Action 11:30:56: RollbackServiceConfig.

MSI (s) (3C:38) [11:30:56:858]: Executing op: CustomActionSchedule(Action=RollbackServiceConfig,ActionType=3329,Source=BinaryData,Target=RollbackServiceConfig,CustomActionData=SchedServiceConfig)

MSI (s) (3C:38) [11:30:56:858]: Executing op: ActionStart(Name=ExecServiceConfig,,)

Action 11:30:56: ExecServiceConfig.

MSI (s) (3C:38) [11:30:56:858]: Executing op: CustomActionSchedule(Action=ExecServiceConfig,ActionType=3073,Source=BinaryData,Target=ExecServiceConfig,CustomActionData=SchedServiceConfig&#128;VMWareDirectoryService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMwareKdcService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMWareCertificateService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMwareIdentityMgmtService&#128;1&#128;restart&#128;restart&#128;restart&#128;1&#128;10&#128;&#128;)

MSI (s) (3C:10) [11:30:56:858]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI3439.tmp, Entrypoint: ExecServiceConfig

ExecServiceConfig:  Entering ExecServiceConfig in C:\Windows\Installer\MSI3439.tmp, version 3.5.2519.0

ExecServiceConfig:  Configuring Service: VMWareDirectoryService

ExecServiceConfig:  Configuring Service: VMwareKdcService

ExecServiceConfig:  Configuring Service: VMWareCertificateService

ExecServiceConfig:  Configuring Service: VMwareIdentityMgmtService

MSI (s) (3C:38) [11:30:56:873]: Executing op: ActionStart(Name=vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,,)

Action 11:30:56: vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C.

MSI (s) (3C:38) [11:30:56:873]: Executing op: CustomActionSchedule(Action=vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C,ActionType=3073,Source=BinaryData,Target=CAQuietExec64,CustomActionData="c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\\VMwareIdentityMgmtService.exe" update VMwareIdentityMgmtService --Startup=auto)

MSI (s) (3C:1C) [11:30:56:873]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI3449.tmp, Entrypoint: CAQuietExec64

CAQuietExec64:  Entering CAQuietExec64 in C:\Windows\Installer\MSI3449.tmp, version 3.5.2519.0

CAQuietExec64:  "c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\\VMwareIdentityMgmtService.exe" update VMwareIdentityMgmtService --Startup=auto

MSI (s) (3C:38) [11:30:56:905]: Executing op: ActionStart(Name=StartServices,Description=Starting services,Template=Service: [1])

Action 11:30:56: StartServices. Starting services

MSI (s) (3C:38) [11:30:56:905]: Executing op: ProgressTotal(Total=3,Type=1,ByteEquivalent=1300000)

MSI (s) (3C:38) [11:30:56:905]: Executing op: ServiceControl(,Name=VMWareDirectoryService,Action=1,Wait=1,)

StartServices: Service: VMware Directory Service

MSI (s) (3C:38) [11:30:58:995]: Executing op: ServiceControl(,Name=VMwareKdcService,Action=1,Wait=1,)

StartServices: Service: VMware Kdc Service

MSI (s) (3C:38) [11:31:00:072]: Executing op: ServiceControl(,Name=VMWareCertificateService,Action=1,Wait=1,)

StartServices: Service: VMware Certificate Service

MSI (s) (3C:38) [11:31:01:632]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])

Action 11:31:01: RegisterProduct. Registering product

MSI (s) (3C:38) [11:31:01:632]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=media1.cab,BytesPerTick=0,CopierType=2,ModuleFileName=c:\Windows\Installer\176cad.msi,,,,,IsFirstPhysicalMedia=1)

MSI (s) (3C:38) [11:31:01:632]: Executing op: DatabaseCopy(DatabasePath=c:\Windows\Installer\176cad.msi,ProductCode={7C3F207B-9D5B-46E4-B57E-C5456FEC1691},,,)

MSI (s) (3C:38) [11:31:01:632]: Note: 1: 1402 2: UNKNOWN\Products\B702F3C7B5D94E645BE75C54F6CE6119\InstallProperties 3: 2

MSI (s) (3C:38) [11:31:01:632]: File will have security applied from OpCode.

MSI (s) (3C:38) [11:31:01:725]: Executing op: ProductRegister(UpgradeCode={84920751-2BCC-4924-A34B-31D4BAAD586C},VersionString=5.5.0.297,,,,InstallSource=c:\Users\Administrator\Desktop\VIM\Single Sign-On\,Publisher=VMware, Inc.,,,,NoModify=1,NoRepair=1,,,,,,SystemComponent=1,EstimatedSize=112933,,,,)

RegisterProduct: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

MSI (s) (3C:38) [11:31:01:725]: Executing op: ProductCPDisplayInfoRegister()

MSI (s) (3C:38) [11:31:01:725]: Executing op: ActionStart(Name=PublishFeatures,Description=Publishing Product Features,Template=Feature: [1])

Action 11:31:01: PublishFeatures. Publishing Product Features

MSI (s) (3C:38) [11:31:01:741]: Executing op: FeaturePublish(Feature=ProductFeature,,Absent=2,Component=ZK6*l@Krv=30bt_5]CE%oWu$m]8b`9'!H[)Q3}!0NY,huQ_k?@+sKg-G*pNnsMwT^!.@a@bP`JWXyXKtygu[*![4y=Jx.njerNxuqI44-Crg`9`v)^3B$Ii^tMy){*]+t9RJLFo{Q5QTfKf%'X)OU?^McgYtuvi+^7_[zDmtj9aW+X@&1(XWH5tNtPbTi@FfHC&B*Q&MzLCjsA8]NA2T982jr4d&eFy@uDf8W@zmoMIvsW_PXKk(ibp(i9IieCIIAxk$4Rz2EQ8=9=&TB-`j$@5[a)wv2S(-r9b=y1fH*@vR=1=E`bi9V=r_pfstt2AomLF@?*1n=@E(9OB~iy&*t@&Bb.-6j@W-X2uiO=Qx0QMDa5U^`@ls-hX{`![qEK[Po@Wka?OCDeqAj%uv$?m29v$_s?Y*0J&E=nMW%?_Cy%R9H=IXK7isgd0f*-kiUuQ(cACXdd5_L~ew1s`gX??x1AjfzHZJi?7m7TYLmW3d7AdQ2zain9+TrEtfD5_2i8C!3`vFu6=gfgq3sMfHv?6]8-PBFck08{G$8N+mW=HhSol^mcb21Ek6(Z8[,@GgXEeS44}3W`m~bpJU{9^JE=QUbISxJ03&'mSf^82sj9KADfxVk1=1V_qE8@b5Pa!2ymGD..[e'_vqK@8G2}o`B=~?y%SUtNXr1=gxHx'sH12j]'bbablFA?M'T]AwzUkA0[QAA5'3n98fw)TsWD8M4tX8D_uSh(I1AlJZW,}-yoX8D_uSh(v[BlJZW,}-NHmQd3SLH=RNv`P($*U6%_*6wUNsd=c{txDMUpDEdKe2g{}Th(0epq&4Sh'pIwX8D_uSh(Hm@lJZW,}-'JYHx0'Xh(4kuq&vEKtzwRGzB}sWh((nqq&vEKtzwUM_B}sWh((nqq&vEKtz='U,3}Chx@PiVdAI3S,g}uS4&VH*9=p}Lnj`I*s9yl%j7=*$3@9=[ukx16wX()QqF$AT]@v^Qa2)aeBMA41@,GN=r@.TJ=]

PublishFeatures: Feature: ProductFeature

MSI (s) (3C:38) [11:31:01:741]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)

Action 11:31:01: PublishProduct. Publishing product information

MSI (s) (3C:38) [11:31:01:741]: Executing op: CleanupConfigData()

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B702F3C7B5D94E645BE75C54F6CE6119\Patches 3: 2

MSI (s) (3C:38) [11:31:01:741]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Products\B702F3C7B5D94E645BE75C54F6CE6119\Patches 3: 2

MSI (s) (3C:38) [11:31:01:741]: Executing op: ProductPublish(PackageKey={12486F2C-97E3-41AD-8D85-1E7EC1D5341A})

1: {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119 3: 2

MSI (s) (3C:38) [11:31:01:741]: Executing op: UpgradeCodePublish(UpgradeCode={84920751-2BCC-4924-A34B-31D4BAAD586C})

MSI (s) (3C:38) [11:31:01:741]: Executing op: SourceListPublish(,,,,NumberOfDisks=1)

MSI (s) (3C:38) [11:31:01:741]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B702F3C7B5D94E645BE75C54F6CE6119\SourceList 3: 2

MSI (s) (3C:38) [11:31:01:741]: Executing op: ProductPublishClient(,,)

MSI (s) (3C:38) [11:31:01:741]: Executing op: SourceListRegisterLastUsed(SourceProduct={7C3F207B-9D5B-46E4-B57E-C5456FEC1691},LastUsedSource=C:\Users\Administrator\Desktop\VIM\Single Sign-On\)

MSI (s) (3C:38) [11:31:01:741]: Entering CMsiConfigurationManager::SetLastUsedSource.

MSI (s) (3C:38) [11:31:01:741]: Specifed source is already in a list.

MSI (s) (3C:38) [11:31:01:741]: User policy value 'SearchOrder' is 'nmu'

MSI (s) (3C:38) [11:31:01:741]: Adding new sources is allowed.

MSI (s) (3C:38) [11:31:01:741]: Set LastUsedSource to: c:\Users\Administrator\Desktop\VIM\Single Sign-On\.

MSI (s) (3C:38) [11:31:01:741]: Set LastUsedType to: n.

MSI (s) (3C:38) [11:31:01:741]: Set LastUsedIndex to: 1.

MSI (s) (3C:38) [11:31:01:741]: Executing op: ActionStart(Name=VM_InstallKFW_RB,Description=Rolling back MIT Kerberos...,)

Action 11:31:01: VM_InstallKFW_RB. Rolling back MIT Kerberos...

MSI (s) (3C:38) [11:31:01:741]: Executing op: CustomActionSchedule(Action=VM_InstallKFW_RB,ActionType=1378,Source=c:\,Target=msiexec /x {58127124-E82B-43B7-A298-BE92D4211CB6} /qn,)

MSI (s) (3C:38) [11:31:01:741]: Executing op: ActionStart(Name=VM_InstallOpenSSL_RB,Description=Rolling back VMware OpenSSL...,)

Action 11:31:01: VM_InstallOpenSSL_RB. Rolling back VMware OpenSSL...

MSI (s) (3C:38) [11:31:01:741]: Executing op: CustomActionSchedule(Action=VM_InstallOpenSSL_RB,ActionType=1378,Source=c:\,Target=msiexec /x {67CA785E-B3F4-11E1-8C34-0026B9B363E3} /qn,)

MSI (s) (3C:38) [11:31:01:741]: Executing op: ActionStart(Name=VM_InstallPython_RB,Description=Rolling back VMware Python...,)

Action 11:31:01: VM_InstallPython_RB. Rolling back VMware Python...

MSI (s) (3C:38) [11:31:01:741]: Executing op: CustomActionSchedule(Action=VM_InstallPython_RB,ActionType=1378,Source=c:\,Target=msiexec /x {09D7F670-B58D-11E1-8B98-0026B9B363E3} /qn,)

MSI (s) (3C:38) [11:31:01:741]: Executing op: ActionStart(Name=RollbackAll,,)

Action 11:31:01: RollbackAll.

MSI (s) (3C:38) [11:31:01:741]: Executing op: CustomActionSchedule(Action=RollbackAll,ActionType=11521,Source=BinaryData,Target=**********,CustomActionData=**********)

MSI (s) (3C:38) [11:31:01:741]: Executing op: ActionStart(Name=BootstrapAll,,)

Action 11:31:01: BootstrapAll.

MSI (s) (3C:38) [11:31:01:741]: Executing op: CustomActionSchedule(Action=BootstrapAll,ActionType=11265,Source=BinaryData,Target=**********,CustomActionData=**********)

MSI (s) (3C:C8) [11:31:01:741]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI474D.tmp, Entrypoint: VmSetupExecuteBootstrap

MSI (s) (3C:E8) [11:31:01:741]: Generating random cookie.

MSI (s) (3C:E8) [11:31:01:741]: Created Custom Action Server with PID 408 (0x198).

MSI (s) (3C:24) [11:31:01:757]: Running as a service.

MSI (s) (3C:24) [11:31:01:757]: Hello, I'm your 64bit Elevated custom action server.

Action 11:31:01: PostInstallScripts. Configuring SSO Components...

PostInstallScripts: PostInstallScripts

PostInstallScripts: PostInstallScripts

PostInstallScripts: PostInstallScripts

CustomAction BootstrapAll returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

Action ended 11:31:16: InstallFinalize. Return value 3.

MSI (s) (3C:38) [11:31:16:047]: Note: 1: 2265 2:  3: -2147287035

MSI (s) (3C:38) [11:31:16:047]: User policy value 'DisableRollback' is 0

MSI (s) (3C:38) [11:31:16:047]: Machine policy value 'DisableRollback' is 0

MSI (s) (3C:38) [11:31:16:063]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1127701468,LangId=0,Platform=589824,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)

MSI (s) (3C:38) [11:31:16:063]: Executing op: DialogInfo(Type=0,Argument=0)

MSI (s) (3C:38) [11:31:16:063]: Executing op: DialogInfo(Type=1,Argument=vCenter Single Sign-On)

MSI (s) (3C:38) [11:31:16:063]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])

Action 11:31:16: Rollback. Rolling back action:

Rollback: BootstrapAll

MSI (s) (3C:38) [11:31:16:063]: Executing op: ActionStart(Name=BootstrapAll,,)

MSI (s) (3C:38) [11:31:16:063]: Executing op: ProductInfo(ProductKey={7C3F207B-9D5B-46E4-B57E-C5456FEC1691},ProductName=vCenter Single Sign-On,PackageName=VMware-SSO-Server.msi,Language=0,Version=84213760,Assignment=1,ObsoleteArg=0,ProductIcon=add_remove_programs_icon,,PackageCode={12486F2C-97E3-41AD-8D85-1E7EC1D5341A},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)

Rollback: RollbackAll

MSI (s) (3C:38) [11:31:16:063]: Executing op: ActionStart(Name=RollbackAll,,)

MSI (s) (3C:38) [11:31:16:063]: Executing op: CustomActionRollback(Action=RollbackAll,ActionType=11521,Source=BinaryData,Target=**********,CustomActionData=**********)

MSI (s) (3C:70) [11:31:16:063]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI7F3F.tmp, Entrypoint: VmSetupRollback

Rollback: Rolling back VMware Python...

MSI (s) (3C:38) [11:31:26:140]: Executing op: ActionStart(Name=VM_InstallPython_RB,Description=Rolling back VMware Python...,)

MSI (s) (3C:38) [11:31:26:140]: Executing op: CustomActionRollback(Action=VM_InstallPython_RB,ActionType=1378,Source=c:\,Target=msiexec /x {09D7F670-B58D-11E1-8B98-0026B9B363E3} /qn,)

MSI (s) (3C:30) [11:31:29:182]: Running as a service.

CustomAction VM_InstallPython_RB returned actual error code 1618 but will be translated to success due to continue marking

Rollback: Rolling back VMware OpenSSL...

CustomAction VM_InstallOpenSSL_RB returned actual error code 1618 but will be translated to success due to continue marking

Rollback: Rolling back MIT Kerberos...

CustomAction VM_InstallKFW_RB returned actual error code 1618 but will be translated to success due to continue marking

Rollback: Publishing product information

Rollback: Publishing Product Features

Rollback: Registering product

Rollback: Starting services

Rollback: vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C

Rollback: ExecServiceConfig

Rollback: RollbackServiceConfig

RollbackServiceConfig:  Entering RollbackServiceConfig in C:\Windows\Installer\MSICEB7.tmp, version 3.5.2519.0

Rollback: Installing new services

Rollback: Writing system registry values

Rollback: Creating shortcuts

Rollback: Installing Windows Firewall configuration

Rollback: Rolling back Windows Firewall configuration

ExecFirewallExceptions:  Entering ExecFirewallExceptions in C:\Windows\Installer\MSICED7.tmp, version 3.5.2519.0

ExecFirewallExceptions:  Uninstalling firewall exception2 vCenter Single Sign-On - HTTPS on port 7444, protocol 6

ExecFirewallExceptions:  Uninstalling firewall exception2 vCenter Single Sign-On - LDAP on port 11711, protocol 6

ExecFirewallExceptions:  Uninstalling firewall exception2 vCenter Single Sign-On - LDAPS on port 11712, protocol 6

Rollback: Copying new files

Rollback: Creating folders

Rollback: Stopping services

Rollback: Updating component registration

Action ended 11:31:36: INSTALL. Return value 3.

Property(S): UpgradeCode = {84920751-2BCC-4924-A34B-31D4BAAD586C}

Property(S): WixRollbackFirewallExceptionsInstall = 1&#128;vCenter Single Sign-On - HTTPS&#128;2147483647&#128;*&#128;1&#128;1&#128;7444&#128;6&#128;1&#128;vCenter Single Sign-On - LDAP&#128;2147483647&#128;*&#128;1&#128;1&#128;11711&#128;6&#128;1&#128;vCenter Single Sign-On - LDAPS&#128;2147483647&#128;*&#128;1&#128;1&#128;11712&#128;6

Property(S): WixExecFirewallExceptionsInstall = 1&#128;vCenter Single Sign-On - HTTPS&#128;2147483647&#128;*&#128;1&#128;1&#128;7444&#128;6&#128;1&#128;vCenter Single Sign-On - LDAP&#128;2147483647&#128;*&#128;1&#128;1&#128;11711&#128;6&#128;1&#128;vCenter Single Sign-On - LDAPS&#128;2147483647&#128;*&#128;1&#128;1&#128;11712&#128;6

Property(S): VM_VERSION_JRE = 5.5.0.678

Property(S): VM_VERSION_TCSERVER = 5.5.0.636

Property(S): VM_VERSION_MIT_KERBEROS = 4.0.0

Property(S): VM_VERSION_PYTHON = 6.0.0.731

Property(S): VM_VERSION_OPENSSL = 6.0.0.196

Property(S): VTCSERVER_INSTALLDIR = c:\Program Files\Common Files\VMware\VMware vCenter Server - tc Server\

Property(S): VJRE_INSTALLDIR = c:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\

Property(S): SSO_HTTPS_PORT = 7444

Property(S): ProgramMenuFolder = c:\ProgramData\Microsoft\Windows\Start Menu\Programs\

Property(S): INSTALLDIR = c:\Program Files\VMware\Infrastructure\

Property(S): SSODIR = c:\Program Files\VMware\Infrastructure\Single Sign-On\

Property(S): TARGETDIR = c:\

Property(S): WixUIRMOption = UseRM

Property(S): SSO_SITE = Primary Site

Property(S): DOMAINNAME = vsphere.local

Property(S): ADMINNAME = Administrator

Property(S): ADMINPASSWORD = **********

Property(S): ADMINPASSWORDCONFIRM = **********

Property(S): UPGRADEDEPLOYMODE = FIRSTDOMAIN

Property(S): DEPLOYMODE = FIRSTDOMAIN

Property(S): ALLUSERS = 1

Property(S): ARPNOMODIFY = 1

Property(S): ARPNOREPAIR = 1

Property(S): VMWAREAPPDATAPATH = c:\ProgramData\

Property(S): BootstrapAll = **********

Property(S): RollbackAll = FIRSTDOMAIN

Property(S): UpdateVMwareSTSConfFiles = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\;7444;

Property(S): CreateStartVMwareSTSService = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\;

Property(S): DoUpdateAndMigrateTasks = **********

Property(S): VMWAREDATAFOLDERROOTPATH = c:\ProgramData\\VMware\CIS

Property(S): MovePartnerCertToVMDirConfig =

 

 

 

 

Property(S): ProductName = vCenter Single Sign-On

Property(S): VMwareRoot = c:\Program Files\VMware\

Property(S): ProgramFiles64Folder = c:\Program Files\

Property(S): System64Folder = c:\Windows\system32\

Property(S): VMwareStartMenuFolder = c:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\

Property(S): SourceDir = C:\Users\Administrator\Desktop\VIM\Single Sign-On\

Property(S): VersionNT = 602

Property(S): AdminUser = 1

Property(S): Manufacturer = VMware, Inc.

Property(S): ProductCode = {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

Property(S): ProductLanguage = 1033

Property(S): ProductVersion = 5.5.0.297

Property(S): ProductNameShort = vCenter Single Sign-On

Property(S): PASSWORDRESTRICTION = 0

Property(S): CopyrightYears = 1998-2013

Property(S): USEFQDN = 0

Property(S): EXPORTCOMPLETE = 0

Property(S): ARPPRODUCTICON = add_remove_programs_icon

Property(S): ARPSYSTEMCOMPONENT = 1

Property(S): SSOSETUPERROR = 0

Property(S): WIXUI_INSTALLDIR = INSTALLLPATH

Property(S): DefaultUIFont = WixUI_Font_Normal

Property(S): WixUI_Mode = Mondo

Property(S): MsiLogging = voicewarmupx

Property(S): WixShellExecTarget = [MsiLogFileLocation]

Property(S): EXPORT_FOLDER = [TempFolder]

Property(S): KEYSTOREPASS = **********

Property(S): KEYALIAS = **********

Property(S): VMDIR_LDAP_PORT = 11711

Property(S): VMDIR_LDAP_S_PORT = 11712

Property(S): ErrorDialog = ErrorDlg

Property(S): DEFAULT_SITE_NAME = Default-First-Site

Property(S): PARTNERSITE = Default-First-Site

Property(S): SecureCustomProperties = BUILDTOBUILDUPGRADE;NEWVERSIONDETECTED;OLDERVERSIONBEINGUPGRADED;SSO_HTTPS_PORT;VMDIR_LDAP_PORT;VMDIR_LDAP_S_PORT

Property(S): MsiHiddenProperties = ADMINPASSWORD;ADMINPASSWORDCONFIRM;BootstrapAll;DoUpdateAndMigrateTasks;KEYALIAS;KEYSTOREPASS

Property(S): System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 = c:\Windows\system32\

Property(S): INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = c:\Program Files\VMware\Infrastructure\vmware-sasl\

Property(S): cmu_bin.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\

Property(S): cmu_sasl2.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = c:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\

Property(S): cmu_lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = c:\Program Files\VMware\Infrastructure\vmware-sasl\lib\

Property(S): System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = c:\Windows\system32\

Property(S): AppCisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\Program Files\VMware\Infrastructure\VMware\cis\

Property(S): Vmdird_InstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

Property(S): ConfigRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\cfg\

Property(S): Vmdird_Config.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\cfg\vmdird\

Property(S): firstbootDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

Property(S): DataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\data\

Property(S): Vmdird_DB.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\data\vmdird\

Property(S): LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\logs\

Property(S): Vmdird_Logs.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\logs\vmdird\

Property(S): System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\Windows\system32\

Property(S): VMware_Support_Bundle.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\cfg\vm-support\

Property(S): VMwareRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\Program Files\VMware\Infrastructure\VMware\

Property(S): MergeRedirectFolder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\Program Files\VMware\Infrastructure\

Property(S): CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\cis\

Property(S): VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = c:\ProgramData\VMware\

Property(S): INSTALLDIR.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\Program Files\VMware\Infrastructure\\VMware\CIS

Property(S): VMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\

Property(S): ExecServiceConfig = SchedServiceConfig&#128;VMWareDirectoryService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMwareKdcService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMWareCertificateService&#128;1&#128;restart&#128;restart&#128;none&#128;1&#128;10&#128;&#128;&#128;VMwareIdentityMgmtService&#128;1&#128;restart&#128;restart&#128;restart&#128;1&#128;10&#128;&#128;

Property(S): RollbackServiceConfig = SchedServiceConfig

Property(S): AppCisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\Program Files\VMware\Infrastructure\VMware\CIS\

Property(S): Vmkdcd_InstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

Property(S): ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\CIS\cfg\

Property(S): Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\CIS\cfg\vmkdcd\

Property(S): DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\CIS\data\

Property(S): Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\CIS\data\vmkdcd\

Property(S): LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\CIS\logs\

Property(S): Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\CIS\logs\vmkdcd\

Property(S): VMwareRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\Program Files\VMware\Infrastructure\VMware\

Property(S): MergeRedirectFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\Program Files\VMware\Infrastructure\

Property(S): CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\CIS\

Property(S): VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = c:\ProgramData\VMware\

Property(S): INSTALLDIR.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\Program Files\VMware\Infrastructure\\VMware\CIS

Property(S): VMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\

Property(S): AppCisRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = c:\Program Files\VMware\Infrastructure\VMware\cis\

Property(S): INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = c:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\

Property(S): firstbootDir.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = c:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

Property(S): VMwareRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = c:\Program Files\VMware\Infrastructure\VMware\

Property(S): MergeRedirectFolder.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = c:\Program Files\VMware\Infrastructure\

Property(S): INSTALLDIR.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = C:\Program Files\VMware\Infrastructure\\VMware\CIS

Property(S): VMWAREAPPDATAPATH.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = C:\ProgramData\

Property(S): CISFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\CIS\

Property(S): INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\

Property(S): VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\

Property(S): VMwareUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\

Property(S): VMwareSSOUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\

Property(S): ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\cfg\

Property(S): SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\cfg\vmware-sso\

Property(S): DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\data\

Property(S): SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\data\vmware-sso\

Property(S): LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\logs\

Property(S): SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\logs\vmware-sso\

Property(S): VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\

Property(S): VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\

Property(S): VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\

Property(S): VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\

Property(S): VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\

Property(S): VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\

Property(S): VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\

Property(S): VMwareRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\VMware\

Property(S): MergeRedirectFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\Program Files\VMware\Infrastructure\

Property(S): CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\

Property(S): VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\

Property(S): Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\runtime\

Property(S): VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = c:\ProgramData\VMware\CIS\runtime\VMwareSTS\lib\

Property(S): vmware_identity_service_update_cmd.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = "c:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\\VMwareIdentityMgmtService.exe" update VMwareIdentityMgmtService --Startup=auto

Property(S): INSTALLDIR.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\\VMware\CIS

Property(S): VMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\

Property(S): Sso1BackCompat.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = 0

Property(S): MsiLogFileLocation = C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\vim-sso-msi.log

Property(S): PackageCode = {12486F2C-97E3-41AD-8D85-1E7EC1D5341A}

Property(S): ProductState = -1

Property(S): PackagecodeChanging = 1

Property(S): ALL_IN_ONE = 1

Property(S): SSO_TEMP_FOLDER = C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\

Property(S): CURRENTDIRECTORY = C:\Users\Administrator\Desktop\VIM

Property(S): CLIENTUILEVEL = 0

Property(S): CLIENTPROCESSID = 3068

Property(S): USERNAME = Windows User

Property(S): VersionDatabase = 300

Property(S): ACTION = INSTALL

Property(S): EXECUTEACTION = INSTALL

Property(S): SECONDSEQUENCE = 1

Property(S): ROOTDRIVE = c:\

Property(S): INSTALLLEVEL = 1

Property(S): SHIPPED_JRE_VERSION = 5.5.0.678

Property(S): SHIPPED_TCSERVER_VERSION = 5.5.0.636

Property(S): DOMAINJOINED = 1

Property(S): SITENAMERESTRICTION = 0

Property(S): MACHINEDOMAIN = BG

Property(S): MACHINENAME = VC01

Property(S): FQDN = VC01.bg.local

Property(S): MACHINEIP = 192.168.0.115

Property(S): DNSRESOLVED = 1

Property(S): ADDLOCAL = ProductFeature

Property(S): VersionMsi = 5.00

Property(S): VersionNT64 = 602

Property(S): WindowsBuild = 9200

Property(S): ServicePackLevel = 0

Property(S): ServicePackLevelMinor = 0

Property(S): MsiNTProductType = 3

Property(S): WindowsFolder = c:\Windows\

Property(S): WindowsVolume = c:\

Property(S): SystemFolder = c:\Windows\SysWOW64\

Property(S): RemoteAdminTS = 1

Property(S): TempFolder = C:\Users\ADMINI~1.BG\AppData\Local\Temp\

Property(S): ProgramFilesFolder = C:\Program Files (x86)\

Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\

Property(S): CommonFiles64Folder = C:\Program Files\Common Files\

Property(S): AppDataFolder = C:\Users\administrator.BG\AppData\Roaming\

Property(S): FavoritesFolder = C:\Users\administrator.BG\Favorites\

Property(S): NetHoodFolder = C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Network Shortcuts\

Property(S): PersonalFolder = C:\Users\administrator.BG\Documents\

Property(S): PrintHoodFolder = C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\

Property(S): RecentFolder = C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Recent\

Property(S): SendToFolder = C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\SendTo\

Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\

Property(S): CommonAppDataFolder = C:\ProgramData\

Property(S): LocalAppDataFolder = C:\Users\administrator.BG\AppData\Local\

Property(S): MyPicturesFolder = C:\Users\administrator.BG\Pictures\

Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\

Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\

Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\

er = C:\Windows\Fonts\

Property(S): GPTSupport = 1

Property(S): OLEAdvtSupport = 1

Property(S): ShellAdvtSupport = 1

Property(S): MsiAMD64 = 21

Property(S): Msix64 = 21

Property(S): Intel = 21

Property(S): PhysicalMemory = 4608

Property(S): VirtualMemory = 8684

Property(S): MsiTrueAdminUser = 1

Property(S): LogonUser = administrator

Property(S): UserSID = S-1-5-21-1860826043-2751306274-2035852543-500

Property(S): UserLanguageID = 1033

Property(S): ComputerName = VC01

Property(S): SystemLanguageID = 1033

Property(S): ScreenX = 1024

Property(S): ScreenY = 768

Property(S): CaptionHeight = 23

Property(S): BorderTop = 1

Property(S): BorderSide = 1

Property(S): TextHeight = 16

Property(S): TextInternalLeading = 3

Property(S): ColorBits = 32

Property(S): TTCSupport = 1

Property(S): Time = 11:31:36

Property(S): Date = 9/23/2013

Property(S): MsiNetAssemblySupport = 4.0.30319.17929

Property(S): MsiWin32AssemblySupport = 6.2.9200.16384

Property(S): RedirectedDllSupport = 2

Property(S): MsiRunningElevated = 1

Property(S): Privileged = 1

Property(S): DATABASE = c:\Windows\Installer\176cad.msi

Property(S): OriginalDatabase = C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

Property(S): UILevel = 5

Property(S): Preselected = 1

Property(S): CostingComplete = 1

Property(S): OutOfDiskSpace = 0

Property(S): OutOfNoRbDiskSpace = 0

Property(S): PrimaryVolumeSpaceAvailable = 0

Property(S): PrimaryVolumeSpaceRequired = 0

Property(S): PrimaryVolumeSpaceRemaining = 0

Property(S): SOURCEDIR = C:\Users\Administrator\Desktop\VIM\Single Sign-On\

Property(S): SourcedirProduct = {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

Property(S): ProductToBeRegistered = 1

MSI (c) (FC:00) [11:31:36:748]: Back from server. Return value: 1603

MSI (c) (FC:00) [11:31:36:748]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1

MSI (c) (FC:00) [11:31:36:748]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.

Action ended 11:31:36: ExecuteAction. Return value 3.

MSI (c) (FC:00) [11:31:36:748]: Doing action: FatalError

Action 11:31:36: FatalError.

Action start 11:31:36: FatalError.

Action 11:31:36: FatalError. Dialog created

MSI (c) (FC:DC) [11:33:54:841]: Doing action: ShowMsiLog

Action 11:33:54: ShowMsiLog.

Action start 11:33:54: ShowMsiLog.

MSI (c) (FC:10) [11:33:54:841]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\MSIEB6F.tmp, Entrypoint: WixShellExec

MSI (c) (FC:AC) [11:33:54:841]: Cloaking enabled.

MSI (c) (FC:AC) [11:33:54:841]: Attempting to enable all disabled privileges before calling Install on Server

MSI (c) (FC:AC) [11:33:54:841]: Connected to service for CA interface.

Action ended 11:33:54: ShowMsiLog. Return value 1.

Action ended 11:33:54: FatalError. Return value 2.

Action ended 11:33:54: INSTALL. Return value 3.

MSI (c) (FC:00) [11:33:54:903]: Destroying RemoteAPI object.

MSI (c) (FC:AC) [11:33:54:903]: Custom Action Manager thread ending.

Property(C): UpgradeCode = {84920751-2BCC-4924-A34B-31D4BAAD586C}

Property(C): VM_VERSION_JRE = 5.5.0.678

Property(C): VM_VERSION_TCSERVER = 5.5.0.636

Property(C): VM_VERSION_MIT_KERBEROS = 4.0.0

Property(C): VM_VERSION_PYTHON = 6.0.0.731

Property(C): VM_VERSION_OPENSSL = 6.0.0.196

Property(C): VTCSERVER_INSTALLDIR = c:\Program Files\Common Files\VMware\VMware vCenter Server - tc Server\

Property(C): VJRE_INSTALLDIR = c:\Program Files\Common Files\VMware\VMware vCenter Server - Java Components\

Property(C): SSO_HTTPS_PORT = 7444

Property(C): SSOLicenseAccepted = 1

Property(C): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\

Property(C): INSTALLDIR = C:\Program Files\VMware\Infrastructure\

Property(C): SSODIR = C:\Program Files\VMware\Infrastructure\Single Sign-On\

Property(C): TARGETDIR = C:\

Property(C): WixUIRMOption = UseRM

Property(C): SSO_SITE = Primary Site

Property(C): DOMAINNAME = vsphere.local

Property(C): ADMINNAME = Administrator

Property(C): ADMINPASSWORD = **********

Property(C): ADMINPASSWORDCONFIRM = **********

Property(C): UPGRADEDEPLOYMODE = FIRSTDOMAIN

Property(C): DEPLOYMODE = FIRSTDOMAIN

Property(C): ALLUSERS = 1

Property(C): ARPNOMODIFY = 1

Property(C): ARPNOREPAIR = 1

Property(C): VMWAREAPPDATAPATH = C:\ProgramData\

Property(C): ProductName = Simple Install

Property(C): UPGRADEMODE = 0

Property(C): VMwareRoot = C:\Program Files\VMware\

Property(C): ProgramFiles64Folder = C:\Program Files\

Property(C): System64Folder = C:\Windows\system32\

Property(C): VMwareStartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\

Property(C): SourceDir = C:\Users\Administrator\Desktop\VIM\Single Sign-On\

Property(C): VersionNT = 602

Property(C): AdminUser = 1

Property(C): Manufacturer = VMware, Inc.

Property(C): ProductCode = {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

Property(C): ProductLanguage = 1033

Property(C): ProductVersion = 5.5.0.297

Property(C): ProductNameShort = vCenter Single Sign-On

Property(C): PASSWORDRESTRICTION = 0

Property(C): CopyrightYears = 1998-2013

Property(C): USEFQDN = 0

Property(C): EXPORTCOMPLETE = 0

Property(C): ARPPRODUCTICON = add_remove_programs_icon

Property(C): ARPSYSTEMCOMPONENT = 1

Property(C): SSOSETUPERROR = 0

Property(C): WIXUI_INSTALLDIR = INSTALLLPATH

Property(C): DefaultUIFont = WixUI_Font_Normal

Property(C): WixUI_Mode = Mondo

Property(C): MsiLogging = voicewarmupx

Property(C): WixShellExecTarget = [MsiLogFileLocation]

Property(C): EXPORT_FOLDER = [TempFolder]

Property(C): KEYSTOREPASS = **********

Property(C): KEYALIAS = **********

Property(C): VMDIR_LDAP_PORT = 11711

Property(C): VMDIR_LDAP_S_PORT = 11712

Property(C): ErrorDialog = ErrorDlg

Property(C): DEFAULT_SITE_NAME = Default-First-Site

Property(C): PARTNERSITE = Default-First-Site

Property(C): SecureCustomProperties = BUILDTOBUILDUPGRADE;NEWVERSIONDETECTED;OLDERVERSIONBEINGUPGRADED;SSO_HTTPS_PORT;VMDIR_LDAP_PORT;VMDIR_LDAP_S_PORT

Property(C): MsiHiddenProperties = ADMINPASSWORD;ADMINPASSWORDCONFIRM;BootstrapAll;DoUpdateAndMigrateTasks;KEYALIAS;KEYSTOREPASS

Property(C): System64Folder.290135FE_90E8_4C75_BD90_1F39DF0DC399 = C:\Windows\system32\

Property(C): INSTALLLOCATION.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = C:\Program Files\VMware\Infrastructure\vmware-sasl\

Property(C): cmu_bin.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = C:\Program Files\VMware\Infrastructure\vmware-sasl\bin\

Property(C): cmu_sasl2.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = C:\Program Files\VMware\Infrastructure\vmware-sasl\bin\sasl2\

Property(C): cmu_lib.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = C:\Program Files\VMware\Infrastructure\vmware-sasl\lib\

Property(C): System64Folder.CAAFF77B_9024_4162_86F2_56DC10FEFF42 = C:\Windows\system32\

Property(C): AppCisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\Program Files\VMware\Infrastructure\VMware\cis\

Property(C): Vmdird_InstallDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\Program Files\VMware\Infrastructure\VMware\cis\vmdird\

Property(C): ConfigRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\cfg\

Property(C): Vmdird_Config.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\cfg\vmdird\

Property(C): firstbootDir.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

Property(C): DataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\data\

Property(C): Vmdird_DB.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\data\vmdird\

Property(C): LogsRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\logs\

Property(C): Vmdird_Logs.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\logs\vmdird\

Property(C): System64Folder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\Windows\system32\

Property(C): VMware_Support_Bundle.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\cfg\vm-support\

Property(C): VMwareRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\Program Files\VMware\Infrastructure\VMware\

Property(C): MergeRedirectFolder.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\Program Files\VMware\Infrastructure\

Property(C): CisRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\cis\

Property(C): VMwareAppDataRoot.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = C:\ProgramData\VMware\

Property(C): INSTALLDIR.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = unset

Property(C): VMWAREAPPDATAPATH.2FCADBEC_5A98_49B0_81A8_FA46D7E0AA39 = unset

Property(C): AppCisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\Program Files\VMware\Infrastructure\VMware\CIS\

Property(C): Vmkdcd_InstallDir.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\Program Files\VMware\Infrastructure\VMware\CIS\vmkdcd\

Property(C): ConfigRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\CIS\cfg\

Property(C): Vmkdcd_Config.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\CIS\cfg\vmkdcd\

Property(C): DataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\CIS\data\

Property(C): Vmkdcd_Data.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\CIS\data\vmkdcd\

Property(C): LogsRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\CIS\logs\

Property(C): Vmkdcd_Logs.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\CIS\logs\vmkdcd\

Property(C): VMwareRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\Program Files\VMware\Infrastructure\VMware\

Property(C): MergeRedirectFolder.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\Program Files\VMware\Infrastructure\

Property(C): CisRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\CIS\

Property(C): VMwareAppDataRoot.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = C:\ProgramData\VMware\

Property(C): INSTALLDIR.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = unset

Property(C): VMWAREAPPDATAPATH.ACDAA168_4E09_4F90_8020_67DC95DCFA73 = unset

Property(C): AppCisRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = C:\Program Files\VMware\Infrastructure\VMware\cis\

Property(C): INSTALLLOCATION.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = C:\Program Files\VMware\Infrastructure\VMware\cis\vmcad\

Property(C): firstbootDir.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = C:\Program Files\VMware\Infrastructure\VMware\cis\firstboot\

Property(C): VMwareRoot.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = C:\Program Files\VMware\Infrastructure\VMware\

Property(C): MergeRedirectFolder.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = C:\Program Files\VMware\Infrastructure\

Property(C): INSTALLDIR.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = unset

Property(C): VMWAREAPPDATAPATH.8E9BB200_29EE_40D2_893E_4D4A3B082AE6 = unset

Property(C): CISFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\CIS\

Property(C): INSTALLLOCATION.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\

Property(C): VMwareFirstbootFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\CIS\firstboot\

Property(C): VMwareUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\

Property(C): VMwareSSOUpgradeFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-upgrade\sso\

Property(C): ConfigRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\cfg\

Property(C): SSO_Config.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\cfg\vmware-sso\

Property(C): DataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\data\

Property(C): SSO_Data.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\data\vmware-sso\

Property(C): LogsRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\logs\

Property(C): SSO_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\logs\vmware-sso\

Property(C): VMWARE_STS.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\runtime\VMwareSTS\

Property(C): VMWARE_STS_Logs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\runtime\VMwareSTS\logs\

Property(C): VMWARE_STS_Temp.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\runtime\VMwareSTS\temp\

Property(C): VMwareSSOCommonLibs.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\lib\

Property(C): VMWARE_STS_CONF.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\

Property(C): VMWARE_STS_WebApps.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\runtime\VMwareSTS\webapps\

Property(C): VCSupportFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\CIS\vmware-sso\vm-support\

Property(C): VMwareRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\VMware\

Property(C): MergeRedirectFolder.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\Program Files\VMware\Infrastructure\

Property(C): CisRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\

Property(C): VMwareAppDataRoot.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\

Property(C): Runtime.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\runtime\

Property(C): VMWARE_STS_Lib.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = C:\ProgramData\VMware\CIS\runtime\VMwareSTS\lib\

Property(C): UPGRADE_SSO1.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = 0

Property(C): INSTALLDIR.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = unset

Property(C): VMWAREAPPDATAPATH.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = unset

Property(C): Sso1BackCompat.941B88BC_FFE8_4F01_BBE7_0D24ADD3816C = 0

Property(C): MsiLogFileLocation = C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\vim-sso-msi.log

Property(C): PackageCode = {12486F2C-97E3-41AD-8D85-1E7EC1D5341A}

Property(C): ProductState = -1

Property(C): PackagecodeChanging = 1

Property(C): ALL_IN_ONE = 1

Property(C): SSO_TEMP_FOLDER = C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\

Property(C): CURRENTDIRECTORY = C:\Users\Administrator\Desktop\VIM

Property(C): CLIENTUILEVEL = 0

Property(C): CLIENTPROCESSID = 3068

Property(C): VersionDatabase = 300

Property(C): VersionMsi = 5.00

Property(C): VersionNT64 = 602

Property(C): WindowsBuild = 9200

Property(C): ServicePackLevel = 0

Property(C): ServicePackLevelMinor = 0

Property(C): MsiNTProductType = 3

Property(C): WindowsFolder = C:\Windows\

Property(C): WindowsVolume = C:\

Property(C): SystemFolder = C:\Windows\SysWOW64\

Property(C): RemoteAdminTS = 1

Property(C): TempFolder = C:\Users\ADMINI~1.BG\AppData\Local\Temp\1\

Property(C): ProgramFilesFolder = C:\Program Files (x86)\

Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\

Property(C): CommonFiles64Folder = C:\Program Files\Common Files\

Property(C): AppDataFolder = C:\Users\administrator.BG\AppData\Roaming\

Property(C): FavoritesFolder = C:\Users\administrator.BG\Favorites\

Property(C): NetHoodFolder = C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Network Shortcuts\

Property(C): PersonalFolder = C:\Users\administrator.BG\Documents\

Property(C): PrintHoodFolder = C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\

Property(C): RecentFolder = C:\Users\administrator.BG\AppData\Roaming\Microsoft\Windows\Recent\

Property(C): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\

Property(C): CommonAppDataFolder = C:\ProgramData\

Property(C): LocalAppDataFolder = C:\Users\administrator.BG\AppData\Local\

Property(C): MyPicturesFolder = C:\Users\administrator.BG\Pictures\

Property(C): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\

Property(C): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\

Property(C): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\

Property(C): DesktopFolder = C:\Users\Public\Desktop\

Property(C): FontsFolder = C:\Windows\Fonts\

Property(C): GPTSupport = 1

Property(C): OLEAdvtSupport = 1

Property(C): ShellAdvtSupport = 1

Property(C): MsiAMD64 = 21

Property(C): Msix64 = 21

Property(C): Intel = 21

Property(C): PhysicalMemory = 4608

Property(C): VirtualMemory = 8702

Property(C): MsiTrueAdminUser = 1

Property(C): LogonUser = administrator

Property(C): UserSID = S-1-5-21-1860826043-2751306274-2035852543-500

Property(C): UserLanguageID = 1033

Property(C): ComputerName = VC01

Property(C): SystemLanguageID = 1033

Property(C): ScreenX = 1024

Property(C): ScreenY = 768

Property(C): CaptionHeight = 23

Property(C): BorderTop = 1

Property(C): BorderSide = 1

Property(C): TextHeight = 16

Property(C): TextInternalLeading = 3

Property(C): ColorBits = 32

Property(C): TTCSupport = 1

Property(C): Time = 11:33:54

Property(C): Date = 9/23/2013

Property(C): MsiNetAssemblySupport = 4.0.30319.17929

Property(C): MsiWin32AssemblySupport = 6.2.9200.16384

Property(C): RedirectedDllSupport = 2

Property(C): MsiRunningElevated = 1

Property(C): Privileged = 1

Property(C): USERNAME = Windows User

Property(C): DATABASE = C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

Property(C): OriginalDatabase = C:\Users\Administrator\Desktop\VIM\Single Sign-On\VMware-SSO-Server.msi

Property(C): SOURCEDIR = C:\Users\Administrator\Desktop\VIM\Single Sign-On\

Property(C): VersionHandler = 5.00

Property(C): UILevel = 5

Property(C): ACTION = INSTALL

Property(C): EXECUTEACTION = INSTALL

Property(C): ROOTDRIVE = C:\

Property(C): CostingComplete = 1

Property(C): SourcedirProduct = {7C3F207B-9D5B-46E4-B57E-C5456FEC1691}

Property(C): OutOfDiskSpace = 0

Property(C): OutOfNoRbDiskSpace = 0

Property(C): PrimaryVolumeSpaceAvailable = 0

Property(C): PrimaryVolumeSpaceRequired = 0

Property(C): PrimaryVolumeSpaceRemaining = 0

Property(C): INSTALLLEVEL = 1

Property(C): SHIPPED_JRE_VERSION = 5.5.0.678

Property(C): SHIPPED_TCSERVER_VERSION = 5.5.0.636

Property(C): DOMAINJOINED = 1

Property(C): SITENAMERESTRICTION = 0

Property(C): MACHINEDOMAIN = BG

Property(C): MACHINENAME = VC01

Property(C): FQDN = VC01.bg.local

Property(C): MACHINEIP = 192.168.0.115

Property(C): DNSRESOLVED = 1

=== Logging stopped: 9/23/2013  11:33:54 ===

MSI (c) (FC:00) [11:33:54:934]: Note: 1: 1708

MSI (c) (FC:00) [11:33:54:934]: Product: Simple Install -- Installation failed.

How to add an ESXi 4.1 in a vCenter 5.5?

$
0
0

Hi

 

We are involved in a migration project since ESX/ESXi 4.1 to ESXi 5.  Now all my infrastructure is managed by a vcenter 4.1 and it manages several ESX 4.1 and ESXi 4.1.  Recently we've bought a new license for vcenter 5.5 and I've installed it.  Before upgrade the hosts to 5 release, I want to manage them into the new vcenter but when I try to add them into it, I get this error message:  "The host is licensed with vsphere 4 Hypervisor.  The license edition of vcenter server does not support vsphere 4 hypervisor."

 

How can I get this license key?

 

Thanks for your help

 

Best Regards!

vCenter Server Appliance checking for update hangs

$
0
0

Hey all,

 

I just wanted to update a vCSA appliance. Unfortunately it hangs in the status "Checking for aivailable updates..." as has no internet access.

 

I changed the settings to CD-ROM  updates, mounted the update-repo iso and restarted the appliance, but no luck, it's still in the checking for updates mode.

 

Anyone has an idea how to stop this process? As the check and install update buttons are disabled during the update search.

 

Thanks

 

Tim

issues with Web Client permissions (vsphere 6)

$
0
0

Hi

 

 

I have installed vCenter Server 6.0 for a customer today, which completed fine - however  I now have issues getting permissions i vCenter Web Client - even when using the SSO administrator login.

 

I can manage the environment from the legacy vSphere Client, however when logging into the Web Client i get the "You do not have permission to view this object or this object does not exist". and this even goes for the SSO administrator login. I cannot add global permissions or administer roles.

 

see screeenshots attached.

 

anyone had this issue before? and maybe a solution?

vCenter error "Call ServiceInstance.RetrieveContent for object ServiceInstance on Server failed"

$
0
0

Hello,

 

I'm having issue every 3/4 hours connecting to my vCenter 5 server (last patch, on Windows 2008 R2 as a VM, last Microsoft Security Patch Installed).

 

The behaviour is that who has already the vSphere Client opened, cannot do anything (for example, no Console to the VM or no edit settings) but if somebody tries to log on via vSphere client receive the following error:

 

Untitled.jpg

the complete message is "Call ServiceInstance.RetrieveContent for object ServiceInstance on Server vcenterserver.domain.com  failed"

 

The only way to solve this issue is to restart the vCenter Server service on Windows. I've an opened support case but no success at the moment. The main issue is that everything that work with vCenter fails (for example, Netbackup backup, Veeam Replica and so on).

 

Somebody who has already faced this issue?

 

Thanks in advance

Viewing all 18256 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>