Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Аватара для Теплый Снег

Старожил


Сообщения: 189
Благодарности: 35

Профиль | Отправить PM | Цитировать


Цитата:
в том то и прикол, что в папке dp на cd лежат пакеты, но они почемуто не разархивируется на жеский, хотя в списке они есть, и после "Unpack Driver Packs" пишет что все разархивировано, а на hdd пусто (
Проверьте если у вас в папке с программой чледующие файлы : 7z.dll,7z.exe,7-zip.chm . Если нет , то скачайте полный пакет утилиты.
Еще провертьте синтаксис DPInst.xml . Файл должен быть такой.

Код: Выделить весь код
<?xml version="1.0" ?>
  <dpinst>

<!-- The following search and subDirectory elements direct
     DPInst to search all subdirectories (under the DPInst working directory) to locate driver
     packages. -->
    <search>
      <subDirectory>Dp_wsed</subDirectory>
    </search>

<!-- The following language element localizes its child elements
     for the English (Standard) language. The child elements
     customize the text that appears on the DPInst wizard pages. -->
    <language code="0x0409">
      <dpinstTitle>Driver Pack Installer</dpinstTitle>
      <welcomeTitle>Welcome to the Driver Pack Installer!</welcomeTitle>
      <welcomeIntro>This wizard will walk you through updating the drivers for your devices.</welcomeIntro>
      <eulaHeaderTitle>End User License Agreement</eulaHeaderTitle>
      <eulaYesButton>I &accept this Agreement</eulaYesButton>
      <eulaNoButton>I do n&ot accept this Agreement</eulaNoButton>
      <installHeaderTitle>Installing the software for your device...</installHeaderTitle>
      <finishTitle>Congratulations! You are finished installing your devices.</finishTitle>
      <finishText>Enjoy using your devices.</finishText>
      <eula type="txt" path="Data\PackInfo.txt"/>
    </language>

<!-- The following three elements customize, but do not localize,
     the icon and bitmaps that appear on the DPInst wizard pages. -->
    <icon>Data\Factory.ico</icon>
    <headerPath>Data\Header.bmp</headerPath>
    <watermarkPath>Data\WSW.bmp</watermarkPath>
<!-- Install a driver package for a PnP function driver only if the driver package matches a device that is configured in a 
	computer and the driver package is a better match for the device than the driver package that is currently installed on the device. -->	
   <scanHardware/>
<!-- End of scanHardware-->
<!-- This switch configures DPInst to install unsigned drivers and driver packages that have missing files. -->
   <legacyMode/>
<!-- End of legacyMode-->
<!-- This switch cdisplay a dialog box if a new driver is not a better match to a device than a driver that is currently installed on the device.
 	The dialog box informs a user of this situation and provides an option to replace the driver that is currently installed on the device with 
	the new driver.. -->
   <promptIfDriverIsNotBetter/>
<!-- End of promptIfDriverIsNotBetter -->
<!--Summary of the DPInst XML Elements http://msdn2.microsoft.com/en-us/library/ms791067(printer).aspx -->

  </dpinst>

-------
Лаборатория Теплого Снега


Отправлено: 20:05, 08-03-2008 | #51