<?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 .Net MSI Installer Arguments in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732983#M8241</link>
    <description>&lt;P&gt;I'm working on an ansible playbook for agent deployment and I'm wondering if anyone knows if the agruments that can be passed to the msi installer are documented anywhere? I need to pass the installation and program data directory locations to win_package.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 16:24:48 GMT</pubDate>
    <dc:creator>Andrew_Nerdahl</dc:creator>
    <dc:date>2018-08-21T16:24:48Z</dc:date>
    <item>
      <title>.Net MSI Installer Arguments</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732983#M8241</link>
      <description>&lt;P&gt;I'm working on an ansible playbook for agent deployment and I'm wondering if anyone knows if the agruments that can be passed to the msi installer are documented anywhere? I need to pass the installation and program data directory locations to win_package.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 16:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732983#M8241</guid>
      <dc:creator>Andrew_Nerdahl</dc:creator>
      <dc:date>2018-08-21T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: .Net MSI Installer Arguments</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732984#M8242</link>
      <description>&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO44/Unattended+Installation+for+.NET" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Unattended+Installation+for+.NET&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Optional Parameters:&lt;/P&gt;
&lt;P&gt;AD_SetupFile: P&lt;SPAN&gt;ass the absolute file path to the setup configuration file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;INSTALLDIR: Specify the the directory to install the .NET Agent executables and supporting files.&lt;/P&gt;
&lt;P&gt;DOTNETAGENTFOLDER: New in 4.1.3, specify the parent directory for local data including agent configuration files and log files.&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;msiexec /i dotNetAgentSetup64.msi /q /norestart /lv %TEMP%\AgentInstaller.log AD_SetupFile=C:\temp\SetupConfig.xml INSTALLDIR=D:\AppDynamics DOTNETAGENTFOLDER=D:\AppDynamicsData&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732984#M8242</guid>
      <dc:creator>Andrew_Nerdahl</dc:creator>
      <dc:date>2018-08-22T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: .Net MSI Installer Arguments</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732985#M8243</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;Im working on a playbook to install .Net agent on a windows host.&lt;/P&gt;&lt;P&gt;Im getting the following error while trying to install .Net agent.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;WIN-XXXXXXX | FAILED! =&amp;gt; {&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;"changed": false,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;"msg": "the file at the URL &lt;A href="http://download.appdynamics.com/download/prox/download-file/dotnet/4.5.18.1/dotNetAgentSetup64-4.5.18.1.msi" target="_blank" rel="nofollow noopener noreferrer"&gt;http://download.appdynamics.com/download/prox/download-file/dotnet/4.5.18.1/dotNetAgentSetup64-4.5.18.1.msi&lt;/A&gt; c&lt;STRONG&gt;annot be reached: The remote server returned an error: (405) Method Not Allowed.",&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;"reboot_required": false&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;Provided&lt;/EM&gt; below is the command I used to install&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#003366"&gt;&lt;STRONG&gt;ansible windows -i hosts -m win_package -a "path='&lt;A href="http://download.appdynamics.com/download/prox/download-file/dotnet/4.5.18.1/dotNetAgentSetup64-4.5.18.1.msi" target="_blank" rel="nofollow noopener noreferrer"&gt;http://download.appdynamics.com/download/prox/download-file/dotnet/4.5.18.1/dotNetAgentSetup64-4.5.18.1.msi&lt;/A&gt;' product_id='AppD_.Net_Agent'"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Could you please help in this case if possible.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 21:24:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732985#M8243</guid>
      <dc:creator>nkarthick2511</dc:creator>
      <dc:date>2020-01-16T21:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: .Net MSI Installer Arguments</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732986#M8244</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would imagine that you're running into a situation with a 405 error that there is an authentication requirement that isn't being met on the remote server. To avoid this issue, I download and&amp;nbsp;maintain a local repository of the agent files I distribute on my Ansible server. It also allows me to control the number of versions I have deployed to my environment at anyone time.&lt;/P&gt;&lt;P&gt;However, it looks like you'll want to utilize the &lt;U&gt;&lt;EM&gt;username&lt;/EM&gt;&lt;/U&gt; and &lt;U&gt;&lt;EM&gt;password&lt;/EM&gt;&lt;/U&gt; parameters (that give you access to the AppDynamics website) for win_package, as outlined in the Ansible module documentation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.ansible.com/ansible/latest/modules/win_package_module.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.ansible.com/ansible/latest/modules/win_package_module.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 21:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732986#M8244</guid>
      <dc:creator>Andrew_Nerdahl</dc:creator>
      <dc:date>2020-01-16T21:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: .Net MSI Installer Arguments</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732987#M8245</link>
      <description>&lt;P&gt;Agreed and will incline towards the Local Repository way.&lt;/P&gt;&lt;P&gt;Thanks for your Response Andrew.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 21:54:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-MSI-Installer-Arguments/m-p/732987#M8245</guid>
      <dc:creator>nkarthick2511</dc:creator>
      <dc:date>2020-01-16T21:54:23Z</dc:date>
    </item>
  </channel>
</rss>

