{"id":48,"date":"2017-02-03T16:35:57","date_gmt":"2017-02-03T15:35:57","guid":{"rendered":"http:\/\/blog.van-daag.nl\/?p=48"},"modified":"2017-02-03T16:35:57","modified_gmt":"2017-02-03T15:35:57","slug":"install-itunes-with-landesk","status":"publish","type":"post","link":"https:\/\/van-daag.nl\/?p=48","title":{"rendered":"Install iTunes with Landesk"},"content":{"rendered":"<p>At this moment I have rights for Landesk. Not optimal but I can add software and send it to systems what I manage.<\/p>\n<p>Here is a script that I use to install Itunes.<\/p>\n<pre class=\"lang:batch decode:true\" title=\"Install Itunes with landesk\">@echo off\ncls\necho --------------------------------------------------------\necho .\necho .\necho .      Installing iTunes 12.5.4.42 x64\necho .         Window will close once installed\n\nIf \"%PROCESSOR_ARCHITECTURE%\" == \"AMD64\" GOTO X64\nIF \"%PROCESSOR_ARCHITECTURE%\" == \"x86\" GOTO x86\n\nGOTO EXIT\n\n\n:: Wait for 20 seconds\nping -n 20 127.0.0.1 &gt; NUL\n\n:x86\nREM Copy Installer\nREM Installer is only X64\n\nGOTO EXIT\n\n\n\n:X64\nREM Copy Installer\nCopy \"\\\\&lt;SERVER&gt;\\iTunes 12.5.4.42 x64\\AppleApplicationSupport.msi\" \"C:\\Logs\\\"\nCopy \"\\\\&lt;SERVER&gt;\\iTunes 12.5.4.42 x64\\AppleApplicationSupport64.msi\" \"C:\\Logs\\\"\nCopy \"\\\\&lt;SERVER&gt;\\iTunes 12.5.4.42 x64\\AppleMobileDeviceSupport6464.msi\" \"C:\\Logs\\\"\nCopy \"\\\\&lt;SERVER&gt;\\iTunes 12.5.4.42 x64\\AppleSoftwareUpdate.msi\" \"C:\\Logs\\\"\nCopy \"\\\\&lt;SERVER&gt;\\iTunes 12.5.4.42 x64\\Bonjour64.msi\" \"C:\\Logs\\\"\nCopy \"\\\\&lt;SERVER&gt;\\iTunes 12.5.4.42 x64\\iTunes6464.msi\" \"C:\\Logs\\\"\n\nREM Run Installer\nMSIEXEC.EXE \/I \"C:\\Logs\\AppleApplicationSupport.msi\" \/QN \/norestart REBOOT=ReallySuppress\nMSIEXEC.EXE \/I \"C:\\Logs\\AppleApplicationSupport64.msi\" \/QN \/norestart REBOOT=ReallySuppress\nMSIEXEC.EXE \/I \"C:\\Logs\\AppleMobileDeviceSupport6464.msi\" \/QN \/norestart REBOOT=ReallySuppress\nMSIEXEC.EXE \/I \"C:\\Logs\\AppleSoftwareUpdate.msi\" \/QN \/norestart REBOOT=ReallySuppress\nMSIEXEC.EXE \/I \"C:\\Logs\\Bonjour64.msi\" \/QN \/norestart REBOOT=ReallySuppress\nMSIEXEC.EXE \/I \"C:\\Logs\\iTunes6464.msi\" \/QN \/norestart REBOOT=ReallySuppress\n\n:: Wait for 20 seconds\nping -n 20 127.0.0.1 &gt; NUL\n\nREM Delete Installer\nDel \"C:\\Logs\\AppleApplicationSupport.msi\"\nDel \"C:\\Logs\\AppleApplicationSupport64.msi\"\nDel \"C:\\Logs\\AppleMobileDeviceSupport6464.msi\"\nDel \"C:\\Logs\\AppleSoftwareUpdate.msi\"\nDel \"C:\\Logs\\Bonjour64.msi\"\nDel \"C:\\Logs\\iTunes6464.msi\"\n\nGOTO EXIT\n\n:EXIT\nREM Return exit code to Landesk\nexit \/B %EXIT_CODE%<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At this moment I have rights for Landesk. Not optimal but I can add software and send it to systems what I manage. Here is a script that I use to install Itunes. @echo off cls echo &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; echo . echo . echo . Installing iTunes 12.5.4.42 x64 echo . Window will close once installed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-48","post","type-post","status-publish","format-standard","hentry","category-ms-dos-scripts"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=48"}],"version-history":[{"count":0,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/48\/revisions"}],"wp:attachment":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=48"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=48"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}