<?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 Login Agent Installation Via Command Line in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94602#M44011</link>
    <description>We are trying to install Login Agent via Command line but we are not able to pass Blue Prism Server Connection Name as argument .
Command is as follows : 
MSIEXEC.EXE /I "LoginAgent2.0.0_x64.msi" /l*v C:\temp\la.log /QB- ALLUSERS=1 BPCONN=myconnectionname

Installation happens successfully by this command but it does not reflect the connection name property passed using BPCONN . We cannot see any connection information in  Login Agent Configuration File (C:\ProgramData\Blue Prism Limited \Automate V3\LoginAgentService.config) . This file is created without any connection information.

OS : Windows Server 2012 R2.

How we identified property BPCONN : We created the installation log for GUI installation and found that installer is using BPCONN property for holding connection name. We are trying to pass the same to MSIEXEC .
Why we want to do this : We are creating a package which can be installed remotely on any PC via SCCM .

Any help appreciated . Thanks</description>
    <pubDate>Wed, 14 Dec 2016 13:16:00 GMT</pubDate>
    <dc:creator>Amar_DeepSIngh</dc:creator>
    <dc:date>2016-12-14T13:16:00Z</dc:date>
    <item>
      <title>Login Agent Installation Via Command Line</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94602#M44011</link>
      <description>We are trying to install Login Agent via Command line but we are not able to pass Blue Prism Server Connection Name as argument .
Command is as follows : 
MSIEXEC.EXE /I "LoginAgent2.0.0_x64.msi" /l*v C:\temp\la.log /QB- ALLUSERS=1 BPCONN=myconnectionname

Installation happens successfully by this command but it does not reflect the connection name property passed using BPCONN . We cannot see any connection information in  Login Agent Configuration File (C:\ProgramData\Blue Prism Limited \Automate V3\LoginAgentService.config) . This file is created without any connection information.

OS : Windows Server 2012 R2.

How we identified property BPCONN : We created the installation log for GUI installation and found that installer is using BPCONN property for holding connection name. We are trying to pass the same to MSIEXEC .
Why we want to do this : We are creating a package which can be installed remotely on any PC via SCCM .

Any help appreciated . Thanks</description>
      <pubDate>Wed, 14 Dec 2016 13:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94602#M44011</guid>
      <dc:creator>Amar_DeepSIngh</dc:creator>
      <dc:date>2016-12-14T13:16:00Z</dc:date>
    </item>
    <item>
      <title>Have you reached a solution?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94603#M44012</link>
      <description>Have you reached a solution?</description>
      <pubDate>Wed, 17 Jan 2018 23:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94603#M44012</guid>
      <dc:creator>JonasSøgaard</dc:creator>
      <dc:date>2018-01-17T23:43:00Z</dc:date>
    </item>
    <item>
      <title>Hi…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94604#M44013</link>
      <description>Hi
Did you managed to build a package to be installed using SCCM? how did you managed the connection file?
Thanks
B</description>
      <pubDate>Tue, 06 Feb 2018 14:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94604#M44013</guid>
      <dc:creator>BernardoBarosa</dc:creator>
      <dc:date>2018-02-06T14:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94605#M44014</link>
      <description>I know this is an old question but somehow Blue Prism does not have the full information in their online help or in the knowledgebase. So here are the properties working for me.&lt;BR /&gt;&lt;BR /&gt;msiexec.exe /i "C:\intallfiles\LoginAgent_x64.msi" INSTALLFOLDER="C:\Blue Prism Login Agent" CONNECTIONNAME="Default Connection" EnableSASProxy=true AttemptOverrideSASGPO=false AttemptOverrideLegalMsgGPO=true /qn ADDLOCAL=LoginAgent,SasService&lt;BR /&gt;&lt;BR /&gt;Hopefully it helps others like me or myself in the future &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Keywords for google: LoginAgent msiexec installation&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carol Ouellet&lt;BR /&gt;Developer&lt;BR /&gt;IBM&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jul 2021 23:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94605#M44014</guid>
      <dc:creator>Carol.Ouellet</dc:creator>
      <dc:date>2021-07-08T23:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94606#M44015</link>
      <description>Congratulations on the initiative to revive an old post to share this solution, make sure it will be appreciated in the community, and it contributes to a more complete community&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;America/Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2021 01:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-Installation-Via-Command-Line/m-p/94606#M44015</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-07-09T01:12:00Z</dc:date>
    </item>
  </channel>
</rss>

