MantisBT - DriverPacks BASE
View Issue Details
0000465DriverPacks BASEDPs BASE misc.public2008-10-08 11:202009-01-02 15:43
Helmi 
OverFlow 
normalblockhave not tried
resolvedfixed 
8.09 rc1 
8.12.2 
wnt5_x86-32 (Windows XP)
other (not natively supported)
all
not applicable
not applicable
0000465: [SAD] DP_Install_Tool.cmd cannot find file/path
SAD reports:

1. System cannot find the file specified

2. System cannot find the path specified

when running DP_Install_Tool.cmd.


1. COPY /Y "%DPLoc%\*.ins" %SystemDrive%\ >>%LOG%
there's no files with the ending .INS in that dir

2. FOR /F "usebackq tokens=2,3*" %%G IN (`type F:\WINDOWS\DPINST.log`)
should better read
FOR /F "usebackq tokens=2,3*" %%G IN ('type %SystemRoot%\DPINST.log')
This was reported by user "Goofy2000" on G-nlite.org:
http://www.german-nlite.org/wbb/index.php?page=Thread&postID=1811#post1811 [^]

He wasn't too fond of reporting this in English so I'm taking his due now ;)

Any question please direct to me so I can forward them.
No tags attached.
txt DPs_BASE.txt (5,815) 2008-10-08 11:20
http://bugtracker.driverpacks.net/file_download.php?file_id=322&type=bug
Issue History
2008-10-08 11:20HelmiNew Issue
2008-10-08 11:20HelmiStatusnew => assigned
2008-10-08 11:20HelmiAssigned To => BashratTheSneaky
2008-10-08 11:20HelmiFile Added: DPs_BASE.txt
2008-10-08 11:20HelmiDestination OS Platform => wnt5_x86-32 (Windows XP)
2008-10-08 11:20HelmiInstallation Platform => other (not natively supported)
2008-10-08 11:20HelmiDriverPacks => all
2008-10-08 11:20HelmiDriverPacks Method => not applicable
2008-10-08 11:20HelmiDriverPacks Finisher Method => not applicable
2008-10-14 06:49OverFlowAssigned ToBashratTheSneaky => OverFlow
2008-10-14 06:49OverFlowStatusassigned => acknowledged
2008-10-14 06:52OverFlowNote Added: 0000834
2008-10-14 06:54OverFlowNote Edited: 0000834
2008-10-14 06:54OverFlowNote Edited: 0000834
2008-10-14 06:55OverFlowNote Edited: 0000834
2008-10-14 06:59OverFlowNote Edited: 0000834
2009-01-02 15:43OverFlowStatusacknowledged => resolved
2009-01-02 15:43OverFlowFixed in Version => Head
2009-01-02 15:43OverFlowResolutionopen => fixed

Notes
(0000834)
OverFlow   
2008-10-14 06:52   
(edited on: 2008-10-14 06:59)
Note:

CCC.ins CCP.ins Nvidia.ins ;)

unless you dont want a control panel for graphics ;)

NBD i will jsut do a

If Exist "%DPLoc%\*.ins" COPY /Y "%DPLoc%\*.ins" %SystemDrive%\ >>%LOG%

the bad quotes is a good eye!
this error could be ignored... ;) in that it is cosmetic only...

i will fix in next release...