<?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; Adobe</title>
	<atom:link href="http://tehtech.com/tag/adobe/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.0</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">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">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 />
[ad]</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>
