{"id":743,"date":"2013-06-09T22:24:24","date_gmt":"2013-06-09T20:24:24","guid":{"rendered":"http:\/\/sccmfaq.wordpress.com\/?p=743"},"modified":"2013-06-09T22:24:24","modified_gmt":"2013-06-09T20:24:24","slug":"sccm-2012-sp1-install-console-on-remote-client","status":"publish","type":"post","link":"https:\/\/blog.hosebei.ch\/?p=743","title":{"rendered":"SCCM 2012 SP1 &#8211; Install Console on Remote Client"},"content":{"rendered":"<p>So, my last blog entry Tasks about, what to do, when the Report Viewer is missing, when using a remote console. And yes, I wanted to know, why the Report Viewer is missing. This is why I renew the post about installing the System Center 2012 Configuration Manager SP1 Console on a remote console. <!--more--><\/p>\n<p>To start, the official Link to the Installation guide is to find here:<br \/>\nhttp:\/\/technet.microsoft.com\/en-us\/library\/gg712320.aspx#BKMK_InstallConsole<\/p>\n<p>I just use the following command in my deployment type to install the console:<br \/>\n<code>\"ConsoleSetup.exe\" \/q TargetDir=\"%programfiles%SCCM2012Console\" EnableSQM=0 DefaultSiteServerName=$FQDNSiteServer<\/code><\/p>\n<p>and uninstall:<br \/>\n&#8220;ConsoleSetup.exe&#8221; \/uninstall \/q<\/p>\n<p><a href=\"http:\/\/hosebei.wordpress.com\/wp-content\/uploads\/2013\/06\/remote-console-011.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-748\" alt=\"install remote console\" src=\"http:\/\/hosebei.wordpress.com\/wp-content\/uploads\/2013\/06\/remote-console-011.png?w=300\" width=\"300\" height=\"257\" srcset=\"https:\/\/blog.hosebei.ch\/wp-content\/uploads\/2013\/06\/remote-console-011.png 648w, https:\/\/blog.hosebei.ch\/wp-content\/uploads\/2013\/06\/remote-console-011-300x258.png 300w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p><strong>Important:<\/strong><br \/>\nChoose &#8220;Run Installation and uninstall program as 32-bit process on 64-bit clients&#8221;, otherwise Visual C++ and the Report Viewer will not be installed on 64-bit OS. You will find the following errors at the end of &#8220;ConfigMgrAdminUISetup.log&#8221;:<\/p>\n<blockquote><p>\n&lt;![LOG[Installation succeeded.]LOG]!&gt;&lt;time=&#8221;22:06:38.625-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;1&#8243; thread=&#8221;1204&#8243; file=&#8221;msiutil.cpp:656&#8243;&gt;<br \/>\n&lt;![LOG[Installing VcRedist from &#8220;C:Program FilesSCCM2012SP1ConsoleBinvcredist_x86.exe&#8221; \/q]LOG]!&gt;&lt;time=&#8221;22:06:38.625-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;1&#8243; thread=&#8221;1204&#8243; file=&#8221;uisetup.cpp:793&#8243;&gt;<br \/>\n&lt;![LOG[CreateProcess failed (2). szCommandLine=&#8221;C:Program FilesSCCM2012SP1ConsoleBinvcredist_x86.exe&#8221; \/q, szDirectory=(null)]LOG]!&gt;&lt;time=&#8221;22:06:38.625-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;3&#8243; thread=&#8221;1204&#8243; file=&#8221;uisetup.cpp:217&#8243;&gt;<br \/>\n&lt;![LOG[Cannot continue VCRedist install.]LOG]!&gt;&lt;time=&#8221;22:06:38.625-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;2&#8243; thread=&#8221;1204&#8243; file=&#8221;uisetup.cpp:796&#8243;&gt;<br \/>\n&lt;![LOG[Installing ReportViewer from &#8220;C:Program FilesSCCM2012SP1ConsoleBinReportViewer.exe&#8221; \/q]LOG]!&gt;&lt;time=&#8221;22:06:38.625-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;1&#8243; thread=&#8221;1204&#8243; file=&#8221;uisetup.cpp:823&#8243;&gt;<br \/>\n&lt;![LOG[CreateProcess failed (2). szCommandLine=&#8221;C:Program FilesSCCM2012SP1ConsoleBinReportViewer.exe&#8221; \/q, szDirectory=(null)]LOG]!&gt;&lt;time=&#8221;22:06:38.625-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;3&#8243; thread=&#8221;1204&#8243; file=&#8221;uisetup.cpp:217&#8243;&gt;<br \/>\n&lt;![LOG[Cannot continue ReportViewer install.]LOG]!&gt;&lt;time=&#8221;22:06:38.625-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;2&#8243; thread=&#8221;1204&#8243; file=&#8221;uisetup.cpp:826&#8243;&gt;<br \/>\n&lt;![LOG[Install successfull]LOG]!&gt;&lt;time=&#8221;22:06:38.626-120&#8243; date=&#8221;06-09-2013&#8243; component=&#8221;&#8221; context=&#8221;&#8221; type=&#8221;1&#8243; thread=&#8221;1204&#8243; file=&#8221;uisetup.cpp:852&#8243;&gt;\n<\/p><\/blockquote>\n<p>This is because when used the &#8220;%programfiles% variable is used, the console is installed as 32-bit Installation in &#8220;Program Files (x86)&#8221;, the two Setups resides inside the &#8220;32-bit&#8221; Folder, the console Setup searches for it inside the native 64-bit Folder structure and couldn&#8217;t find.<\/p>\n<p>Hope this helps, Martin<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So, my last blog entry Tasks about, what to do, when the Report Viewer is missing, when using a remote console. And yes, I wanted to know, why the Report Viewer is missing. This is why I renew the post about installing the System Center 2012 Configuration Manager SP1 Console on a remote console.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35,36],"tags":[],"class_list":["post-743","post","type-post","status-publish","format-standard","hentry","category-sccm-2012","category-setup"],"_links":{"self":[{"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=\/wp\/v2\/posts\/743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=743"}],"version-history":[{"count":0,"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=\/wp\/v2\/posts\/743\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=743"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=743"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hosebei.ch\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}