MSFN Forum: After using driverpack, path error with unattended programs - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

After using driverpack, path error with unattended programs Driverpacks, unattended installation of programs Rate Topic: -----

#1 User is offline   AvWijk 

  • Group: Members
  • Posts: 3
  • Joined: 02-October 05

  Posted 09 February 2007 - 05:37 PM

Hello,

I recently integrated the Chipset, LAN en Mass Storage text mode drivers in my unattended WinXP SP2 CD. I use driverpack version 7.0.1.5 with the following settings of implementing drivers:

Installation platform: CD/DVD
> Driverpack Chipset 6.12
> Driverpack LAN 7.01
> DriverPack Mass Storage 7.01
> Driver Pack Mass Storage Text Mode
Slipstream method 1 ($OEM$\S1\)
Method to start finisher: RunOnceEx, modified ID 99
No optional settings.


But my problem is, while the Windows setup finishes normally and the progress of installing programs will begin, but I hear a warning beep with the following message on display:

Posted Image

The message says in English the path cannot be found. Everytime the setup continues with an unattended package, I get the same error. After navigating to 'My Computer' I found out that I:\.. didn't even exist. However, the driverpacks splash finished normally.

Here is my cmdlines.txt (would it help to reverse ROE.exe 99 and RunOnceEx.cmd?)

[COMMANDS]
"ROE.exe 99"
"RunOnceEx.cmd"


"extensies.cmd"
"REGEDIT /S regtweaks.reg"
"REGEDIT /S instellingen.reg"


Here is my RunOnceEx.cmd

cmdow @ /HID
@echo off

IF EXIST D:\win51ip.SP2 set CDROM=D:
IF EXIST E:\win51ip.SP2 set CDROM=E:
IF EXIST F:\win51ip.SP2 set CDROM=F:
IF EXIST G:\win51ip.SP2 set CDROM=G:
IF EXIST H:\win51ip.SP2 set CDROM=H:
IF EXIST I:\win51ip.SP2 set CDROM=I:
IF EXIST J:\win51ip.SP2 set CDROM=J:
IF EXIST K:\win51ip.SP2 set CDROM=K:
IF EXIST L:\win51ip.SP2 set CDROM=L:
IF EXIST M:\win51ip.SP2 set CDROM=M:
IF EXIST N:\win51ip.SP2 set CDROM=N:
IF EXIST O:\win51ip.SP2 set CDROM=O:
IF EXIST P:\win51ip.SP2 set CDROM=P:
IF EXIST Q:\win51ip.SP2 set CDROM=Q:
IF EXIST R:\win51ip.SP2 set CDROM=R:
IF EXIST S:\win51ip.SP2 set CDROM=S:
IF EXIST T:\win51ip.SP2 set CDROM=T:
IF EXIST U:\win51ip.SP2 set CDROM=U:
IF EXIST V:\win51ip.SP2 set CDROM=V:
IF EXIST W:\win51ip.SP2 set CDROM=W:
IF EXIST X:\win51ip.SP2 set CDROM=X:
IF EXIST Y:\win51ip.SP2 set CDROM=Y:
IF EXIST Z:\win51ip.SP2 set CDROM=Z:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installatie software" /f

REG ADD %KEY%15 /VE /D "Adobe Reader 7.0" /f
REG ADD %KEY%15 /V 1 /D "CMD.exe /C start /B /wait /D %CDROM%\INSTALL\software\AdobeReader %CDROM%\INSTALL\software\AdobeReader\INSTALL.cmd" /f

REG ADD %KEY%16 /VE /D "FileZilla" /f
REG ADD %KEY%16 /V 1 /D "%CDROM%\INSTALL\software\filezilla\INSTALL.exe"

REG ADD %KEY%60 /VE /D "WinRAR 3.51 NL" /f
REG ADD %KEY%60 /V 1 /D "%CDROM%\INSTALL\software\Winrar\winrar.exe /S" /f

REG ADD %KEY%63 /VE /D "IrfanView NL + Plugins" /f
REG ADD %KEY%63 /V 1 /D "%CDROM%\INSTALL\software\Irfanview\setup.exe"

REG ADD %KEY%67 /VE /D "WinAmp 5.1 Pro" /f
REG ADD %KEY%67 /V 1 /D "%CDROM%\INSTALL\software\Winamp\winamp5.msi /qb INI="%CDROM%\INSTALL\software\Winamp\winamp.ini"

REG ADD %KEY%68 /VE /D "Internet Explorer Blocked Sites" /f
REG ADD %KEY%68 /V 1 /D "%CDROM%\INSTALL\software\blocklist\domainblock.cmd"

REG ADD %KEY%69 /VE /D "Utilities en instellingen" /f
REG ADD %KEY%69 /V 1 /D "%CDROM%\INSTALL\programfiles\INSTALL.exe"

REG ADD %KEY%70 /VE /D "Opschonen en herstarten" /f
REG ADD %KEY%70 /V 1 /D "%CDROM%\INSTALL\software\Cleanup.cmd" /f


EXIT


Does anybody have a solution.


#2 User is offline   AvWijk 

  • Group: Members
  • Posts: 3
  • Joined: 02-October 05

Posted 11 February 2007 - 09:20 AM

Nobody? I changed line 4 of RunOneEx.cmd to SET CDROM=%CD:~0,2% but that didn't help either.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy