I just tried to make this regular installation with the following winnt.sif :
Quote
;SetupMgrTag
[Data]AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
Unattendmode = DefaultHide
OemPreinstall = NO
DriverSigningPolicy=Ignore
[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 70
[Identification]
JoinWorkgroup = Workgroup
[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Let's say it's not really regular but semi-automatic. However, it doesn't integrate the applications, drivers and registry input which are in the automatic one.
I noticed that at the end of the copy files during the first step of the installation, the OEM files from my subdirectories Apps, Drivers and Logs didn't get copied. But what were directly in $OEM$ which are my BATCH files and cmdlines.reg & cmdlines.txt were copied because this registry input got registered. Same for the BATCH that ran since it tried to install the apps. That's then i got the error message from this BATCH not find the files.
All i want is to get rid of all that process that only concerns the automatic installation. Please help, it's been hours i've been looking for a solution