<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [ERROR] "No settings file found" if ComSpec is altered.]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3564</link>
		<description><![CDATA[The most recent posts in [ERROR] "No settings file found" if ComSpec is altered..]]></description>
		<lastBuildDate>Mon, 23 Feb 2009 07:17:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29457#p29457</link>
			<description><![CDATA[<p><a href="http://www.ss64.com/nt/set.html">http://www.ss64.com/nt/set.html</a></p><p>pertinent exerpt from above link...</p><p>Changes made using the SET command are NOT permanent, they apply to the current CMD prompt only and remain only until the CMD window is closed.<br />To permanently change a variable at the command line use SetX<br />or in the GUI - Control Panel, System, Environment, System/User Variables</p><p>Changing a variable permanently with SetX will not affect any CMD prompt that is already open. <br />Only new CMD prompts will get the new setting.</p><p>You can of course use SetX in conjunction with SET to change both at the same time, but neither SET or SetX will affect other CMD sessions that are already running. When you think about it - this is a good thing.</p><p>It is also possible (although undocumented) to add permanent env variables to the registry [HKEY_CURRENT_USER\Environment] <br />(using REGEDIT)</p><p>System Environment variables can also be found in [HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]</p><p>Have a great day M8</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Mon, 23 Feb 2009 07:17:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29457#p29457</guid>
		</item>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29450#p29450</link>
			<description><![CDATA[<p>A &#039;critical error&#039; sounds like a good option. Helpfull error messages mean a lot to developers as well as users!</p><p>I tried batch file wrappers way back in the dim dark ages.&nbsp; Found that when you set comspec it sets in in the local shell environment only, not the master environment. If the CAD app then spawns another shell, it inherits from the master environment - where comspec is still as it was. This may have been peculiar to the app. Being a DOS app it would be expecting only ONE environment! So I really had no choice but to set it in the master environment.</p><p>However, recently DOSBox has been able to run my apps without issue, so I&#039;m thinking I can put comspec back to &#039;standard&#039; and leave it that way. I have had it set to command.com for so long now that I had completely forgotten that this computer was non-standard in that regard. I only picked it up during a compare with the computer that slipstreamed first time!</p><p>Cheers..</p>]]></description>
			<author><![CDATA[null@example.com (adrianjball)]]></author>
			<pubDate>Mon, 23 Feb 2009 02:14:29 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29450#p29450</guid>
		</item>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29448#p29448</link>
			<description><![CDATA[<p>Excellent to know... you are correct 7zip must be run in a dos shell... <br />Autoit uses a command called rundos() to do this.</p><p>I am not really interested in updating hundreds of references in the base program to force checking the command interpreter.<br />IE test to see which one your using then attempt to locate CMD then verify it is a valid CMD ect...</p><p>Since you must force the change to command<br /> the ball is in your court to be aware that this will cause you issues and <br />for you to then have to correct any problems you create by doing so.</p><p>However I am sure you are not the only one who has or will do this.<br />this post can serve as help to others who find themselves in your situation. <br />I will update your title so it will serve that purpose</p><p>Thanks so much for sharing the problem and the solution with DriverPacks </p><p>Welcome and have a great day!</p><p>PS I could be convinced to program the DriverPacks BASE to exit with a &quot;critical error&quot; if the command interpreter is not CMD <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>PSS it might make better sense for you to write a batch file (wrapper) that <br />sets your comspec to command<br />calls the CAD app <br />resets comspec when the CAD program exits <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Mon, 23 Feb 2009 01:02:58 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29448#p29448</guid>
		</item>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29444#p29444</link>
			<description><![CDATA[<p>Well, I solved the problem this morning. I run with Comspec set to command.com, for compatibility reasons with various old CAD programs I need to run. I changed it back to cmd.exe and now the slipstreaming completes without error.</p><p>So I&#039;m guessing that the slipstreaming process must launch a command shell to run un7zip, and command.com didn&#039;t like the parameters passed to it. Not that I know how the DPsBase app is put together, but it might be better to force a call to cmd.exe rather than relying on Comspec to contain the right thing!</p><p>Thanks for looking at my problem. I hope this resolution helps someone else too!</p>]]></description>
			<author><![CDATA[null@example.com (adrianjball)]]></author>
			<pubDate>Sun, 22 Feb 2009 23:19:57 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29444#p29444</guid>
		</item>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29440#p29440</link>
			<description><![CDATA[<p>Yes, I&#039;m only wanting to include the Mass Storage and Chipset packs.</p><p>MD5 sums on both packs are correct, and both packs extract just fine if I do the un7zip manually.&nbsp; Unfortunately the manual unzipping doesn&#039;t solve the problem as the temp folder gets cleared at the start of the slipstreaming process.</p><p>I get the same error with QSC disabled and the folder deleted. Note that the QSC folder was empty.</p><p>I got around the problem by doing exactly the same process on a different computer, and it all worked fine. I would still like to know why it doesn&#039;t work on my main computer though! Are there any pre-requisites for the system, or does DPsBase contain everything it needs?</p>]]></description>
			<author><![CDATA[null@example.com (adrianjball)]]></author>
			<pubDate>Sun, 22 Feb 2009 22:11:05 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29440#p29440</guid>
		</item>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29437#p29437</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>Um... mass storage is unzipped for M2... so the files can be cabbed and integrated...</p></blockquote></div><p>D&#039;oh! Yes, of course!</p><p>I was assuming he thought all of the packs would have to get extracted, and he was waiting for that to happen.</p>]]></description>
			<author><![CDATA[null@example.com (Helmi)]]></author>
			<pubDate>Sun, 22 Feb 2009 19:18:31 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29437#p29437</guid>
		</item>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29431#p29431</link>
			<description><![CDATA[<p>Um... mass storage is unzipped for M2... so the files can be cabbed and integrated...</p><p>please try as Helmi suggested and verify the MD5 on the mass pack...</p><p>and disable QSC or delete the QSC folder or both - please report the result afterwards!</p><p>Excellent details for a first post Well Done!</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sun, 22 Feb 2009 14:10:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29431#p29431</guid>
		</item>
		<item>
			<title><![CDATA[Re: [ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29428#p29428</link>
			<description><![CDATA[<p>Using Method 2 (M2), as your log suggest you do, during slipstream the packs <strong>will not</strong> be extracted by design!<br />Instead, this is done during the &quot;fake setup&quot; phase of Windows installation (you will notice a blue progress bar indicating that task).</p><p>Is it correct that you are only including DPMS and DriverPack Chipset?</p><p>Please check the files for corruption (MD5 and/or 7-Zips archive test functionality).</p>]]></description>
			<author><![CDATA[null@example.com (Helmi)]]></author>
			<pubDate>Sun, 22 Feb 2009 13:56:24 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29428#p29428</guid>
		</item>
		<item>
			<title><![CDATA[[ERROR] "No settings file found" if ComSpec is altered.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=29419#p29419</link>
			<description><![CDATA[<p>Original Title: Error: No settings file found for DriverPack</p><p>I&#039;m having a problem with slipstreaming. It doesn&#039;t seem like 7zip is actually extracting the driver packs. Log is:</p><p>2009-02-22 11:02:05 : &lt;INIT&gt; DriverPacks BASE 8.12.4 initialized.<br />2009-02-22 11:02:05 : &lt;INIT&gt; Host environment: WIN_XP Service Pack 3 on X86 CPU.<br />2009-02-22 11:02:05 : &lt;INIT&gt; Created temporary working directory.<br />2009-02-22 11:02:05 : &lt;INIT&gt; Imported proxy settings from Internet Explorer.<br />2009-02-22 11:02:05 : &lt;INIT&gt; Start scanning for DriverPacks for the wnt5_x86-32 platform.<br />2009-02-22 11:02:05 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack Chipset 902!<br />2009-02-22 11:02:05 : &lt;INIT&gt; &nbsp; &nbsp; Detected DriverPack MassStorage 901!<br />2009-02-22 11:02:05 : &lt;INIT&gt; &nbsp; &nbsp; Could not detect any 3rd party DriverPacks for wnt5_x86-32.<br />2009-02-22 11:02:05 : &lt;INIT&gt; &nbsp; &nbsp; Finished scanning.<br />2009-02-22 11:02:05 : &lt;INIT&gt; Detected settings file &quot;C:\DPsBase\DPs_BASE.ini&quot;.<br />2009-02-22 11:02:06 : &lt;INIT&gt; Windows XP Home Edition -&nbsp; OEM SP3 detected.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [Settings]\DPsMethod not specified: default (2) was set.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [Settings]\finisherMethod not specified: default (GUIRunOnce) was set.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [OptionalSettings]\KTD not specified: default (none) was set.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [OptionalSettings]\QSC not specified: default (yes) was set.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [OptionalSettingsOther]\ATI_cpl not specified: default (None) was set.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [OptionalSettingsOther]\Nvidia_cpl not specified: default (None) was set.<br />2009-02-22 11:02:06 : &lt;INIT&gt; wnt5_x86-32_disc is the selected installation platform .<br />2009-02-22 11:02:06 : &lt;INIT&gt; Imported settings from settings file.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [OptionalSettingsOther]\ATI_cpl not specified: default (None) was set.<br />2009-02-22 11:02:06 : &lt;INIT&gt; [OptionalSettingsOther]\Nvidia_cpl not specified: default (None) was set.<br />2009-02-22 11:02:06 : &lt;GUI&gt;&nbsp; Initialized GUI.<br />2009-02-22 11:02:06 : &lt;GUI&gt;&nbsp; Created a list of all available language files.<br />2009-02-22 11:02:06 : &lt;GUI&gt;&nbsp; Set the last used language, English, as the GUI language.<br />2009-02-22 11:02:12 : &lt;GUI&gt;&nbsp; Saved settings!<br />2009-02-22 11:02:12 : &lt;GUI&gt;&nbsp; Closed GUI.<br />2009-02-22 11:02:12 : &lt;SEL&gt;&nbsp; Selected module: mod_slip_wxp_x86-32_disc_m2.<br />2009-02-22 11:02:12 : &lt;PREP&gt; Removed all attributes from \I386.<br />2009-02-22 11:02:12 : &lt;PREP&gt; No previous DriverPacks installation found, Prep stage will be skipped<br />2009-02-22 11:02:12 : &lt;SLIP&gt; Extracted DriverPack MassStorage to a temporary working directory.<br />2009-02-22 11:02:12 : &lt;CRIT&gt; No settings file found for DriverPack MassStorage: the file &quot;C:\DPsBase\tmp\DPMtmp\DriverPack_MassStorage_wnt5_x86-32.ini&quot; could not be found!<br />2009-02-22 11:02:55 : &lt;CLNP&gt; Temporary working directory successfully deleted.</p><p>INI file is:</p><p>[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;F:\XPCDwDRIVERS&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;yes&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_MassStorage&nbsp; &nbsp; = &quot;yes&quot;<br />DP_MassStorage_textmode = &quot;yes&quot;</p><p>I have verified that the driver packs are complete, by manually unzipping them. The &#039;missing&#039; file is there. 7z.exe and un7zip.exe are in the /bin folder, and both seem to run as I would expect, when launched manually.&nbsp; At the time the error comes up, there is a &#039;tmp&#039; folder created, which then gets deleted when I OK the error. But there is no DPMtmp subfolder in it.&nbsp; I have tried manually creating these temp folders, and un7zipping the driver packs into the appropriate place, but these all get deleted again at the start of the slipstreaming process. I have un-installed and re-installed several times (the above log is the first run after a clean install), but nothing seems to get it to unzip the files. There is about 25Gb of free space on my C: drive. I am logged on as administrator, under WinXP Home SP3.</p><p>Any suggestions?</p>]]></description>
			<author><![CDATA[null@example.com (adrianjball)]]></author>
			<pubDate>Sun, 22 Feb 2009 01:39:14 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=29419#p29419</guid>
		</item>
	</channel>
</rss>
