<?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 Re: Why am I unable to install a universal forwarder using CMD? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218445#M42939</link>
    <description>&lt;P&gt;I'm having the same problem. The stadard install works just fine, but when attempting to perform a quiet install, nothing happens are i get the 1619 error. Has anyone been able to find a fix for this?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jun 2018 18:09:20 GMT</pubDate>
    <dc:creator>mrcusanelli</dc:creator>
    <dc:date>2018-06-27T18:09:20Z</dc:date>
    <item>
      <title>Why am I unable to install a universal forwarder using CMD?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218443#M42937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to install Universal Forwarder using the command below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;-&amp;gt; msiexec.exe /i “C:\USERS\%USERNAME%\Desktop\splunkforwarder-6.2.4-271043-x64-release.msi” DEPLOYMENT_SERVER="DSxxxx:8089" AGREETOLICENSE=Yes 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but I get the "Windows Installer" error&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Of course I have admin rights and the installer on the right path. &lt;/P&gt;

&lt;P&gt;Normal installation works fine by just double click, but I want to do a silent install, I just want to ensure the CLI command works.&lt;/P&gt;

&lt;P&gt;Installing it on Windows Server/s 2k12 x64&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218443#M42937</guid>
      <dc:creator>jsantos1</dc:creator>
      <dc:date>2015-09-10T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to install a universal forwarder using CMD?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218444#M42938</link>
      <description>&lt;P&gt;Hi, i cope with the same problem. Does anyone know how to solve it ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:09:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218444#M42938</guid>
      <dc:creator>hankmath</dc:creator>
      <dc:date>2017-02-16T10:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to install a universal forwarder using CMD?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218445#M42939</link>
      <description>&lt;P&gt;I'm having the same problem. The stadard install works just fine, but when attempting to perform a quiet install, nothing happens are i get the 1619 error. Has anyone been able to find a fix for this?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:09:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218445#M42939</guid>
      <dc:creator>mrcusanelli</dc:creator>
      <dc:date>2018-06-27T18:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to install a universal forwarder using CMD?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218446#M42940</link>
      <description>&lt;P&gt;I use a powershell script to front-end the installation. In it I do the following (though this is not all that the powershell script does):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$MSI= splunkforwarder-7.0.2-03bbabbd5c0f-x64-release.msi
$SUFloc = "c:\Program Files\SplunkUniversalForwarder"
$ARGS = "/i $MSI AGREETOLICENSE=Yes SPLUNK_APP=SplunkLightForwarder LAUNCHSPLUNK=0 INSTALLDIR=`"${SUFloc}`" SERVICESTARTTYPE=auto /quiet"
$proc = (Start-Process -FilePath "msiexec.exe" -ArgumentList "${ARGS}" -Wait -Passthru).ExitCode
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to do something similar not in a powershell script, you could extrapolate the command line that would be done from that.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218446#M42940</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2018-06-27T18:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to install a universal forwarder using CMD?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218447#M42941</link>
      <description>&lt;P&gt;ive found that if you remove the quotes off of:&lt;BR /&gt;
DEPLOYMENT_SERVER="me.com:9997”&lt;/P&gt;

&lt;P&gt;so:  DEPLOYMENT_SERVER=me.com:9997&lt;/P&gt;

&lt;P&gt;it works.....  I battled with this for a few hours.   my working cmd line:&lt;/P&gt;

&lt;P&gt;msiexec.exe /i splunkuf.msi AGREETOLICENSE=Yes DEPLOYMENT_SERVER=me.com:9997 LAUNCHSPLUNK=1 /quiet&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 20:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-install-a-universal-forwarder-using-CMD/m-p/218447#M42941</guid>
      <dc:creator>spunk311z</dc:creator>
      <dc:date>2020-02-10T20:08:49Z</dc:date>
    </item>
  </channel>
</rss>

