<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Teh Tech &#187; Unattended</title>
	<atom:link href="http://tehtech.com/tag/unattended/feed/" rel="self" type="application/rss+xml" />
	<link>http://tehtech.com</link>
	<description>Being an Admin is Hard Enough</description>
	<lastBuildDate>Wed, 14 Jul 2010 16:14:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Curling: Installing Adobe Reader With cURL</title>
		<link>http://tehtech.com/curling-installing-adobe-reader-with-curl/</link>
		<comments>http://tehtech.com/curling-installing-adobe-reader-with-curl/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:09:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Unattended]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=47</guid>
		<description><![CDATA[Don&#8217;t worry, you wont need a broom for this. Â cURL is a free opensoure, crossplatform, tiny application used for file transfer over urls, and browser emulation form command line. Â It is avaliable hereÂ http://curl.haxx.se/Â . Â I happened across this while back while looking for a way to remotely download files from microsoft without user intervention and this [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t worry, you wont need a broom for this. Â cURL is a free opensoure, crossplatform, tiny application used for file transfer over urls, and browser emulation form command line. Â It is avaliable hereÂ <a title="cURL" href="http://curl.haxx.se/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/curl.haxx.se/?referer=');">http://curl.haxx.se/</a>Â . Â I happened across this while back while looking for a way to remotely download files from microsoft without user intervention and this has proved to be veryÂ useful. Â So heres how it works to do a basic download. In this example we are downloading Adobe Reader 9 from adobe.com.<br />
<span id="more-47"></span></p>
<div class="box">http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.0/enu/AdbeRdr90_en_US.exeÂ -o &#8220;c:tempadobeAdbeRdr90_en_US.exe&#8221;</div>
<p>Essentially you use the syntax <span style="color: #ff0000;">&lt;URL of file&gt; -o &lt;Destination of file in quotes&gt;<span style="color: #000000;">Â </span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">The Â &#8217;-o&#8217; switch will output the file where you want it to go, the directory must already exist though. Â Additionally this will work only for URLs that do not begin with HTTP. Â Telnet, TFTP, FTP, and many other common protocols are supported. Â If you need to curl from a HTTPS site you must also download the open SSL package from <a title="cURL" href="http://curl.haxx.se/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/curl.haxx.se/?referer=');">http://curl.haxx.se/.</a></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">Now to put it all together. Â This script can be used as a batch file to download and install Adobe Reader 9 from Adobe.com without any user intervention. Â The download is automated, and theÂ necessaryÂ switches to completely automate theÂ installationÂ are below.Â Â The instalation of adobe is completely silent, it installs for all users with noÂ userÂ input or display.Â Â Give itÂ about 5 min to complete the install after the curl finishes.Â  Â This scriptÂ can be used in a login script on a domain, or pushed through aÂ managementÂ application such as Kaseya.</span></span></p>
<div class="box">md c:temp<br />
md c:tempadobe<br />
<span style="color: #ff0000;">c:tempcurl.exe</span> http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.0/enu/AdbeRdr90_en_US.exe -o &#8220;c:tempadobeAdbeRdr90_en_US.exe&#8221;<br />
c:tempadobeAdbeRdr90_en_US.exe /sAll /rs /l /msi&#8221;/qb-! /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES</div>
<p>Note that you can change the path to your curl.exe to match where you have stored it on your computer.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-2740910196434334";
google_ad_slot = "5492961778";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/curling-installing-adobe-reader-with-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

