<?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>Unattend It! &#187; deployments</title>
	<atom:link href="http://www.unattendit.com/tag/deployments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unattendit.com</link>
	<description>Automate Everything!</description>
	<lastBuildDate>Mon, 14 Jun 2010 07:21:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Deploying Maya 2010</title>
		<link>http://www.unattendit.com/2009/11/20/deploying-maya-2010/</link>
		<comments>http://www.unattendit.com/2009/11/20/deploying-maya-2010/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 03:42:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unattended Installations]]></category>
		<category><![CDATA[deployments]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[silent installation]]></category>
		<category><![CDATA[unattended]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=36</guid>
		<description><![CDATA[Below is a sample script for installing Maya 2010 Silently. Keep in mind many of the lines are long, and are likely to wrap in a web browser.
SET MAYA2010INSTALLPATH=&#60;Insert Your Path to the folder containing the MSI Files below&#62;
SET MAYA2010SERIALNUMBER=&#60;Insert Your S/N&#62;
SET MAYA2010PRODUCTKEY=&#60;Insert Your Product Key&#62;
SET MAYA2010LICSERVER=&#60;Insert Name of your License Server (i.e. DNS Name)&#62;
msiexec [...]]]></description>
			<content:encoded><![CDATA[<p>Below is a sample script for installing Maya 2010 Silently. Keep in mind many of the lines are long, and are likely to wrap in a web browser.</p>
<blockquote><p>SET MAYA2010INSTALLPATH=&lt;Insert Your Path to the folder containing the MSI Files below&gt;</p>
<p>SET MAYA2010SERIALNUMBER=&lt;Insert Your S/N&gt;</p>
<p>SET MAYA2010PRODUCTKEY=&lt;Insert Your Product Key&gt;</p>
<p>SET MAYA2010LICSERVER=&lt;Insert Name of your License Server (i.e. DNS Name)&gt;</p>
<p>msiexec /i &#8220;%MAYA2010INSTALLPATH%\Maya_Docs_en_US2010.msi&#8221; /qb REBOOT=REALLYSUPPRESS</p>
<p>msiexec /i &#8220;%MAYA2010INSTALLPATH%\isscript.msi&#8221; /qb REBOOT=REALLYSUPPRESS</p>
<p>msiexec /i &#8220;%MAYA2010INSTALLPATH%\Maya2010.msi&#8221; /qb ADLMSERIALNUMBER=%MAYA2010SERIALNUMBER% ADLM_PRODKEY=%MAYA2010PRODUCTKEY% ADLMPRODUCTKEY=%MAYA2010PRODUCTKEY% ADLMLICENSETYPE=3 ADLMSERVERNAME=%MAYA2010LICSERVER% REBOOT=REALLYSUPPRESS</p>
<p>msiexec /i &#8220;%MAYA2010INSTALLPATH%\MatchMover2010.msi&#8221; /qb ADLMSERIALNUMBER=%MAYA2010SERIALNUMBER% ADLM_PRODKEY=%MAYA2010PRODUCTKEY% ADLMPRODUCTKEY=%MAYA2010PRODUCTKEY% ADLMLICENSETYPE=3 ADLMSERVERNAME=%MAYA2010LICSERVER% REBOOT=REALLYSUPPRESS</p>
<p>msiexec /i &#8220;%MAYA2010INSTALLPATH%\AutodeskDirectConnect4.0.msi&#8221; /qb  ADLMSERIALNUMBER=%MAYA2010SERIALNUMBER% ADLM_PRODKEY=%MAYA2010PRODUCTKEY% ADLMPRODUCTKEY=%MAYA2010PRODUCTKEY% ADLMLICENSETYPE=3 ADLMSERVERNAME=%MAYA2010LICSERVER% REBOOT=REALLYSUPPRESS</p></blockquote>
<p>Source: <a title="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=13813754&amp;linkID=9242258" href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=13813754&amp;linkID=9242258" target="_blank">Deployment of Maya 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/11/20/deploying-maya-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Better Altiris Deployment Solution Job Shortcuts</title>
		<link>http://www.unattendit.com/2009/10/20/better-altiris-deployment-solution-job-shortcuts/</link>
		<comments>http://www.unattendit.com/2009/10/20/better-altiris-deployment-solution-job-shortcuts/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 21:21:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Altiris]]></category>
		<category><![CDATA[Unattended Installations]]></category>
		<category><![CDATA[deployment soluation]]></category>
		<category><![CDATA[deployments]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[unattended]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=30</guid>
		<description><![CDATA[While it&#8217;s nothing new that you can use the Altiris Exit Codes to schedule another job and essentially create a shortcut, if you drag and drop large groups of jobs quickly enough, some jobs can run before other jobs are scheduled and things can get out of the expected order. To alleviate this issue you [...]]]></description>
			<content:encoded><![CDATA[<p>While it&#8217;s <a href="http://www.symantec.com/connect/blogs/deployment-solution-job-shortcuts" target="_blank">nothing new</a> that you can use the Altiris Exit Codes to schedule another job and essentially create a shortcut, if you drag and drop large groups of jobs quickly enough, some jobs can run before other jobs are scheduled and things can get out of the expected order. To alleviate this issue you can set the &#8220;shortcut&#8221; job to run on the deployment server. This will allow the &#8220;shortcut&#8221; jobs to schedule their corresponding jobs more quickly. Click the thumbnail below for a demonstration of where to set this option.</p>
<p><img class="alignnone size-medium wp-image-31" title="better-altiris-shortcuts" src="http://www.unattendit.com/wp-content/uploads/2009/10/better-altiris-shortcuts-297x300.jpg" alt="better-altiris-shortcuts" width="297" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/10/20/better-altiris-deployment-solution-job-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP unattend.txt Timezones</title>
		<link>http://www.unattendit.com/2009/10/12/xp-unattend-txt-timezones/</link>
		<comments>http://www.unattendit.com/2009/10/12/xp-unattend-txt-timezones/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:00:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OS Deployments]]></category>
		<category><![CDATA[Unattended Installations]]></category>
		<category><![CDATA[deployments]]></category>
		<category><![CDATA[timezones]]></category>
		<category><![CDATA[unattend]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=16</guid>
		<description><![CDATA[Below are is a list of timezone settings for Windows XP unattended installations.

000 Dateline Standard Time (GMT-12:00) International Date Line West
001 Samoa Standard Time (GMT-11:00) Midway Island, Samoa
002 Hawaiian Standard Time (GMT-10:00) Hawaii
003 Alaskan Standard Time (GMT-09:00) Alaska
004 Pacific Standard Time (GMT-08:00) Pacific Time (US and Canada); Tijuana
010 Mountain Standard Time (GMT-07:00) Mountain Time (US [...]]]></description>
			<content:encoded><![CDATA[<p>Below are is a list of timezone settings for Windows XP unattended installations.</p>
<blockquote><p><code><br />
000 Dateline Standard Time (GMT-12:00) International Date Line West<br />
001 Samoa Standard Time (GMT-11:00) Midway Island, Samoa<br />
002 Hawaiian Standard Time (GMT-10:00) Hawaii<br />
003 Alaskan Standard Time (GMT-09:00) Alaska<br />
004 Pacific Standard Time (GMT-08:00) Pacific Time (US and Canada); Tijuana<br />
010 Mountain Standard Time (GMT-07:00) Mountain Time (US and Canada)<br />
013 Mexico Standard Time 2 (GMT-07:00) Chihuahua, La Paz, Mazatlan<br />
015 U.S. Mountain Standard Time (GMT-07:00) Arizona<br />
020 Central Standard Time (GMT-06:00) Central Time (US and Canada)<br />
025 Canada Central Standard Time (GMT-06:00) Saskatchewan<br />
030 Mexico Standard Time (GMT-06:00) Guadalajara, Mexico City, Monterrey<br />
033 Central America Standard Time (GMT-06:00) Central America<br />
035 Eastern Standard Time (GMT-05:00) Eastern Time (US and Canada)<br />
040 U.S. Eastern Standard Time (GMT-05:00) Indiana (East)<br />
045 S.A. Pacific Standard Time (GMT-05:00) Bogota, Lima, Quito<br />
050 Atlantic Standard Time (GMT-04:00) Atlantic Time (Canada)<br />
055 S.A. Western Standard Time (GMT-04:00) Caracas, La Paz<br />
056 Pacific S.A. Standard Time (GMT-04:00) Santiago<br />
060 Newfoundland Standard Time (GMT-03:30) Newfoundland<br />
065 E. South America Standard Time (GMT-03:00) Brasilia<br />
070 S.A. Eastern Standard Time (GMT-03:00) Buenos Aires, Georgetown<br />
073 Greenland Standard Time (GMT-03:00) Greenland<br />
075 Mid-Atlantic Standard Time (GMT-02:00) Mid-Atlantic<br />
080 Azores Standard Time (GMT-01:00) Azores<br />
083 Cape Verde Standard Time (GMT-01:00) Cape Verde Islands<br />
085 GMT Standard Time (GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London<br />
090 Greenwich Standard Time (GMT) Casablanca, Monrovia<br />
095 Central Europe Standard Time (GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague<br />
100 Central European Standard Time (GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb<br />
105 Romance Standard Time (GMT+01:00) Brussels, Copenhagen, Madrid, Paris<br />
110 W. Europe Standard Time (GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna<br />
113 W. Central Africa Standard Time (GMT+01:00) West Central Africa<br />
115 E. Europe Standard Time (GMT+02:00) Bucharest<br />
120 Egypt Standard Time (GMT+02:00) Cairo<br />
125 FLE Standard Time (GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius<br />
130 GTB Standard Time (GMT+02:00) Athens, Istanbul, Minsk<br />
135 Israel Standard Time (GMT+02:00) Jerusalem<br />
140 South Africa Standard Time (GMT+02:00) Harare, Pretoria<br />
145 Russian Standard Time (GMT+03:00) Moscow, St. Petersburg, Volgograd<br />
150 Arab Standard Time (GMT+03:00) Kuwait, Riyadh<br />
155 E. Africa Standard Time (GMT+03:00) Nairobi<br />
158 Arabic Standard Time (GMT+03:00) Baghdad<br />
160 Iran Standard Time (GMT+03:30) Tehran<br />
165 Arabian Standard Time (GMT+04:00) Abu Dhabi, Muscat<br />
170 Caucasus Standard Time (GMT+04:00) Baku, Tbilisi, Yerevan<br />
175 Afghanistan Standard Time (GMT+04:30) Kabul<br />
180 Ekaterinburg Standard Time (GMT+05:00) Ekaterinburg<br />
185 West Asia Standard Time (GMT+05:00) Islamabad, Karachi, Tashkent<br />
190 India Standard Time (GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi<br />
193 Nepal Standard Time (GMT+05:45) Kathmandu<br />
195 Central Asia Standard Time (GMT+06:00) Astana, Dhaka<br />
200 Sri Lanka Standard Time (GMT+06:00) Sri Jayawardenepura<br />
201 N. Central Asia Standard Time (GMT+06:00) Almaty, Novosibirsk<br />
203 Myanmar Standard Time (GMT+06:30) Rangoon<br />
205 S.E. Asia Standard Time (GMT+07:00) Bangkok, Hanoi, Jakarta<br />
207 North Asia Standard Time (GMT+07:00) Krasnoyarsk<br />
210 China Standard Time (GMT+08:00) Beijing, Chongqing, Hong Kong SAR, Urumqi<br />
215 Singapore Standard Time (GMT+08:00) Kuala Lumpur, Singapore<br />
220 Taipei Standard Time (GMT+08:00) Taipei<br />
225 W. Australia Standard Time (GMT+08:00) Perth<br />
227 North Asia East Standard Time (GMT+08:00) Irkutsk, Ulaan Bataar<br />
230 Korea Standard Time (GMT+09:00) Seoul<br />
235 Tokyo Standard Time (GMT+09:00) Osaka, Sapporo, Tokyo<br />
240 Yakutsk Standard Time (GMT+09:00) Yakutsk<br />
245 A.U.S. Central Standard Time (GMT+09:30) Darwin<br />
250 Cen. Australia Standard Time (GMT+09:30) Adelaide<br />
255 A.U.S. Eastern Standard Time (GMT+10:00) Canberra, Melbourne, Sydney<br />
260 E. Australia Standard Time (GMT+10:00) Brisbane<br />
265 Tasmania Standard Time (GMT+10:00) Hobart<br />
270 Vladivostok Standard Time (GMT+10:00) Vladivostok<br />
275 West Pacific Standard Time (GMT+10:00) Guam, Port Moresby<br />
280 Central Pacific Standard Time (GMT+11:00) Magadan, Solomon Islands, New Caledonia<br />
285 Fiji Islands Standard Time (GMT+12:00) Fiji Islands, Kamchatka, Marshall Islands<br />
290 New Zealand Standard Time (GMT+12:00) Auckland, Wellington<br />
300 Tonga Standard Time (GMT+13:00) Nuku'alofa</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/10/12/xp-unattend-txt-timezones/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
