﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>New Boundary Support Forum / Prism Deploy &amp; Prism Pack / Installation Questions  / Deploy Prism 7 Client (Active Directory) / Latest Posts</title><generator>InstantForum.NET v4.1.3</generator><description>New Boundary Support Forum</description><link>http://nbtnet.newboundary.com/forum/</link><webMaster>support@newboundary.com</webMaster><lastBuildDate>Fri, 21 Nov 2008 16:01:48 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Deploy Prism 7 Client (Active Directory)</title><link>http://nbtnet.newboundary.com/forum/Topic1236-1-1.aspx</link><description>&lt;DIV class=Section1&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;There are issues when using GPOs to push out Prism version 7.0.x Subscription Files, but it may still be possible depending on your environment. Here is some clarification about why KB Q10054 was changed to exclude version 7. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;There are issues related to running a Subscription File in GPO's when there is already a client on the target computer. Examples include if an older client is already installed and running and the Subscription is meant to upgrade the files, or if the Subscription file runs on a computer that already has the newest client installed. We are working to resolve these issues in our next maintenance release. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;If you are planning to use GPOs to install the client to a computer that does not have the Prism client installed, this is doable today. Just use a batch file to check if a client already exists and only run the Subscription file if not. The batch file would look similar to the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;@ECHO OFF&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;IF EXIST "c:\program filesew boundary\client\ptclient.exe" GOTO END&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;subscription.exe /&lt;SPAN class=SpellE&gt;clientinstall&lt;/SPAN&gt; /system &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN class=GramE&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;:END&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;Run the batch file as a Machine Startup Script. Copy the batch file and Subscription file to the GPO path on the server.&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;Be sure to run several tests prior to doing a mass rollout.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'"&gt;If you are looking to upgrade the client on existing computers that are already polling a Channel, perhaps you can push out the Subscription file as a Command Task. This is our recommended method for upgrading a client. This also works if you want to subscribe a computer to a different Channel. Push out the Subscription file using the Channel that the computer is already subscribed to. Details on how to do this are documented in this technote:&lt;SPAN style="mso-spacerun: yes"&gt;  &lt;/SPAN&gt;&lt;A href="http://www.nbtnet.newboundary.com/supportkb/article.aspx?id=10222&amp;amp;cNode=8F6U8O"&gt;http://www.nbtnet.newboundary.com/supportkb/article.aspx?id=10222&amp;amp;cNode=8F6U8O&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description><pubDate>Fri, 24 Mar 2006 15:06:00 GMT</pubDate><dc:creator>New Boundary Support</dc:creator></item><item><title>Deploy Prism 7 Client (Active Directory)</title><link>http://nbtnet.newboundary.com/forum/Topic1236-1-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;KB Q10054 on using group policy to auto install prism and subscribe to the channel was changed to reflect (NOT version 7). Any suggestions on how to auto install besides using the prism suite console?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Here is what I would like to do is have an “OU” in active directory and when we move a PC into that “OU” the client install sca.exe (created from the prism suite 7 console) program will auto install to that computer without any interaction from my staff. Would I do this as a batch file in group policy similar to what the KB had stated “add to windows settings startup scripts” or add to the “Software installation” under the Computer Configuration Software Settings in a group policy?&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;What is the best suggestion? I want every PC in my “OU” to have prism client installed and not miss a single one.&lt;/SPAN&gt;&lt;/P&gt;</description><pubDate>Fri, 24 Mar 2006 15:03:00 GMT</pubDate><dc:creator>Thomas</dc:creator></item></channel></rss>