<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - DriverPack Finisher C:\DPsFnshr.exe not found]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=1635&amp;type=atom"/>
	<updated>2007-06-06T20:23:09Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=1635</id>
		<entry>
			<title type="html"><![CDATA[Re: DriverPack Finisher C:\DPsFnshr.exe not found]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=11434#p11434"/>
			<content type="html"><![CDATA[<p>Well, guess I&#039;ll just keep replying to my own problem <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" />&nbsp; I went ahead and added the following line to presetup.cmd: IF EXIST %SYSTEMDRIVE%\BIN\DPsFnshr.7z %UN7ZIP% %SYSTEMDRIVE%\BIN\DPsFnshr.7z %SYSTEMDRIVE%\&nbsp; That appears to have solved initial problem.&nbsp; I say appears because I&#039;m not that much of a noob to think just because it works I did it correctly.&nbsp; If someone that knows the in&#039;s and out&#039;s of the process flow for integrating the driver packs and could let me know if this is an actual fix or if I&#039;ve just put a Band-Aid on a broken arm I would certainly appreciate it.</p><p>Thanks again</p>]]></content>
			<author>
				<name><![CDATA[callagp7552]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1840</uri>
			</author>
			<updated>2007-06-06T20:23:09Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=11434#p11434</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: DriverPack Finisher C:\DPsFnshr.exe not found]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=11433#p11433"/>
			<content type="html"><![CDATA[<p>In case this would be of any additional use here is the contents of presetup.cmd.&nbsp; I THINK this is when DPsFnshr.7z should be extracted but if I&#039;m wrong please let me know.&nbsp; I may have overlooked it but I don&#039;t see anywhere in here where DPsFnshr.7z would be extracted.&nbsp; I see where it copies the ini file to the root of the system drive but that&#039;s it.</p><p>SET TAG=\WIN51<br />FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) DO IF EXIST &quot;%%i:%TAG%&quot; SET CDDRIVE=%%i:<br />SET OEM=%CDDRIVE%\OEM</p><p>IF EXIST %OEM%\bin\7z.exe Copy /V /Y %OEM%\bin\7z.exe %SYSTEMROOT%\system32\7z.exe<br />IF EXIST %SYSTEMDRIVE%\bin\7z.exe Copy /V /Y %SYSTEMDRIVE%\bin\7z.exe %SYSTEMROOT%\system32\7z.exe<br />IF EXIST %OEM%\bin\un7zip.exe SET UN7ZIP=%OEM%\bin\un7zip.exe<br />IF EXIST %SYSTEMDRIVE%\bin\un7zip.exe SET UN7ZIP=%SYSTEMDRIVE%\bin\un7zip.exe</p><p>IF EXIST %OEM%\bin\DPsFnshr.ini Copy /V /Y %OEM%\bin\DPsFnshr.ini %SYSTEMDRIVE%\DPsFnshr.ini<br />IF EXIST %SYSTEMDRIVE%\bin\DPsFnshr.ini Copy /V /Y %SYSTEMDRIVE%\bin\DPsFnshr.ini %SYSTEMDRIVE%\DPsFnshr.ini<br />IF EXIST %OEM%\*.ins Copy /V /Y %OEM%\*.ins %SYSTEMDRIVE%\</p><p>IF EXIST %SYSTEMROOT%\system32\7z.exe (<br />&nbsp; &nbsp; IF EXIST %OEM%\D*.7z 7z x -y -aoa %OEM%\D*.7z -o%SYSTEMDRIVE%<br />&nbsp; &nbsp; IF EXIST %SYSTEMDRIVE%\D*.7z 7z x -y -aoa %SYSTEMDRIVE%\D*.7z -o%SYSTEMDRIVE%<br />&nbsp; &nbsp; IF EXIST %OEM%\000_SR*.7z 7z x -y -aoa %OEM%\000_SR*.7z -o%SYSTEMROOT%<br />&nbsp; &nbsp; IF EXIST %SYSTEMDRIVE%\000_SR*.7z 7z x -y -aoa %SYSTEMDRIVE%\000_SR*.7z -o%SYSTEMROOT%<br />&nbsp; &nbsp; IF EXIST %OEM%\000_SD*.7z 7z x -y -aoa %OEM%\000_SD*.7z -o%SYSTEMDRIVE%<br />&nbsp; &nbsp; IF EXIST %SYSTEMDRIVE%\000_SD*.7z 7z x -y -aoa %SYSTEMDRIVE%\000_SD*.7z -o%SYSTEMDRIVE%<br />) ELSE (<br />&nbsp; &nbsp; IF EXIST %OEM%\D*.7z %UN7ZIP% %OEM%\D*.7z %SystemDrive%\<br />&nbsp; &nbsp; IF EXIST %SYSTEMDRIVE%\D*.7z %UN7ZIP% %SystemDrive%\D*.7z %SystemDrive%\<br />&nbsp; &nbsp; IF EXIST %OEM%\000_SR*.7z %UN7ZIP% %OEM%\000_SR*.7z %SYSTEMROOT%\<br />&nbsp; &nbsp; IF EXIST %SYSTEMDRIVE%\000_SR*.7z %UN7ZIP% %SYSTEMDRIVE%\000_SR*.7z %SYSTEMROOT%\<br />&nbsp; &nbsp; IF EXIST %OEM%\000_SD*.7z %UN7ZIP% %OEM%\000_SD*.7z %SYSTEMDRIVE%\<br />&nbsp; &nbsp; IF EXIST %SYSTEMDRIVE%\000_SD*.7z %UN7ZIP% %SYSTEMDRIVE%\000_SD*.7z %SYSTEMDRIVE%\<br />)</p><p>IF EXIST %SYSTEMDRIVE%\D*.7z DEL %SYSTEMDRIVE%\D*.7z<br />IF EXIST %SYSTEMDRIVE%\000_SR*.7z DEL %SYSTEMDRIVE%\000_SR*.7z<br />IF EXIST %SYSTEMDRIVE%\000_SD*.7z DEL %SYSTEMDRIVE%\000_SD*.7z</p><p>IF EXIST %OEM%\bin\DevPath.exe SET SDP=%OEM%\bin\DevPath.exe<br />IF EXIST %SYSTEMDRIVE%\bin\DevPath.exe SET SDP=%SYSTEMDRIVE%\bin\DevPath.exe<br />IF EXIST %SYSTEMDRIVE%\DSPdsblr.exe SET WDSP=%SYSTEMDRIVE%\DSPdsblr.exe<br />IF EXIST %SYSTEMDRIVE%\WatchDSP.exe SET WDSP=%SYSTEMDRIVE%\WatchDSP.exe<br />IF EXIST %CDDRIVE%\D SET DP=%CDDRIVE%\D<br />IF EXIST %SYSTEMDRIVE%\D SET DP=%SYSTEMDRIVE%\D</p><p>%SDP% %DP%<br />START %WDSP%</p>]]></content>
			<author>
				<name><![CDATA[callagp7552]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1840</uri>
			</author>
			<updated>2007-06-06T19:23:13Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=11433#p11433</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[DriverPack Finisher C:\DPsFnshr.exe not found]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=11429#p11429"/>
			<content type="html"><![CDATA[<p>I&#039;m hoping someone can give me some direction with a problem I&#039;ve recently run into.&nbsp; I&#039;d consider myself a noob so forgive any missing info or lack of in depth knowledge.&nbsp; I&#039;m using AutoImage v0.1.9.2 to incorporate patches along with drivers in a RIS image.&nbsp; I&#039;ve added a few drivers of my own but other than that I&#039;ve tried to keep it fairly simple.&nbsp; The problem occurs during the first login at which point I see an error message indicating the system was unable to find C:\DPsFnshr.exe.&nbsp; I&#039;m not sure at what point DPsFnshr.7z is suppose to be extracted but to me that doesn&#039;t appear to be happening.&nbsp; I say that because I can&#039;t find any of the files within that archive on the test system.&nbsp; DPsFnshr.7z did get copied during the installation.&nbsp; It along with 7-zip.dll, DevPath.exe, DPsFnshr.ini, and un7zip.exe are all in the bin folder in the root of the system drive.&nbsp; I&#039;m using DriverPacks BASE 7.05.2 and I&#039;ve tried both GUIRunOnce and RunOnceEX for the finishing method both ending up with the same result.&nbsp; Hopefully I&#039;ve included enough info but if there is anything else needed please just let me know.</p><p>Thanks much</p><br /><p>DPs_BASE.log<br />2007-06-05 15:45:20 : &lt;INIT&gt; DriverPacks BASE 7.05.2 initialized in API mode by AutoRIS v0.1.9.2.<br />2007-06-05 15:45:20 : &lt;INIT&gt; Host environment: WIN_2003 Service Pack 2 on X86 CPU.<br />2007-06-05 15:45:20 : &lt;INIT&gt; Created temporary working directory.<br />2007-06-05 15:45:20 : &lt;INIT&gt; Imported proxy settings from Internet Explorer.<br />2007-06-05 15:45:28 : &lt;INIT&gt; Start scanning for DriverPacks for the wnt5_x86-32 platform.<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack Chipset 7.05.1!<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack Graphics A 7.05.2!<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack Graphics B 7.05!<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack LAN 7.06!<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack Sound A 7.05.1!<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack Sound B 7.05!<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Detected 3rd party DriverPack(s).<br />2007-06-05 15:45:28 : &lt;INIT&gt; &nbsp; &nbsp; Finished scanning.<br />2007-06-05 15:45:28 : &lt;INIT&gt; Using settings file in custom location: D:\RIS Prep\Driver packs\AutoImage-Bâshrat the Sneaky.ini.<br />2007-06-05 15:45:28 : &lt;INIT&gt; Detected settings file &quot;D:\RIS Prep\Driver packs\AutoImage-Bâshrat the Sneaky.ini&quot;.<br />2007-06-05 15:45:28 : &lt;INIT&gt; Windows XP Professional -&nbsp; Retail SP2 detected.<br />2007-06-05 15:45:28 : &lt;INIT&gt; The platform wnt5_x86-32_disc will be used (which is the &#039;disc&#039; installation platform for the OS family &#039;wnt5_x86-32&#039;).<br />2007-06-05 15:45:28 : &lt;INIT&gt; Imported settings from settings file.<br />2007-06-05 15:45:28 : &lt;INIT&gt; [OptionalSettingsOther]\ATI_cpl not specified: default (CCC) was set.<br />2007-06-05 15:45:28 : &lt;SEL&gt;&nbsp; Selected module: mod_slip_wxp_x86-32_disc_m2.<br />2007-06-05 15:45:29 : &lt;PREP&gt; Removed all attributes from \I386.<br />2007-06-05 15:45:29 : &lt;PREP&gt; Generated \I386\winnt.sif file.<br />2007-06-05 15:45:29 : &lt;PREP&gt; Created a backup of \I386\txtsetup.sif.<br />2007-06-05 15:45:29 : &lt;PREP&gt; Created a backup of \I386\dosnet.inf.<br />2007-06-05 15:45:29 : &lt;SLIP&gt; Created necessary directory structure for method 2.<br />2007-06-05 15:45:30 : &lt;SLIP&gt; Copied files necessary for method 2.<br />2007-06-05 15:45:30 : &lt;SLIP&gt; Extracted files necessary for method 2.<br />2007-06-05 15:45:31 : &lt;SLIP&gt; Created \I386\presetup.cmd file.<br />2007-06-05 15:45:31 : &lt;SLIP&gt; Updated \I386\txtsetup.sif to support method 2.<br />2007-06-05 15:45:31 : &lt;SLIP&gt; Updated \I386\dosnet.inf to support method 2.<br />2007-06-05 15:45:37 : &lt;SLIP&gt; Copied DriverPacks to \OEM.<br />2007-06-05 15:45:37 : &lt;SLIP&gt; English (RyanVM&#039;s) UpdatePack detected: no HDA hotfix will be slipstreamed.<br />2007-06-05 15:45:37 : &lt;SLIP&gt; Updated \I386\winnt.sif to support method 2.<br />2007-06-05 15:45:37 : &lt;SLIP&gt; Updated DPsFnshr.ini to disable KTD.<br />2007-06-05 15:45:37 : &lt;SLIP&gt; Updated \I386\winnt.sif&#039;s GUIRunOnce section.<br />2007-06-05 15:45:37 : &lt;CLNP&gt; Temporary working directory successfully deleted.<br />2007-06-05 15:45:37 : Program terminated.</p><p>DPs_BASE.ini<br />[General]<br />; preferred language<br />prefLang&nbsp; &nbsp; = &quot;English&quot;<br />; yes/no, enable or disable the wizard-style buttons, if not specified: yes<br />wizardButtons&nbsp; &nbsp; = &quot;yes&quot;<br />; yes/no, enable or disable the GUI, if not specified: yes<br />GUI&nbsp; &nbsp; &nbsp; &nbsp; = &quot;yes&quot;</p><br /><p>[Settings]<br />; disc/bartpe/multibootDisc<br />instPlatform&nbsp; &nbsp; = &quot;disc&quot;<br />; trailing backslash is allowed, but not necessary<br />location&nbsp; &nbsp; = &quot;D:\RemoteInstall\Setup\English\Images\Optiplex745&quot;<br />; none/all/select, if select, specify them below, if not specified: all<br />DriverPacks&nbsp; &nbsp; = &quot;select&quot;<br />; 1/2, method to install the DriverPacks, if not specified: 2<br />DPsMethod&nbsp; &nbsp; = &quot;2&quot;<br />; GUIRunOnce/RunOnceEx/custom, if not specified: GUIRunOnce<br />finisherMethod&nbsp; &nbsp; = &quot;GUIRunOnce&quot;</p><br /><p>; this section is optional!<br />[OptionalSettings]<br />; none/all/select/paths/patterns, enable or disable Keep The Drivers (KTD) , if not specified: none<br />KTD&nbsp; &nbsp; &nbsp; &nbsp; = &quot;false&quot;<br />; &lt;path&gt;, to specify a custom KTD cache location, if not specified: default (%SystemRoot%\DriverPacks)<br />KTDlocation&nbsp; &nbsp; = &quot;%SystemRoot%\DriverPacks&quot;<br />; yes/no, enable or disable QuickStream Cache (QSC), if not specified: yes<br />QSC&nbsp; &nbsp; &nbsp; &nbsp; = &quot;no&quot;</p><br /><p>; you should only add this section if you&#039;ve set [Settings]\DriverPacks to &quot;select&quot;<br />[SelectDriverPacks]<br />DP_Chipset&nbsp; &nbsp; = &quot;yes&quot;<br />DP_Graphics_A&nbsp; &nbsp; = &quot;yes&quot;<br />DP_Graphics_B&nbsp; &nbsp; = &quot;yes&quot;<br />DP_LAN&nbsp; &nbsp; &nbsp; &nbsp; = &quot;yes&quot;<br />DP_Sound_A&nbsp; &nbsp; = &quot;yes&quot;<br />DP_Sound_B&nbsp; &nbsp; = &quot;yes&quot;<br />DPs_3rd_party&nbsp; &nbsp; = &quot;yes&quot;<br />DP_MassStorage_textmode = &quot;no&quot;</p><br /><p>; this section is optional!<br />[OptionalSettingsOther]<br />; CCC/CCP, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming DriverPack Graphics A)<br />ATI_cpl&nbsp; &nbsp; &nbsp; &nbsp; = &quot;CCC&quot;</p>]]></content>
			<author>
				<name><![CDATA[callagp7552]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1840</uri>
			</author>
			<updated>2007-06-06T14:21:55Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=11429#p11429</id>
		</entry>
</feed>
