{"id":378,"date":"2015-08-12T13:03:28","date_gmt":"2015-08-12T13:03:28","guid":{"rendered":"https:\/\/www.lieben.nu\/liebensraum\/?p=378"},"modified":"2015-08-12T13:03:28","modified_gmt":"2015-08-12T13:03:28","slug":"building-media-for-office-2013-click-to-run","status":"publish","type":"post","link":"https:\/\/lieben.nu\/liebensraum\/2015\/08\/building-media-for-office-2013-click-to-run\/","title":{"rendered":"Building media for Office 2013 Click to Run"},"content":{"rendered":"<p>When you have low bandwidth sites, but still wish to use the Office 365 version (Click to Run) of Office 2013, you don&#8217;t want your users to individually download the whole package over a 768k line.<\/p>\n<p>The best method is using System Center Configuration Manager or another form of local distribution like branch caching on a local machine in the remote location. But sometimes those are not available, you&#8217;ll have to resort to good old DVD&#8217;s.<\/p>\n<p>The CTR installer requires a full path for the configuration file, here&#8217;s how I fixed an installation DVD for that.<!--more--><\/p>\n<p>1. download the Office 2013 Click to Run Customization Tool:\u00a0<a href=\"http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=36778\" target=\"_blank\">http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=36778<\/a><\/p>\n<p>2. Extract it to a local folder, let&#8217;s say c:\\temp<\/p>\n<p>3. Open a\u00a0text editor and edit the configuration file to your preferences, mine looked like this for an x86 English install:<\/p>\n<blockquote><p>&lt;Configuration&gt;<br \/>\n&lt;Add OfficeClientEdition=&#8221;32&#8243;&gt;<br \/>\n&lt;Product ID=&#8221;O365ProPlusRetail&#8221; &gt;<br \/>\n&lt;Language ID=&#8221;en-us&#8221; \/&gt;<br \/>\n&lt;\/Product&gt;<br \/>\n&lt;\/Add&gt;<br \/>\n&lt;\/Configuration&gt;<\/p><\/blockquote>\n<p>4. Open a cmd window and type c:\\temp\\setup.exe \/download c:\\temp\\configuration.xml<\/p>\n<p>5. wait for the process to complete, you should see an Office folder appear<\/p>\n<p>6. Create a root folder for your ISO image, for example, c:\\dvdroot<\/p>\n<p>7. Create a subfolder, src: c:\\dvdroot\\src<\/p>\n<p>8. Move the Office folder, setup.exe and configuration.xml to the SRC folder<\/p>\n<p>9. Edit the configuration.xml in the src folder, mine looked like this:<\/p>\n<p>&lt;Configuration&gt;<\/p>\n<p>&lt;Add OfficeClientEdition=&#8221;32&#8243; &gt;<br \/>\n&lt;Product ID=&#8221;O365ProPlusRetail&#8221;&gt;<br \/>\n&lt;Language ID=&#8221;en-us&#8221; \/&gt;<br \/>\n&lt;\/Product&gt;<br \/>\n&lt;\/Add&gt;<\/p>\n<p>&lt;Updates Enabled=&#8221;FALSE&#8221;\/&gt;<\/p>\n<p>&lt;Display Level=&#8221;Full&#8221; AcceptEULA=&#8221;TRUE&#8221; \/&gt;<\/p>\n<p>&lt;Logging Path=&#8221;%temp%&#8221; \/&gt;<\/p>\n<p>&lt;Property Name=&#8221;AUTOACTIVATE&#8221; Value=&#8221;1&#8243; \/&gt;<\/p>\n<p>&lt;\/Configuration&gt;<\/p>\n<p>10. Now create an Install.bat file in the dvdroot folder (c:\\dvdroot\\Install.bat)<\/p>\n<p>11. Paste this in the Install.bat file:<\/p>\n<p>%~dp0src\\setup.exe \/configure %~dp0src\\install.xml<\/p>\n<p>The %~dp0 points to the folder Install.bat is in, src\\setup.exe calls setup.exe in the SRC folder.<\/p>\n<p>12. Burn the ISO to a DVD.<\/p>\n<p>Because setup.exe needs a full path to the configuration file, not using this method would cause the installation to fail if I&#8217;d choose say d: (dvd drive), and one of the remote locations was using e: or another driveletter.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you have low bandwidth sites, but still wish to use the Office 365 version (Click to Run) of Office 2013, you don&#8217;t want your users to individually download the whole package over a 768k line. The best method is using System Center Configuration Manager or another form of local distribution like branch caching on &hellip; <a href=\"https:\/\/lieben.nu\/liebensraum\/2015\/08\/building-media-for-office-2013-click-to-run\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Building media for Office 2013 Click to Run<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":""},"categories":[32],"tags":[],"class_list":["post-378","post","type-post","status-publish","format-standard","hentry","category-office-365"],"_links":{"self":[{"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/posts\/378","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/comments?post=378"}],"version-history":[{"count":0,"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/posts\/378\/revisions"}],"wp:attachment":[{"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/media?parent=378"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/categories?post=378"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lieben.nu\/liebensraum\/wp-json\/wp\/v2\/tags?post=378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}