Topic: Driverpack finisher help
Hello, I am making a unatended xpcd and everything is working. I just want to clean it all up.
driverpacks works however after i run a cleanup command from my runonceex driverpacks is at the very bottom of the list when i want it to be first.
here is my runonceex file
cmdow @ /HID
@echo off
FOR %%i IN (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 %%i:\CD.txt SET CDROM=%%i:
SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\002 /VE /D "Adobe Flash Player" /f
REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\Adobe\Flash\install_flash_player_10_active_x.msi /qn" /f
REG ADD %KEY%\003 /VE /D "Adobe Shockwave" /f
REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\Adobe\Shockwave\sw_lic_full_installer.msi /qn" /f
REG ADD %KEY%\004 /VE /D "System Settings" /f
REG ADD %KEY%\004 /V 1 /D "%CDROM%\Software\System\Oemlogo.cmd" /f
Exit
here is my cmdlines.txt
[COMMANDS]
"ROE.exe 1"
"RunOnceEx.cmd"
"Cleanup.cmd"
and my winnt.sif file
; Generated by nLite 1.4.9.1
[Data]
AutomaticUpdates="Yes"
Autopartition=0
UnattendedInstall="Yes"
MsDosInitiated=No
[Unattended]
UnattendMode=FullUnattended
UnattendSwitch="Yes"
OemSkipEula="Yes"
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
[Display]
Xresolution=1024
Yresolution=768
BitsPerPel=16
Vrefresh=60
[SystemRestore]
[GuiUnattended]
AdminPassword=*
TimeZone=015
OEMSkipRegional=1
OemSkipWelcome=1
[Components]
[UserData]
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
ComputerName=*
FullName=" "
[RegionalSettings]
LanguageGroup=1
Language= "0409"
[Networking]
InstallDefaultComponents="Yes"
[Identification]
JoinWorkgroup="MSHOME"
;
; Edited by DriverPacks BASE 8.12.5
; http://www.driverpacks.net/
;
please ignore the windows key it is wrong i know that.