 




<?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>Network Administrator Knowledgebase &#187; AutoCAD 2009 unattended</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-administrator/tag/autocad-2009-unattended/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-administrator</link>
	<description></description>
	<lastBuildDate>Thu, 28 Feb 2013 15:55:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Autoit script that allows to install Autocad 2009 unattended</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/autoit-script-that-allows-to-install-autocad-2009-unattended/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/autoit-script-that-allows-to-install-autocad-2009-unattended/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:18:57 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[AutoCAD 2009 unattended]]></category>
		<category><![CDATA[Autoit]]></category>
		<category><![CDATA[Autoit script]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/autoit-script-that-allows-to-install-autocad-2009-unattended/</guid>
		<description><![CDATA[This is an Autoit script that allows to install Autocad 2009 unattended. Create a file Acad2009_Custome.au3 with the following content: If WinExists(@ScriptName) Then Exit AutoItWinSetTitle(@ScriptName) AutoItSetOption(&#8220;TrayIconDebug&#8221;, 1) ;AutoItSetOption(&#8220;SendKeyDelay&#8221;, 10) global $title=&#8217;AutoCAD 2009&#8242;, $ScriptDir=&#8217;D:\ins\Apps\Acad2009&#8242;, $file=&#8217;setup.exe&#8217; Run ( $ScriptDir&#38;&#8217;\'&#38;$file,&#8221;", @SW_HIDE ) WinWait(&#8220;AutoCAD 2009&#8243;, &#8220;Perform a standard installation on this workstation&#8221;) controlclick($title, &#8220;&#8221;, &#8220;ListBox2&#8243;) WinWaitActive($title, &#8220;Autodesk Design Review [...]]]></description>
				<content:encoded><![CDATA[<p>This is an Autoit script that allows to install Autocad 2009 unattended. Create a file Acad2009_Custome.au3 with the following content:</p>
<p><em>If WinExists(@ScriptName) Then Exit<br />
AutoItWinSetTitle(@ScriptName)<br />
AutoItSetOption(&#8220;TrayIconDebug&#8221;, 1)<br />
;AutoItSetOption(&#8220;SendKeyDelay&#8221;, 10)</p>
<p>global $title=&#8217;AutoCAD 2009&#8242;, $ScriptDir=&#8217;D:\ins\Apps\Acad2009&#8242;, $file=&#8217;setup.exe&#8217;<br />
Run ( $ScriptDir&amp;&#8217;\'&amp;$file,&#8221;", @SW_HIDE )</p>
<p>WinWait(&#8220;AutoCAD 2009&#8243;, &#8220;Perform a standard installation on this workstation&#8221;)<br />
controlclick($title, &#8220;&#8221;, &#8220;ListBox2&#8243;)</p>
<p>WinWaitActive($title, &#8220;Autodesk Design Review 2009&#8243;)<br />
ControlClick($title, &#8220;&#8221;, &#8220;Button5&#8243;)</p>
<p>WinWaitActive($title, &#8220;Autodesk Design Review 2009&#8243;)<br />
ControlClick($title, &#8220;&#8221;, &#8220;Button1&#8243;)</p>
<p>WinWaitActive($title, &#8220;Software LICENSE AGREEMENT&#8221;)<br />
Send(&#8220;!a&#8221;)</p>
<p>WinWaitActive($title, &#8220;Software LICENSE AGREEMENT&#8221;)<br />
controlclick($title, &#8220;&amp;Next &gt;&#8221;, &#8220;Button4&#8243;)</p>
<p>WinWaitActive($title, &#8220;Product and User Information&#8221;)<br />
Send(&#8220;00000000000&#8243;)</p>
<p>WinWaitActive($title, &#8220;Product and User Information&#8221;)<br />
Send(&#8220;!fAdminInfo&#8221;)</p>
<p>WinWaitActive($title, &#8220;Product and User Information&#8221;)<br />
Send(&#8220;!lAdminInfo&#8221;)</p>
<p>WinWaitActive($title, &#8220;Product and User Information&#8221;)<br />
Send(&#8220;!oAdminInfo&#8221;)</p>
<p>WinWaitActive($title, &#8220;Product and User Information&#8221;)<br />
controlclick($title, &#8220;&amp;Next &gt;&#8221;, &#8220;Button1&#8243;)</p>
<p>WinWaitActive($title, &#8220;Review &#8211; Configure &#8211; Install&#8221;)<br />
controlclick($title, &#8220;&#8221;, &#8220;Button1&#8243;)</p>
<p>WinWaitActive($title, &#8220;Select the License Type&#8221;)<br />
controlclick($title, &#8220;&#8221;, &#8220;Button12&#8243;)</p>
<p>WinWaitActive($title, &#8220;Install optional tools&#8221;)<br />
controlclick($title, &#8220;C&amp;ustom&#8221;, &#8220;Button2&#8243;)</p>
<p>WinWaitActive($title, &#8220;Feature description&#8221;)<br />
Send(&#8220;!e&#8221;)</p>
<p>WinWaitActive($title, &#8220;Feature description&#8221;)<br />
Send(&#8220;{SPACE}&#8221;)</p>
<p>WinWaitActive($title, &#8220;Select the Installation Type&#8221;)<br />
controlclick($title, &#8220;&amp;Next&#8221;, &#8220;Button12&#8243;)</p>
<p>WinWaitActive($title, &#8220;Configuration Progress: Page 3 of 3&#8243;)<br />
ControlClick($title, &#8220;&#8221;, &#8220;Button6&#8243;)</p>
<p>WinWaitActive($title, &#8220;Review &#8211; Configure &#8211; Install&#8221;)<br />
ControlClick($title, &#8220;I&amp;nstall&#8221;, &#8220;Button3&#8243;)</p>
<p>WinWaitActive(&#8220;AutoCAD 2009&#8243;, &#8220;Installation Complete&#8221;)<br />
Send(&#8220;!d&#8221;)<br />
Send(&#8220;!a&#8221;)</p>
<p>WinWaitActive(&#8220;AutoCAD 2009&#8243;, &#8220;Installation Complete&#8221;)<br />
ControlClick($title, &#8220;&amp;Finish&#8221;, &#8220;Button1&#8243;)</em></p>
<p>NOTE: Remember to change Serial Number.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/autoit-script-that-allows-to-install-autocad-2009-unattended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
