<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - Sysprep Windows 7 image with DriverPacks set to unattend-ly install?]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=10788&amp;type=atom"/>
	<updated>2015-09-13T22:35:32Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=10788</id>
		<entry>
			<title type="html"><![CDATA[Re: Sysprep Windows 7 image with DriverPacks set to unattend-ly install?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58777#p58777"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Ahsen wrote:</cite><blockquote><div class="quotebox"><cite>avamk wrote:</cite><blockquote><div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>I would still recommend our SAD utility but you&#039;d have to add a runonce key to the registry to execute SAD and then have the script nuke itself and all folders once completed.&nbsp; Shouldn&#039;t be too hard.</p></blockquote></div><p>Yes, adding a couple of runonce entries to my unattend.xml did the trick nicely on a test machine. The SAD utility was able to find and install the relevant drivers. Thanks!!</p></blockquote></div><p>Can you post here the complete process, How you did it?</p></blockquote></div><p>Sorry I&#039;m no longer at that job, and it took me a while to unearth that old unattend.xml file. Looks like I added these things to the FirstLogonCommands section (just look at commands 3 and 4):<br /></p><div class="codebox"><pre><code>&lt;FirstLogonCommands&gt;
                &lt;SynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;CommandLine&gt;cmd /c del c:\windows\panther\unattend.xml&lt;/CommandLine&gt;
                    &lt;Order&gt;1&lt;/Order&gt;
                &lt;/SynchronousCommand&gt;
                &lt;SynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;CommandLine&gt;cmd /c del c:\unattend.xml&lt;/CommandLine&gt;
                    &lt;Order&gt;2&lt;/Order&gt;
                &lt;/SynchronousCommand&gt;
                &lt;SynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;CommandLine&gt;cmd /c &amp;quot;C:\SDI\SDI_R104.exe /autoinstall /autoclose /license /norestorepnt &amp;gt; C:\drivers_log.txt&amp;quot;&lt;/CommandLine&gt;
                    &lt;Order&gt;3&lt;/Order&gt;
                &lt;/SynchronousCommand&gt;
                &lt;SynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;CommandLine&gt;cmd /c &amp;quot;rmdir /S /Q C:\SDI &amp;gt;&amp;gt; C:\drivers_log.txt&amp;quot;&lt;/CommandLine&gt;
                    &lt;Order&gt;4&lt;/Order&gt;
                &lt;/SynchronousCommand&gt;
                &lt;SynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;CommandLine&gt;cmd /c &amp;quot;net user user /delete&amp;quot;&lt;/CommandLine&gt;
                    &lt;Order&gt;5&lt;/Order&gt;
                &lt;/SynchronousCommand&gt;
                &lt;SynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;CommandLine&gt;cmd /c &amp;quot;net user Administrator /active:yes&amp;quot;&lt;/CommandLine&gt;
                    &lt;Order&gt;6&lt;/Order&gt;
                &lt;/SynchronousCommand&gt;
            &lt;/FirstLogonCommands&gt;</code></pre></div><p>The key are commands 3 and 4 in the list. Looks like I put all the driverpacks and the SAD utility into the image&#039;s C:\SDI folder, ran it with the &quot;/autoinstall /autoclose /license /norestorepnt&quot; switches, pumped the output into a log file (C:\drivers_log.txt), then deleted all the used files with command 4.</p><p>Hope this is still useful for you!</p>]]></content>
			<author>
				<name><![CDATA[avamk]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=42886</uri>
			</author>
			<updated>2015-09-13T22:35:32Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58777#p58777</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sysprep Windows 7 image with DriverPacks set to unattend-ly install?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58761#p58761"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>avamk wrote:</cite><blockquote><div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>I would still recommend our SAD utility but you&#039;d have to add a runonce key to the registry to execute SAD and then have the script nuke itself and all folders once completed.&nbsp; Shouldn&#039;t be too hard.</p></blockquote></div><p>Yes, adding a couple of runonce entries to my unattend.xml did the trick nicely on a test machine. The SAD utility was able to find and install the relevant drivers. Thanks!!</p></blockquote></div><br /><p>Can you post here the complete process, How you did it?</p>]]></content>
			<author>
				<name><![CDATA[Ahsen]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45895</uri>
			</author>
			<updated>2015-09-01T08:11:57Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58761#p58761</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sysprep Windows 7 image with DriverPacks set to unattend-ly install?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=57531#p57531"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>I would still recommend our SAD utility but you&#039;d have to add a runonce key to the registry to execute SAD and then have the script nuke itself and all folders once completed.&nbsp; Shouldn&#039;t be too hard.</p></blockquote></div><p>Yes, adding a couple of runonce entries to my unattend.xml did the trick nicely on a test machine. The SAD utility was able to find and install the relevant drivers. Thanks!!</p>]]></content>
			<author>
				<name><![CDATA[avamk]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=42886</uri>
			</author>
			<updated>2014-05-09T16:50:37Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=57531#p57531</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sysprep Windows 7 image with DriverPacks set to unattend-ly install?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=57491#p57491"/>
			<content type="html"><![CDATA[<p>Yes, you can add whatever drivers you want directly to your image using DISM/MDT or other tools but your &quot;driverstore&quot; folder will be massive and not easily purged.<br />I would still recommend our SAD utility but you&#039;d have to add a runonce key to the registry to execute SAD and then have the script nuke itself and all folders once completed.&nbsp; Shouldn&#039;t be too hard.</p>]]></content>
			<author>
				<name><![CDATA[mr_smartepants]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1602</uri>
			</author>
			<updated>2014-05-04T14:28:35Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=57491#p57491</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Sysprep Windows 7 image with DriverPacks set to unattend-ly install?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=57474#p57474"/>
			<content type="html"><![CDATA[<p>Hello,</p><p>After a few weeks of learning all this stuff from scratch, I&#039;ve created a Windows 7 Professional image with sysprep (with the /generalize and /oobe options) for our organisation that can be easily deployed to many systems (I used the Windows System Image Manager to create the unattend.xml answer file). However, the last remaining problem is that the target computers vary greatly in their hardware composition.</p><p>Is it possible to download the DriverPacks I am interested in (such as LAN, Graphics A, etc.), add them to the reference image, and run sysprep in a way so that hardware detection and driver installation happens automatically (without user intervention) upon deployment and startup? I&#039;d also love it to clean up after itself by removing all remaining files/unused drivers after deployment.</p><p>So far I&#039;ve found a couple of guides that seems to show how to do this for Windows XP, but I can&#039;t seem to find one for Windows 7. Also (and I am not sure if I am even understanding the post correctly), mr_smartepants&#039; SAD2 appears close to what I am looking for, but the included guide applies to adding DriverPacks to an installation disc, not a sysprepped image for deployment.</p><p>Does a guide for what I&#039;d like to do exist? Or can someone give me some pointers for how to achieve it? Thanks!!!</p>]]></content>
			<author>
				<name><![CDATA[avamk]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=42886</uri>
			</author>
			<updated>2014-05-02T09:28:59Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=57474#p57474</id>
		</entry>
</feed>
