<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic VIDM Silent Installer in Horizon Desktops and Apps</title>
    <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VIDM-Silent-Installer/m-p/2812964#M92361</link>
    <description>&lt;P&gt;I'm attempting to install the Horizon View VIDM server, using a silent installer. I cannot find any documentation online regarding the command line options. When the installer runs in silent mode using the parameters below its runs for around 3 minutes, then fails with some kind of internal error 1603 with no real indication of what's wrong (credentials and host/domain names have been sanitized here). Some of the parameters may not be relevant as they were added after looking at other installers...&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Start-Process "C:\vidm\VMware_Identity_Manager_19.03.0.0_Full_Install.exe" -Verb RunAs -ArgumentList ('/s', '/v"/qn AgreeToLicense=Yes EULAS_AGREED=1 ADDLOCAL=ALL INSTALLDIR=C:\VMware AWIDMHOSTNAME=vidm.example.com AWIDMPORT=443 IS_NET_API_LOGON_PASSWORD=xxx IS_NET_API_LOGON_USERNAME=domain\user IDM_SQLSERVER_SERVER=sqlserver.example.com IDM_SQLSERVER_DATABASE=saas IDM_SQLSERVER_AUTHENTICATION=1 IDM_SQLSERVER_USERNAME=dbuser IDM_SQLSERVER_PASSWORD=xxx AWIDMFULL=1 CEIPAGREEMENT=2 /l*vx C:\vidm\vidmInstallLogPS4.txt"') -Wait&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Snip from log :&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:770]: Creating MSIHANDLE (63) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Calling custom action vIDMSetup!vIDMSetup.CustomActions.ImportSetupConfiguration&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:770]: Closing MSIHANDLE (63) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:817]: Creating MSIHANDLE (64) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Reading xml file to set properties.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:817]: Closing MSIHANDLE (64) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;setup xml file is empty. Please select a xml file.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:78) [22:00:48:832]: Closing MSIHANDLE (59) of type 790542 for thread 6168&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CustomAction AWImportSetupConfiguration returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Action ended 22:00:48: AWImportSetupConfiguration. Return value 3.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Action ended 22:00:48: INSTALL. Return value 3.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;…&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:18) [22:00:48:895]: Note: 1: 1708 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:18) [22:00:48:895]: Product: VMware Identity Manager -- Installation operation failed.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:18) [22:00:48:895]: Windows Installer installed the product. Product Name: VMware Identity Manager. Product Version: 19.3.0.0. Product Language: 1033. Manufacturer: VMware, Inc.. Installation success or error status: 1603.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Running the same script without the /s and /qn options in GUI mode results in all field values being properly populated. My assumption is that perhaps there's a parameter value we are not setting for the installer which is causing it to fail, such as agreeing to the license or something.&lt;/P&gt;&lt;P&gt;Has anyone managed to perform a silent install of VIDM ? If so, what was your command line used ? Or can someone point me to documentation listing the parameters, or how to run it ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2020 20:25:50 GMT</pubDate>
    <dc:creator>nvpapworth</dc:creator>
    <dc:date>2020-11-26T20:25:50Z</dc:date>
    <item>
      <title>VIDM Silent Installer</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VIDM-Silent-Installer/m-p/2812964#M92361</link>
      <description>&lt;P&gt;I'm attempting to install the Horizon View VIDM server, using a silent installer. I cannot find any documentation online regarding the command line options. When the installer runs in silent mode using the parameters below its runs for around 3 minutes, then fails with some kind of internal error 1603 with no real indication of what's wrong (credentials and host/domain names have been sanitized here). Some of the parameters may not be relevant as they were added after looking at other installers...&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Start-Process "C:\vidm\VMware_Identity_Manager_19.03.0.0_Full_Install.exe" -Verb RunAs -ArgumentList ('/s', '/v"/qn AgreeToLicense=Yes EULAS_AGREED=1 ADDLOCAL=ALL INSTALLDIR=C:\VMware AWIDMHOSTNAME=vidm.example.com AWIDMPORT=443 IS_NET_API_LOGON_PASSWORD=xxx IS_NET_API_LOGON_USERNAME=domain\user IDM_SQLSERVER_SERVER=sqlserver.example.com IDM_SQLSERVER_DATABASE=saas IDM_SQLSERVER_AUTHENTICATION=1 IDM_SQLSERVER_USERNAME=dbuser IDM_SQLSERVER_PASSWORD=xxx AWIDMFULL=1 CEIPAGREEMENT=2 /l*vx C:\vidm\vidmInstallLogPS4.txt"') -Wait&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Snip from log :&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:770]: Creating MSIHANDLE (63) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Calling custom action vIDMSetup!vIDMSetup.CustomActions.ImportSetupConfiguration&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:770]: Closing MSIHANDLE (63) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:817]: Creating MSIHANDLE (64) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Reading xml file to set properties.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C!74) [22:00:48:817]: Closing MSIHANDLE (64) of type 790531 for thread 6516&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;setup xml file is empty. Please select a xml file.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:78) [22:00:48:832]: Closing MSIHANDLE (59) of type 790542 for thread 6168&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CustomAction AWImportSetupConfiguration returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Action ended 22:00:48: AWImportSetupConfiguration. Return value 3.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Action ended 22:00:48: INSTALL. Return value 3.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;…&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:18) [22:00:48:895]: Note: 1: 1708 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:18) [22:00:48:895]: Product: VMware Identity Manager -- Installation operation failed.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MSI (s) (3C:18) [22:00:48:895]: Windows Installer installed the product. Product Name: VMware Identity Manager. Product Version: 19.3.0.0. Product Language: 1033. Manufacturer: VMware, Inc.. Installation success or error status: 1603.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Running the same script without the /s and /qn options in GUI mode results in all field values being properly populated. My assumption is that perhaps there's a parameter value we are not setting for the installer which is causing it to fail, such as agreeing to the license or something.&lt;/P&gt;&lt;P&gt;Has anyone managed to perform a silent install of VIDM ? If so, what was your command line used ? Or can someone point me to documentation listing the parameters, or how to run it ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 20:25:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VIDM-Silent-Installer/m-p/2812964#M92361</guid>
      <dc:creator>nvpapworth</dc:creator>
      <dc:date>2020-11-26T20:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: VIDM Silent Installer</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VIDM-Silent-Installer/m-p/2812978#M92364</link>
      <description>&lt;P&gt;1603 usually references some sort of permissions error, are you sure the script is running with the correct permissions?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 21:45:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VIDM-Silent-Installer/m-p/2812978#M92364</guid>
      <dc:creator>sjesse</dc:creator>
      <dc:date>2020-11-26T21:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: VIDM Silent Installer</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VIDM-Silent-Installer/m-p/2812985#M92365</link>
      <description>&lt;P&gt;I believe so. I have tried running the script in a PowerShell session running as administrator, and also is a DOS window also running as administrator calling the executable direct, such as :&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;C:\vidm\VMware_Identity_Manager_19.03.0.0_Full_Install.exe /s /v"/qn AgreeToLicense=Yes EULAS_AGREED=1 ...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Is there any requirement I'm missing to be logged in as a specific user, or Active Directory domain administrator ?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 22:57:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VIDM-Silent-Installer/m-p/2812985#M92365</guid>
      <dc:creator>nvpapworth</dc:creator>
      <dc:date>2020-11-26T22:57:38Z</dc:date>
    </item>
  </channel>
</rss>

