VMware Horizon Community
santaclaus007
Contributor
Contributor
Jump to solution

View Composer Silent Installation Properties

Hello VMware Community,

Are there any Silent Installation Properties for VMware View Composer 6.0.1 ?

I didn't find anything in the official documentation, there are only properties for the other view components (e.g. connection server)

Thanks

Reply
0 Kudos
1 Solution

Accepted Solutions
kgsivan
VMware Employee
VMware Employee
Jump to solution

You can try (at your own risk) below commands. There are quite old, not sure if this works with newer builds.

VMware-viewcomposer-6.0.0-xxxxxx.exe /s /v”/qn DB_DSN=<dns-name> DB_USERNAME=<db-user> DB_PASSWORD=<db-passwd>

and for upgrade db append UPGRADE_DB_ACTION=1

Other options are:

  • SSL_DEFAULTS =  1 will Generate self-signed SSL certificate, 2=Use the certificate specified through a property SSL_CERTIFICATE (The Default Value is 1)
  • SSL_CERTIFICATE = Defines the SSL certificate. if SSL_DEFAULTS=1 or the Default Value (not set)
  • SOAP_PORT = Specifies the web access port. If not set, takes the default value 18443

View solution in original post

Reply
0 Kudos
1 Reply
kgsivan
VMware Employee
VMware Employee
Jump to solution

You can try (at your own risk) below commands. There are quite old, not sure if this works with newer builds.

VMware-viewcomposer-6.0.0-xxxxxx.exe /s /v”/qn DB_DSN=<dns-name> DB_USERNAME=<db-user> DB_PASSWORD=<db-passwd>

and for upgrade db append UPGRADE_DB_ACTION=1

Other options are:

  • SSL_DEFAULTS =  1 will Generate self-signed SSL certificate, 2=Use the certificate specified through a property SSL_CERTIFICATE (The Default Value is 1)
  • SSL_CERTIFICATE = Defines the SSL certificate. if SSL_DEFAULTS=1 or the Default Value (not set)
  • SOAP_PORT = Specifies the web access port. If not set, takes the default value 18443
Reply
0 Kudos