{"id":784,"date":"2015-04-19T22:52:28","date_gmt":"2015-04-19T20:52:28","guid":{"rendered":"http:\/\/www.netexpertise.eu\/en\/?p=784"},"modified":"2021-10-13T21:48:57","modified_gmt":"2021-10-13T19:48:57","slug":"ibm-client-access-deployment-gpo","status":"publish","type":"post","link":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html","title":{"rendered":"Deploy IBM iSeries Client Access with Windows Group Policies"},"content":{"rendered":"\n<p>Client Access can be deployed by <a href=\"\/en\/tag\/gpo\">GPO<\/a> with the MSI file provided in the installation directory. However you will have to create a MST file containing custom parameters that will add up to the MSI.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><br>Create a Transform file<\/h3>\n\n\n\n<p>The transform file contains customized settings you may apply to the software you are going to deploy via group policy. The MSI does not need to be changed.<br>&nbsp;<br>Download <a href=\"http:\/\/www.instedit.com\">Instedit<\/a> to customize the MSI file.<br>Run Instedit and click on File -&gt; Open and browse to image32\\cwbinstall.msi. The MST (Tranform file) will also apply to the 64 bit package in a next step.<br>In the top menu, click Transform -&gt; New Transform<br>Create Tranform.mst in the same folder.<br>&nbsp;<br>We will now modify the MST.<br>Click on the Property table, then on the right hand pane, right click -&gt; Add row<br>Fill in Property and Value<br>Ex: CWBPrimaryLang\/MRI2928 for French as default language<br>Click Save in the File menu. All the changes will be saved in the new MST file. The MSI remains as is.<br><br><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"\/images\/Client_Access_Transform.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><br>A few things can be customized. A list of public properties is available at<br><a href=\"http:\/\/pic.dhe.ibm.com\/infocenter\/iseries\/v7r1m0\/topic\/rzaij\/rzaijpblcprop.htm\">http:\/\/pic.dhe.ibm.com\/infocenter\/iseries\/v7r1m0\/topic\/rzaij\/rzaijpblcprop.htm<\/a><br>&nbsp;<br>Some useful properties you can change in the Property table:<br>CWBInstallType: Complete\/Custom\/PC5250User (only valid on a first time installation)<br>CWBPrimaryLang: MRI2928<br>In the Feature table: Set level to 1 on features you want to install<br>The full list is available at<br><a href=\"http:\/\/www-01.ibm.com\/support\/knowledgecenter\/ssw_ibm_i_71\/rzaij\/rzaijfeattree.htm\">http:\/\/www-01.ibm.com\/support\/knowledgecenter\/ssw_ibm_i_71\/rzaij\/rzaijfeattree.htm<\/a><br>&nbsp;<br>Note: If iSeries Client Access is already installed on the computer you&#8217;re running the GPO on, it will not overwrite the list of installed features. It will just upgrade the software. What a pity!<br>2 workarounds:<br>&#8211; Uninstall Client Access and run a GPO with the new features listed in the MST file<br>&#8211; Run manually msiexec \/i cwbinstall.msi ADDLOCAL=feature (where feature is the requested feature such as dotnet or whatever)<br>&nbsp;<br>Note: Setup will display in the default language as well as in &#8220;All Programs&#8221; menu as explained on <a href=\"http:\/\/pic.dhe.ibm.com\/infocenter\/iseries\/v6r1m0\/index.jsp?topic=\/rzaij\/rzaijinscnsd.htm\">IBM<\/a>. The language selection is only available when running setup.exe. However, the menu bar within applications will be installed as requested in CWBPrimaryLang.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><br>How do I use the MST?<\/h3>\n\n\n\n<p>You can run the transform on a test machine from the command line to make sure it does what you want:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"powershell\" class=\"language-powershell\">msiexec \/i cwbinstall.msi TRANSFORMS=Transform.mst<\/code><\/pre>\n\n\n\n<p><br>If everything&#8217;s alright, you can create a Group Policy Object<br>1. Create a new Software Installation Package in the Computer Settings node of Group Policy Object Editor.<br>2. Select the cwbinstall MSI file, and then click Advanced (This is the ONLY opportunity you will have to apply a transform to this Package).<br>3. For the 32-bit package, on the deployment tab, click Advanced, and untick &#8220;Make this 32-bit X86 application available to Win64 machines&#8221;<br>3. On the Modifications tab, click Add and select the MST file you created previously.<br>4. If you have both 32 and 64 bits operating systems on your network, add a second software within the same GPO, and select the 64-bit iSeries application.<br>The system will choose the right software when applying the GPO<br>&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Service Packs and Prerequisites<\/h3>\n\n\n\n<p>For better stability, you should install the latest iSeries Client Access service pack on top of the original software.<br>Download Microsoft Visual C++ 2005 Redistributable SP1 Security update &#8211; This is a service pack requirement &#8211; vcredist_x86.EXE and vcredist_x64.EXE on <a href=\"http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=26347\">Microsoft<\/a>.<br>Download the 32 and 64 bit latest service packs on <a href=\"http:\/\/www-03.ibm.com\/systems\/power\/software\/i\/access\/windows_sp.html\">IBM SP Download page<\/a>.<br>Extract vcredist_xXX.exe with 7zip or another software to get the MSI and CAB files.<br>&nbsp;<br>Pre-install the service pack executable on a computer and choose to unpack the files in a permanent folder. Copy the folder content to your default installation image, overwriting older files.<br>As for the vcredist, create a new GPO with the 32 and 64-bit MSI (Don&#8217;t untick the 32-bit compatibility as 64-bit OS need both 32 and 64-bit Visual C++).<br><br><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"\/images\/Client_Access_GPO.png\" alt=\"Sort GPO policies\"\/><\/figure><\/div>\n\n\n\n<p><br>Change the GPO order so client Access runs after vcredist: Click on the OU; On the right pane, make sure Client Access has position number 1 (it&#8217;s in the reverse order, first line executes last!)<br>Redeploy the Client Access GPO with the built-in service pack<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><br>RSOP<\/h3>\n\n\n\n<p>You can check the deployment went ok with the usual Microsoft tools such as rsop.msc or gpresult.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Client Access can be deployed by GPO with the MSI file provided in the installation directory. However you will have to create a MST file containing custom parameters that will add up to the MSI. Create a Transform file The transform file contains customized settings you may apply to the software you are going to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[210],"tags":[396,357,215,405,230,391],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Netexpertise - Deploy IBM iSeries Client Access with Windows Group Policies<\/title>\n<meta name=\"description\" content=\"D\u00e9ploy IBM iSeries Client Access by GPO and customize language and setup with the MSI and a MST transform file\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Netexpertise - Deploy IBM iSeries Client Access with Windows Group Policies\" \/>\n<meta property=\"og:description\" content=\"D\u00e9ploy IBM iSeries Client Access by GPO and customize language and setup with the MSI and a MST transform file\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html\" \/>\n<meta property=\"og:site_name\" content=\"Netexpertise\" \/>\n<meta property=\"article:published_time\" content=\"2015-04-19T20:52:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-13T19:48:57+00:00\" \/>\n<meta name=\"author\" content=\"dave\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@netexpertise\" \/>\n<meta name=\"twitter:site\" content=\"@netexpertise\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html\",\"url\":\"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html\",\"name\":\"Netexpertise - Deploy IBM iSeries Client Access with Windows Group Policies\",\"isPartOf\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#website\"},\"datePublished\":\"2015-04-19T20:52:28+00:00\",\"dateModified\":\"2021-10-13T19:48:57+00:00\",\"author\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa\"},\"description\":\"D\u00e9ploy IBM iSeries Client Access by GPO and customize language and setup with the MSI and a MST transform file\",\"breadcrumb\":{\"@id\":\"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/www.netexpertise.eu\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deploy IBM iSeries Client Access with Windows Group Policies\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#website\",\"url\":\"http:\/\/www.netexpertise.eu\/en\/\",\"name\":\"Netexpertise\",\"description\":\"Systems \/ Networks \/ DevOps\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.netexpertise.eu\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa\",\"name\":\"dave\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g\",\"caption\":\"dave\"},\"sameAs\":[\"http:\/\/www.netexpertise.eu\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Netexpertise - Deploy IBM iSeries Client Access with Windows Group Policies","description":"D\u00e9ploy IBM iSeries Client Access by GPO and customize language and setup with the MSI and a MST transform file","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html","og_locale":"en_US","og_type":"article","og_title":"Netexpertise - Deploy IBM iSeries Client Access with Windows Group Policies","og_description":"D\u00e9ploy IBM iSeries Client Access by GPO and customize language and setup with the MSI and a MST transform file","og_url":"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html","og_site_name":"Netexpertise","article_published_time":"2015-04-19T20:52:28+00:00","article_modified_time":"2021-10-13T19:48:57+00:00","author":"dave","twitter_card":"summary_large_image","twitter_creator":"@netexpertise","twitter_site":"@netexpertise","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html","url":"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html","name":"Netexpertise - Deploy IBM iSeries Client Access with Windows Group Policies","isPartOf":{"@id":"http:\/\/www.netexpertise.eu\/en\/#website"},"datePublished":"2015-04-19T20:52:28+00:00","dateModified":"2021-10-13T19:48:57+00:00","author":{"@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa"},"description":"D\u00e9ploy IBM iSeries Client Access by GPO and customize language and setup with the MSI and a MST transform file","breadcrumb":{"@id":"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.netexpertise.eu\/en\/systems\/as400\/ibm-client-access-deployment-gpo.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/www.netexpertise.eu\/en"},{"@type":"ListItem","position":2,"name":"Deploy IBM iSeries Client Access with Windows Group Policies"}]},{"@type":"WebSite","@id":"http:\/\/www.netexpertise.eu\/en\/#website","url":"http:\/\/www.netexpertise.eu\/en\/","name":"Netexpertise","description":"Systems \/ Networks \/ DevOps","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.netexpertise.eu\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa","name":"dave","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g","caption":"dave"},"sameAs":["http:\/\/www.netexpertise.eu"]}]}},"_links":{"self":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts\/784"}],"collection":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/comments?post=784"}],"version-history":[{"count":0,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts\/784\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/media?parent=784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/categories?post=784"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/tags?post=784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}