- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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