<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - Snappy Driver Installer]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=10794&amp;type=atom"/>
	<updated>2016-12-22T15:45:51Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=10794</id>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=59117#p59117"/>
			<content type="html"><![CDATA[<p>Looking for more contributions from you.</p>]]></content>
			<author>
				<name><![CDATA[sazapieterse]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=48802</uri>
			</author>
			<updated>2016-12-22T15:45:51Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=59117#p59117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58853#p58853"/>
			<content type="html"><![CDATA[<p>I do not know use this software. I have Windows8.1.PE.iso, i use this file to boot when some computers do not work. I want install driver pack (DP_WLAN_wnt6-x86_1203.7z, DP_LAN_wnt6-x86_1208.7z) into Windows8.1.PE.iso file (so when boot into Win8.1PE can connect Internet)<br />I tested with SAD (SAD very easy with only 1 code), this take a long time to installed (Because SAD extract all file in *.7z and find, this take a long time, I read comments that SDI faster)</p><p>I found SDI, but i do not the way to make code and put *.7z file where:<br />I want: <br />1. <strong>SDI auto install *.7z (drivers compressed) into system and deleted drivers after finished.</strong><br />2. Can i use SDA, SDI to install NT6 (ex DP_LAN_wnt6-x86_1208.7z ...) from driverpacks.net for Windows 8.1, 8, 10? </p><p>Sorry for my English.</p>]]></content>
			<author>
				<name><![CDATA[mgyoku]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=47032</uri>
			</author>
			<updated>2016-02-23T07:46:38Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58853#p58853</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58815#p58815"/>
			<content type="html"><![CDATA[<p>Hello all, I am a bit confused, this script from electropica works great when running manually, the whole SDI folder is on a smb share and kind of wonder, if I want to integrate this in an unattend setup, shouldnt I just call this .bat file or use the whole _Drivers.bat and SDI.bat files? I prefer this method as it automagically launch the proper .exe without having to name it, so when an update changes the name i.e. SDI_x64_423.exe it still works!</p><p>If the proper way of doing this in unattend has to be using the SDI.bat and _Drivers.bat, how would I then name the set wdir= option for smb... ? It seems to me like both ways would work but prefer to ask.</p><p>I do not have much experience with the unattend.xml, I guess I could just add whats needed to mine using what&#039;s provided on here?</p><p>Thanks!<br /></p><div class="quotebox"><cite>electropica wrote:</cite><blockquote><p>If SDI, running from the network, install or update network driver, will it crash or will it handle the temporay lost of connection ?</p><p>I have review my script to this to have a debug command lline windows and install network driver from local SDI if needed for the net use.</p><div class="codebox"><pre><code>start cmd /k
SET curdir=%~dp0
FOR /F &quot;tokens=*&quot; %%G IN (&#039;DIR /B %curdir%*.exe&#039;) do (start wait %curdir%%%G -autoinstall -autoclose -license)
NET USE z: \\fogserver\Drivers
Z:
FOR /F &quot;tokens=*&quot; %%G IN (&#039;DIR /B *.exe&#039;) do (%%G -autoinstall -autoclose -license)
C:
NET USE /delete /yes Z:</code></pre></div></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Flow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=39750</uri>
			</author>
			<updated>2015-12-04T19:39:37Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58815#p58815</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58745#p58745"/>
			<content type="html"><![CDATA[<p>Hello. I have recently got this working from a USB. The OS installs sliently using unattend.xml from a fully updated gold image.<br />I&#039;m by no means a master of this, or scripting, but through trial and error I got it working. I tested all the examples in the previous posts and none seemed to work. This is the only thing that worked for me.<br />For the rest of the people wanting to do do what i&#039;ve done. This is how I did it.<br />Hopefully this may save someone some time.<br />I used this for a Win7x64 based image. </p><p>Copied all the source files and drivers to:<br />.\sources\$oem$\$1\Setup\SDI_R317</p><p>-----SetupComplete.cmd<br />@echo off<br />del /Q /F c:\windows\system32\sysprep\unattend.xml<br />del /Q /F c:\windows\panther\unattend.xml<br />pushd %systemdrive%\Setup\SDI_R317\<br />DP_Install_tool.cmd<br />exit</p><p>-----DP_Install_tool.cmd<br />%systemdrive%\Setup\SDI_R317\SDI_x64_R317.exe -autoinstall -autoclose -license &quot;-finishrb_cmd:Shutdown.exe -r -t 15&quot;<br />pause<br />RD C:\Setup /S /Q</p><p>-----sdi.cfg<br />&quot;-drp_dir:drivers&quot;<br />&quot;-index_dir:indexes\SDI&quot;<br />&quot;-output_dir:indexes\SDI\txt&quot;<br />&quot;-data_dir:tools\SDI&quot;<br />&quot;-log_dir:logs&quot;</p><p>&quot;-finish_cmd:RD C:\Setup /S /Q&quot;<br />&quot;-finishrb_cmd:Shutdown.exe -r -t 15&quot;<br />&quot;-finish_upd_cmd:RD C:\Setup /S /Q&quot;</p><p>&quot;-lang:&quot;<br />&quot;-theme:Classic&quot;<br />-hintdelay:500<br />-wndwx:816<br />-wndwy:576<br />-filters:1190</p><p>-port:50171<br />-downlimit:0<br />-uplimit:0<br />-connections:0</p><p>-license -expertmode</p>]]></content>
			<author>
				<name><![CDATA[techsup1983]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45642</uri>
			</author>
			<updated>2015-08-19T21:17:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58745#p58745</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58731#p58731"/>
			<content type="html"><![CDATA[<p>Hi,<br />you have been commented out by the sourceforge twitter <a href="https://twitter.com/sourceforge/status/623942077555048452">https://twitter.com/sourceforge/status/ … 7555048452</a></p><p>It would be nice if those users could report back to missing drivers on driverpacks.net</p>]]></content>
			<author>
				<name><![CDATA[cheche]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3039</uri>
			</author>
			<updated>2015-07-22T23:18:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58731#p58731</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58713#p58713"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>SuprSurfr wrote:</cite><blockquote><p>Does anyone know how I can get it to install unsigned drivers without prompting?</p></blockquote></div><p>I used AutoIt to click on &quot;do not install&quot; when i run a loop on a pnputil command.<br />As i use French OS, as it&#039;s maybe not the same window and as you want to accept them,<br />I&#039;m not sure if this will help a lot without editing the code but you have a start.</p><div class="codebox"><pre><code>While 1
   if WinActive(&quot;C:\windows\system32\cmd.exe&quot;) = 0 then
	  if Winactive(&quot;Sécurité de Windows&quot;) = 0 Then ;use the au3info tool to check the actual name of the window
		 Winactivate(&quot;Sécurité de Windows&quot;)
	  Endif
	  ControlClick(&quot;Sécurité de Windows&quot;,&quot;&quot;,&quot;[TEXT:Ne pas installer ce pilote]&quot;)
	  sleep(2000)
   Else
	  Exit
   EndIf
Wend</code></pre></div>]]></content>
			<author>
				<name><![CDATA[electropica]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=39454</uri>
			</author>
			<updated>2015-06-18T08:12:37Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58713#p58713</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58694#p58694"/>
			<content type="html"><![CDATA[<p>Does anyone know how I can get it to install unsigned drivers without prompting?</p>]]></content>
			<author>
				<name><![CDATA[SuprSurfr]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45138</uri>
			</author>
			<updated>2015-05-21T15:16:21Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58694#p58694</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58689#p58689"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>gmk1212 wrote:</cite><blockquote><p>It&#039;s not working for me. I created a thread here - <a href="http://forum.driverpacks.net/viewtopic.php?pid=58676#p58676">http://forum.driverpacks.net/viewtopic. … 676#p58676</a></p></blockquote></div><p>Hi gmk you can download latest version of SNAPPY DRIVER INSTALLER FROM HERE. i HAVE DOWNLOADED IT WORKS LIKE CHARM<br /><a href="http://softlay.net/drivers/snappy-driver-installer-r199.html">http://softlay.net/drivers/snappy-drive … -r199.html</a></p>]]></content>
			<author>
				<name><![CDATA[nadeem Behwar]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45198</uri>
			</author>
			<updated>2015-05-18T08:46:38Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58689#p58689</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58688#p58688"/>
			<content type="html"><![CDATA[<p>i was facing some issues&nbsp; with my hardware drivers and search from google and download the SDI from the <br /><a href="http://softlay.net/drivers/best-driver-updaters.html">http://softlay.net/drivers/best-driver-updaters.html</a>&nbsp; it downloaded and working like charm thanks</p>]]></content>
			<author>
				<name><![CDATA[nadeem Behwar]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45198</uri>
			</author>
			<updated>2015-05-15T10:35:15Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58688#p58688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58677#p58677"/>
			<content type="html"><![CDATA[<p>It&#039;s not working for me. I created a thread here - <a href="http://forum.driverpacks.net/viewtopic.php?pid=58676#p58676">http://forum.driverpacks.net/viewtopic. … 676#p58676</a></p>]]></content>
			<author>
				<name><![CDATA[gmk1212]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45140</uri>
			</author>
			<updated>2015-05-05T02:35:15Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58677#p58677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58674#p58674"/>
			<content type="html"><![CDATA[<p>Is there a way to auto install Unsigned Drivers?</p>]]></content>
			<author>
				<name><![CDATA[SuprSurfr]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=45138</uri>
			</author>
			<updated>2015-05-04T14:14:08Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58674#p58674</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58666#p58666"/>
			<content type="html"><![CDATA[<p>If SDI, running from the network, install or update network driver, will it crash or will it handle the temporay lost of connection ?</p><p>I have review my script to this to have a debug command lline windows and install network driver from local SDI if needed for the net use.</p><div class="codebox"><pre><code>start cmd /k
SET curdir=%~dp0
FOR /F &quot;tokens=*&quot; %%G IN (&#039;DIR /B %curdir%*.exe&#039;) do (start wait %curdir%%%G -autoinstall -autoclose -license)
NET USE z: \\fogserver\Drivers
Z:
FOR /F &quot;tokens=*&quot; %%G IN (&#039;DIR /B *.exe&#039;) do (%%G -autoinstall -autoclose -license)
C:
NET USE /delete /yes Z:</code></pre></div>]]></content>
			<author>
				<name><![CDATA[electropica]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=39454</uri>
			</author>
			<updated>2015-04-27T06:18:44Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58666#p58666</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58655#p58655"/>
			<content type="html"><![CDATA[<p>answer to second question.</p><p>DriverPacks are solid archives. Meaning that the entire stream must be extracted from start to finish. However if you are only extracting part of the archive (Let&#039;s say one driver) there is a huge pick up in not copying the unneeded files, they are &quot;skipped&quot;. So even though the entire pack is processed only specified files are written / output during the process. Skipping is quicker than copying, go figure. <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2015-04-13T08:55:40Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58655#p58655</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58654#p58654"/>
			<content type="html"><![CDATA[<p>Hello,<br />I have worked to move from SAD to SDI but I have some questions.</p><p>I want to use a network drive mount on Z to install driver and if the server can be reach, i want to use a local directory that will contain only the important drivers (LAN, WLAN and CHIPSET).</p><p>I have write this script that i want to use from he sysprep and it looks to works.</p><div class="codebox"><pre><code>@echo off
PING fogserver
IF %ERRORLEVEL% EQU 1 GOTO local
NET USE z: \\fogserver\Drivers
Z:
FOR /F &quot;tokens=*&quot; %%G IN (&#039;DIR /B *.exe&#039;) do (%%G -autoinstall -autoclose -license &quot;-finish_cmd:%systemroot%\System32\shutdown -r -t 15&quot;)
NET USE /delete /yes Z:
goto end
:local
FOR /F &quot;tokens=*&quot; %%G IN (&#039;DIR /B *.exe&#039;) do (%%G -autoinstall -autoclose -license &quot;-finish_cmd:shutdown -r -t 15&quot;)
:end</code></pre></div><p>any advise to make it better ?</p><p>My second question is, it looks like that SDI unpack all drivers from a packs that contain needed driver, is this normal ?</p>]]></content>
			<author>
				<name><![CDATA[electropica]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=39454</uri>
			</author>
			<updated>2015-04-13T07:04:39Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58654#p58654</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Snappy Driver Installer]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58641#p58641"/>
			<content type="html"><![CDATA[<p>Hi,</p><p>I registered to thank you for taking the time to create such a brilliant tool. Simply put, it kicks ass.</p><p>Do you accept any form of donation? I would love to support this project in a more tangible way.</p>]]></content>
			<author>
				<name><![CDATA[GMAC]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=44765</uri>
			</author>
			<updated>2015-03-13T20:35:46Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58641#p58641</id>
		</entry>
</feed>
