<?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!</title>
	<atom:link href="http://www.unattendit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unattendit.com</link>
	<description>Automate Everything!</description>
	<lastBuildDate>Sat, 23 Jan 2010 03:38:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</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>Adobe Updates &#8211; Download Location</title>
		<link>http://www.unattendit.com/2010/01/22/adobe-updates-download-location/</link>
		<comments>http://www.unattendit.com/2010/01/22/adobe-updates-download-location/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 03:38:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unattended Installations]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=50</guid>
		<description><![CDATA[For those who want to script the installation of Adobe Updates for products such as CS4, you can easily obtain all of the update files by letting the &#8220;Adobe Updater&#8221; application download them for you on a machine that already has the software installed. Before you install the updates on that machine grab a copy [...]]]></description>
			<content:encoded><![CDATA[<p>For those who want to script the installation of Adobe Updates for products such as CS4, you can easily obtain all of the update files by letting the &#8220;Adobe Updater&#8221; application download them for you on a machine that already has the software installed. Before you install the updates on that machine grab a copy of the updates in one of the following locations.</p>
<p>Windows Vista and Windows 7:<br />
<code>%Userprofile%\AppData\Local\Adobe\Updater6\Install</code></p>
<p>Windows XP:<br />
<code>%appdata%\Adobe\Updater6\Install</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2010/01/22/adobe-updates-download-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying AutoCAD 2010</title>
		<link>http://www.unattendit.com/2009/12/03/deploying-autocad-2010/</link>
		<comments>http://www.unattendit.com/2009/12/03/deploying-autocad-2010/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 03:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[silent installation]]></category>
		<category><![CDATA[unattend]]></category>
		<category><![CDATA[unattended]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=42</guid>
		<description><![CDATA[Installing AutoCAD 2010 with scripts is fairly painless. First use the setup utility to create a new &#8220;Deployment,&#8221; saving the deployment to a network path. Once you have created a new deployment browse to the network path you saved it to. In this folder you should have three items, a folder called &#8220;AdminImage&#8221;, a folder [...]]]></description>
			<content:encoded><![CDATA[<p>Installing AutoCAD 2010 with scripts is fairly painless. First use the setup utility to create a new &#8220;Deployment,&#8221; saving the deployment to a network path. Once you have created a new deployment browse to the network path you saved it to. In this folder you should have three items, a folder called &#8220;AdminImage&#8221;, a folder called &#8220;Tools&#8221;, and a shortcut with the name of your deployment. View the properties of the shortcut and copy the &#8220;Target&#8221; field.</p>
<p>The target field should be simular to the following (One Line):</p>
<blockquote><p>\\server\share\AutoCAD_2010\AdminImage\setup.exe /qb /I \\server\share\AutoCAD_2010\AdminImage\AutoCAD_2010_x86.ini /language en-us</p></blockquote>
<p>Append this line with /wait to acheive a result simular to the following (one line):</p>
<blockquote><p>\\server\share\AutoCAD_2010\AdminImage\setup.exe /qb /I \\server\share\AutoCAD_2010\AdminImage\AutoCAD_2010_x86.ini /language en-us /wait</p></blockquote>
<p>Now just execute the command above from your scripts!</p>
<p>The AutoDesk Documentation is available <a title="AutoCAD 2010 Network Administrator's Guide" href="http://images.autodesk.com/adsk/files/acad_nag0.pdf" target="_blank">here</a> (pdf), but the document only provides an example in visual basic script.</p>
<h2>Bonus:</h2>
<p>If you wish to deploy the Visual C Runtime, DirectX, .NET 3.5 SP1, etc separately you can edit the .ini file referenced in the command above to remove this functionality (&#8221;\AdminImage\AutoCAD_2010_x86.ini&#8221; in this example). Simply open the file in a plain text editor and remove the references to the components you do not wish to have the setup install on the &#8220;PREREQUISITE&#8221; lines in the &#8220;[ACAD]&#8221; and &#8220;[ADR]&#8221; sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/12/03/deploying-autocad-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Disable PC Speaker Beep</title>
		<link>http://www.unattendit.com/2009/10/17/disable-pc-speaker-beep/</link>
		<comments>http://www.unattendit.com/2009/10/17/disable-pc-speaker-beep/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 01:17:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unattended Installations]]></category>
		<category><![CDATA[beep]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[unattended]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=14</guid>
		<description><![CDATA[Just open an elevated command prompt, and type the command below in. It will disable the &#8220;beep&#8221; service.

sc config beep start= disabled
To turn it back on, type:
sc config beep start= auto
]]></description>
			<content:encoded><![CDATA[<p>Just open an elevated command prompt, and type the command below in. It will disable the &#8220;beep&#8221; service.<code><br />
</code></p>
<blockquote><p><code>sc config beep start= disabled</code></p></blockquote>
<p>To turn it back on, type:</p>
<blockquote><p><code>sc config beep start= auto</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/10/17/disable-pc-speaker-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unattended Installation of Network Printers using printui.dll for All Users</title>
		<link>http://www.unattendit.com/2009/10/17/unattended-installation-of-network-printers-using-printui-dll-for-all-users/</link>
		<comments>http://www.unattendit.com/2009/10/17/unattended-installation-of-network-printers-using-printui-dll-for-all-users/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:25:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=26</guid>
		<description><![CDATA[
Log in to the domain with an administrative account.
Type the following into the command prompt:&#8220;rundll32 printui.dll,PrintUIEntry /ga /n\\%server_name%\%printer_name%&#8220;. In other words, if your server is named server1 and your printer&#8217;s name is printer2 then replace %server_name% with &#8220;server1&#8243; and %printer_name% with &#8220;printer2&#8243;. The Command to add the printer &#8220;printer2&#8243; on the server &#8220;server1&#8243; would be:
rundll32 [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Log in to the domain with an administrative account.</li>
<li>Type the following into the command prompt:<em>&#8220;rundll32 printui.dll,PrintUIEntry /ga /n\\%server_name%\%printer_name%</em>&#8220;. In other words, if your server is named server1 and your printer&#8217;s name is printer2 then replace %server_name% with &#8220;server1&#8243; and %printer_name% with &#8220;printer2&#8243;. The Command to add the printer &#8220;printer2&#8243; on the server &#8220;server1&#8243; would be:<br />
<blockquote><p>rundll32 printui.dll,PrintUIEntry /ga /n\\server1\printer2</p></blockquote>
</li>
<li>The printer is now available to all users who log in with a domain account.</li>
</ol>
<p>The usage of rundll32 printui.dll,PrintUIEntry is as follows:</p>
<blockquote><p>Usage: rundll32 printui.dll,PrintUIEntry [options] [@commandfile]<br />
/a[file] binary file name<br />
/b[name] base printer name<br />
/c[name] unc machine name if the action is on a remote machine<br />
/dl delete local printer<br />
/dn delete network printer connection<br />
/dd delete printer driver<br />
/e display printing preferences<br />
/f[file] either inf file or output file<br />
/F[file] location of an INF file that the INF file specified with /f may depend on<br />
/ga add per machine printer connections (the connection will be propagated to the user upon logon)<br />
/ge enum per machine printer connections<br />
/gd delete per machine printer connections (the connection will be deleted upon user logon)<br />
/h[arch] driver architecture one of the following, x86 or x64 or Itanium<br />
/ia install printer driver using inf file<br />
/id install printer driver using add printer driver wizard<br />
/if install printer using inf file<br />
/ii install printer using add printer wizard with an inf file<br />
/il install printer using add printer wizard<br />
/in add network printer connection<br />
/ip install printer using network printer installation wizard<br />
/j[provider] print provider name<br />
/k print test page to specified printer, cannot be combined with command when installing a printer<br />
/l[path] printer driver source path<br />
/m[model] printer driver model name<br />
/n[name] printer name<br />
/o display printer queue view<br />
/p display printer properties<br />
/q quiet mode, do not display error messages<br />
/r[port] port name<br />
/s display server properties<br />
/Ss Store printer settings into a file<br />
/Sr Restore printer settings from a file<br />
Store or restore printer settings option flags that must be placed at the end of command:<br />
2    PRINTER_INFO_2<br />
7    PRINTER_INFO_7<br />
c    Color Profile<br />
d    PrinterData<br />
s    Security descriptor<br />
g    Global DevMode<br />
m    Minimal settings<br />
u    User DevMode<br />
r    Resolve name conflicts<br />
f    Force name<br />
p    Resolve port<br />
i    Driver name conflict<br />
/u use the existing printer driver if it&#8217;s already installed<br />
/t[#] zero based index page to start on<br />
/v[version] driver version one of the following, &#8220;Type 2 &#8211; Kernel Mode&#8221; or &#8220;Type 3 &#8211; User Mode&#8221;<br />
/w prompt the user for a driver if specified driver is not found in the inf<br />
/y set printer as the default<br />
/Xg get printer settings<br />
/Xs set printer settings<br />
/z do not auto share this printer<br />
/Y do not auto generate a printer name<br />
/K changes the meaning of /h to accept 2,3,4 for x86 or x64 or Itanium and /v to accept 3 for &#8220;Type 3 &#8211; User Mode&#8221;<br />
/Z share this printer, can only be used with the /if option<br />
/? help this message<br />
@[file] command line argument file<br />
/Mw[message] show a warning message before committing the command<br />
/Mq[message] show a confirmation message before committing the command<br />
/W[flags] specifies flags and switches for the wizards (for APW &amp; APDW)<br />
r    make the wizards to be restart-able from the last page<br />
/G[flags] specifies global flags and switches<br />
w    suppress setup driver warnings UI (super quiet mode)</p>
<p>Examples:<br />
Run server properties:<br />
rundll32 printui.dll,PrintUIEntry /s /t1 /c\\machine<br />
Run printer properties:<br />
rundll32 printui.dll,PrintUIEntry /p /n\\machine\printer<br />
Run add printer wizard localy:<br />
rundll32 printui.dll,PrintUIEntry /il<br />
Run add printer wizard on \\machine:<br />
rundll32 printui.dll,PrintUIEntry /il /c\\machine<br />
Run queue view:<br />
rundll32 printui.dll,PrintUIEntry /o /n\\machine\printer<br />
Run inf install:<br />
rundll32 printui.dll,PrintUIEntry /if /b &#8220;Test Printer&#8221; /f C:\InfPath\InfFile.inf /r &#8220;lpt1:&#8221; /m &#8220;Apollo P-1200&#8243;<br />
Run inf install (with inf dependency).  In the example, prnao001.inf depends on ntprint.inf<br />
rundll32 printui.dll, PrintUIEntry /ia /m &#8220;Apollo P-1200&#8243; /K /h x64 /v 3 /f &#8220;c:\InfPath\prnao001.inf&#8221; /F &#8220;c:\InfPath\ntprint.inf&#8221;<br />
Run add printer wizard using inf:<br />
rundll32 printui.dll,PrintUIEntry /ii /f C:\InfPath\InfFile.inf<br />
Add printer using inbox printer driver:<br />
rundll32 printui.dll,PrintUIEntry /if /b &#8220;Test Printer&#8221; /r &#8220;lpt1:&#8221; /m &#8220;Apollo P-1200&#8243;<br />
Add per machine printer connection (the connection will be propagated to the user upon logon):<br />
rundll32 printui.dll,PrintUIEntry /ga /c\\machine /n\\machine\printer /j&#8221;LanMan Print Services&#8221;<br />
Delete per machine printer connection (the connection will be deleted upon user logon):<br />
rundll32 printui.dll,PrintUIEntry /gd /c\\machine /n\\machine\printer<br />
Enumerate per machine printer connections:<br />
rundll32 printui.dll,PrintUIEntry /ge /c\\machine<br />
Add printer driver using inf:<br />
rundll32 printui.dll,PrintUIEntry /ia /c\\machine /m &#8220;Apollo P-1200&#8243; /h &#8220;x86&#8243; /v &#8220;Type 3 &#8211; User Mode&#8221; /f C:\InfPath\InfFile.inf<br />
Add printer driver using inf:<br />
rundll32 printui.dll,PrintUIEntry /ia /K /c\\machine /m &#8220;Apollo P-1200&#8243; /h &#8220;x86&#8243; /v 3<br />
Add inbox printer driver:<br />
rundll32 printui.dll,PrintUIEntry /ia /c\\machine /m &#8220;Apollo P-1200&#8243; /h &#8220;Intel&#8221; /v &#8220;Type 3 &#8211; Kernel Mode&#8221;<br />
Remove printer driver:<br />
rundll32 printui.dll,PrintUIEntry /dd /c\\machine /m &#8220;Apollo P-1200&#8243; /h &#8220;x86&#8243; /v &#8220;Type 3 &#8211; User Mode&#8221;<br />
Remove printer driver:<br />
rundll32 printui.dll,PrintUIEntry /dd /K /c\\machine /m &#8220;Apollo P-1200&#8243; /h &#8220;x86&#8243; /v 3<br />
Set printer as default:<br />
rundll32 printui.dll,PrintUIEntry /y /n &#8220;printer&#8221;<br />
Set printer comment:<br />
rundll32 printui.dll,PrintUIEntry /Xs /n &#8220;printer&#8221; comment &#8220;My Cool Printer&#8221;<br />
Get printer settings:<br />
rundll32 printui.dll,PrintUIEntry /Xg /n &#8220;printer&#8221;<br />
Get printer settings saving results in a file:<br />
rundll32 printui.dll,PrintUIEntry /f &#8220;results.txt&#8221; /Xg /n &#8220;printer&#8221;<br />
Set printer settings command usage:<br />
rundll32 printui.dll,PrintUIEntry /Xs /n &#8220;printer&#8221; ?<br />
Store all printer settings into a file:<br />
rundll32 printui.dll,PrintUIEntry /Ss /n &#8220;printer&#8221; /a &#8220;file.dat&#8221;<br />
Restore all printer settings from a file:<br />
rundll32 printui.dll,PrintUIEntry /Sr /n &#8220;printer&#8221; /a &#8220;file.dat&#8221;<br />
Store printer information on level 2 into a file :<br />
rundll32 printui.dll,PrintUIEntry /Ss /n &#8220;printer&#8221; /a &#8220;file.dat&#8221; 2<br />
Restore  from a file printer security descriptor:<br />
rundll32 printui.dll,PrintUIEntry /Sr /n &#8220;printer&#8221; /a &#8220;file.dat&#8221; s<br />
Restore  from a file printer global devmode and printer data:<br />
rundll32 printui.dll,PrintUIEntry /Sr /n &#8220;printer&#8221; /a &#8220;file.dat&#8221; g d<br />
Restore  from a file minimum settings and resolve port name:<br />
rundll32 printui.dll,PrintUIEntry /Sr /n &#8220;printer&#8221; /a &#8220;file.dat&#8221; m p<br />
Enable Client Side Rendering for a printer:<br />
rundll32 printui.dll,PrintUIEntry /Xs /n &#8220;printer&#8221; ClientSideRender enabled<br />
Disable Client Side Rendering for a printer:<br />
rundll32 printui.dll,PrintUIEntry /Xs /n &#8220;printer&#8221; ClientSideRender disabled</p></blockquote>
<p>[<a href="http://maisonbisson.com/blog/post/11106/" target="_blank">Source</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/10/17/unattended-installation-of-network-printers-using-printui-dll-for-all-users/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>0</slash:comments>
		</item>
		<item>
		<title>Unattended installation of Windows Installer (.MSI Files)</title>
		<link>http://www.unattendit.com/2009/10/11/unattended-installation-of-windows-installer-msi-files/</link>
		<comments>http://www.unattendit.com/2009/10/11/unattended-installation-of-windows-installer-msi-files/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 04:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unattended Installations]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[silent installation]]></category>
		<category><![CDATA[unattended]]></category>
		<category><![CDATA[Windows Installer]]></category>

		<guid isPermaLink="false">http://www.unattendit.com/?p=4</guid>
		<description><![CDATA[If your installer has a .msi file extension, it uses the Windows Installer. Typically all that is needed is to execute the file with one of the following switches.
example.msi /QB
example.msi /QN
The /QB switch will run the installer and display a progress box while installing the software. The /QN switch will run the installer and display [...]]]></description>
			<content:encoded><![CDATA[<p>If your installer has a .msi file extension, it uses the Windows Installer. Typically all that is needed is to execute the file with one of the following switches.</p>
<blockquote><p>example.msi /QB</p>
<p>example.msi /QN</p></blockquote>
<p>The /QB switch will run the installer and display a progress box while installing the software. The /QN switch will run the installer and display no nothing at all.</p>
<p>Some installers reboot automatically after the installation has run. To suppress the reboot you can run the installer with the switch &#8220;REBOOT=Suppress.&#8221; For example:</p>
<blockquote><p>example.msi /QB REBOOT=Suppress</p>
<p>example.msi /QN REBOOT=Suppress</p></blockquote>
<p>The following are all of the switches available for MSI files:</p>
<blockquote><p>Windows ® Installer. V 5.0.7100.0</p>
<p>msiexec /Option &lt;Required Parameter&gt; [Optional Parameter]</p>
<p>Install Options<br />
&lt;/package | /i&gt; &lt;Product.msi&gt;<br />
Installs or configures a product<br />
/a &lt;Product.msi&gt;<br />
Administrative install &#8211; Installs a product on the network<br />
/j&lt;u|m&gt; &lt;Product.msi&gt; [/t &lt;Transform List&gt;] [/g &lt;Language ID&gt;]<br />
Advertises a product &#8211; m to all users, u to current user<br />
&lt;/uninstall | /x&gt; &lt;Product.msi | ProductCode&gt;<br />
Uninstalls the product<br />
Display Options<br />
/quiet<br />
Quiet mode, no user interaction<br />
/passive<br />
Unattended mode &#8211; progress bar only<br />
/q[n|b|r|f]<br />
Sets user interface level<br />
n &#8211; No UI<br />
b &#8211; Basic UI<br />
r &#8211; Reduced UI<br />
f &#8211; Full UI (default)<br />
/help<br />
Help information<br />
Restart Options<br />
/norestart<br />
Do not restart after the installation is complete<br />
/promptrestart<br />
Prompts the user for restart if necessary<br />
/forcerestart<br />
Always restart the computer after installation<br />
Logging Options<br />
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] &lt;LogFile&gt;<br />
i &#8211; Status messages<br />
w &#8211; Nonfatal warnings<br />
e &#8211; All error messages<br />
a &#8211; Start up of actions<br />
r &#8211; Action-specific records<br />
u &#8211; User requests<br />
c &#8211; Initial UI parameters<br />
m &#8211; Out-of-memory or fatal exit information<br />
o &#8211; Out-of-disk-space messages<br />
p &#8211; Terminal properties<br />
v &#8211; Verbose output<br />
x &#8211; Extra debugging information<br />
+ &#8211; Append to existing log file<br />
! &#8211; Flush each line to the log<br />
* &#8211; Log all information, except for v and x options<br />
/log &lt;LogFile&gt;<br />
Equivalent of /l* &lt;LogFile&gt;<br />
Update Options<br />
/update &lt;Update1.msp&gt;[;Update2.msp]<br />
Applies update(s)<br />
/uninstall &lt;PatchCodeGuid&gt;[;Update2.msp] /package &lt;Product.msi | ProductCode&gt;<br />
Remove update(s) for a product<br />
Repair Options<br />
/f[p|e|c|m|s|o|d|a|u|v] &lt;Product.msi | ProductCode&gt;<br />
Repairs a product<br />
p &#8211; only if file is missing<br />
o &#8211; if file is missing or an older version is installed (default)<br />
e &#8211; if file is missing or an equal or older version is installed<br />
d &#8211; if file is missing or a different version is installed<br />
c &#8211; if file is missing or checksum does not match the calculated value<br />
a &#8211; forces all files to be reinstalled<br />
u &#8211; all required user-specific registry entries (default)<br />
m &#8211; all required computer-specific registry entries (default)<br />
s &#8211; all existing shortcuts (default)<br />
v &#8211; runs from source and recaches local package<br />
Setting Public Properties<br />
[PROPERTY=PropertyValue]</p>
<p>Consult the Windows ® Installer SDK for additional documentation on the<br />
command line syntax.</p>
<p>Copyright © Microsoft Corporation. All rights reserved.<br />
Portions of this software are based in part on the work of the Independent JPEG Group.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.unattendit.com/2009/10/11/unattended-installation-of-windows-installer-msi-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->