I'll give you as much info as I can and hopefully one of you can see where I'm going wrong.
I've read through the pdf and several posts over and over, there must be something I'm missing.
I launch xplode4 from cmdlines.txt, the syntax is as follows..
CODE
[COMMANDS]
”%SYSTEMDRIVE%\Install\XPlode\XPlode.exe /xml:#XPLODE#\XPlode.xml /log:#XPLODE#\XPlode.log”
”%SYSTEMDRIVE%\Install\XPlode\XPlode.exe /xml:#XPLODE#\XPlode.xml /log:#XPLODE#\XPlode.log”
My folder structure is as follows..
ROOT--
->$OEM$->$1 ---------------->Drivers
My $1 directory also contains -->Install ---->{All Apps folders plus XPlode Folder}
->$$
->$Docs
->$Progs
->cmdlines.txt
My xml resides in the XPlode folder.
My winnt.sif file is as follows..
CODE
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=1
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=YES
TargetPath=\WINDOWS
UnattendSwitch="yes"
FileSystem=*
OemPnPDriversPath="DRIVERS\VIASRAID;DRIVERS\FASTTRAK;DRIVERS\000_AGP;DRIVERS\001_IDE;DRIVERS\002_INF;DRIVERS\003_WINXP"
DriverSigningPolicy=Ignore
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=250
OemSkipWelcome=1
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="fred"
OrgName=""
ComputerName="hal"
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
[TapiLocation]
CountryCode=61
AreaCode=08
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000c09
UserLocale=00000c09
InputLocale=0c09:00000409
[Branding]
BrandIEUsingUnattended=Yes
[URL]
Home_Page=www.google.com.au
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[Components]
msmsgs=off
msnexplr=off
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=1
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=YES
TargetPath=\WINDOWS
UnattendSwitch="yes"
FileSystem=*
OemPnPDriversPath="DRIVERS\VIASRAID;DRIVERS\FASTTRAK;DRIVERS\000_AGP;DRIVERS\001_IDE;DRIVERS\002_INF;DRIVERS\003_WINXP"
DriverSigningPolicy=Ignore
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=250
OemSkipWelcome=1
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="fred"
OrgName=""
ComputerName="hal"
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
[TapiLocation]
CountryCode=61
AreaCode=08
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000c09
UserLocale=00000c09
InputLocale=0c09:00000409
[Branding]
BrandIEUsingUnattended=Yes
[URL]
Home_Page=www.google.com.au
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[Components]
msmsgs=off
msnexplr=off
And finally, this is my xml...
CODE
<XPlode4>
<config>
<!--
Block containing all settings for the current display plugin.
This will be dependent on which plugin used, so check
documentation for that specific plug.
-->
<display plugin='#XPLODE#\XPlodeGFXInstall.x4d'>
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXE</hidewindow>
<show total='18' after='10' subcount='true' />
<font face='Tahoma' antialias='true' small='9' large='14' />
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window width='461' position='2' fixmain='0' />
<windowmode>GUIinstall</windowmode>
<colours>
<header back='#003399' fore='#FFFFFFAA' image='' />
<footer back='#003399' fore='#FFFFFFAA' image='' />
<progress border='#FFFFFFAA' back='#00000000' fore='#FFFFFFAA' />
<main back='#4A6FD6' fore='#FFFFFFAA' current='#FF8000' description='#FFFFFF' image='' overlay='#FFFFFF22'/>
</colours>
<strings>
<title>Installation and Configuration</title>
<complete>complete</complete>
<!-- adduser plugin strings -->
<adduser>Adding User #1#</adduser>
<addusertogroup>Adding user #1# to group #2#</addusertogroup>
<addgroup>Adding group #1#</addgroup>
<!-- file/dir ops plugin strings -->
<copy>Copying #1# (#2#/#3# - #4#)</copy>
<move>Moving #1# (#2#/#3# - #4#)</move>
<delete>Deleting #1# (#3#)</delete>
</strings>
</display>
</config>
<items>
<item display='Installing Applications'>
<execute display='Installing .NET Framework v1.1 ...'>
<program>%systemdrive%\install\netframework\netfx.msi</program>
<arguments>/QN</arguments>
<wait>true</wait>
</execute>
<execute display='Installing Alcohol 120 ...'>
<program>%systemdrive%\Install\Alcohol\setup.msi</program>
<arguments>/qn /norestart</arguments>
<wait>true</wait>
</execute>
<execute display='Installing Winrar 3.30 ...'>
<program>%systemdrive%\install\Winrar\Winrar_330.exe</program>
<arguments>/s</arguments>
<wait>true</wait>
</execute>
<execute display='Installing Nero Burning ROM v6.6.0.6 ...'>
<program>%systemdrive%\Install\Nero\Setup.exe</program>
<arguments>/SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /SILENT /NO_UI /NOCANCEL /NOREBOOT</arguments>
<wait>true</wait>
</execute>
</item>
</items>
</XPlode4>
<config>
<!--
Block containing all settings for the current display plugin.
This will be dependent on which plugin used, so check
documentation for that specific plug.
-->
<display plugin='#XPLODE#\XPlodeGFXInstall.x4d'>
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXE</hidewindow>
<show total='18' after='10' subcount='true' />
<font face='Tahoma' antialias='true' small='9' large='14' />
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window width='461' position='2' fixmain='0' />
<windowmode>GUIinstall</windowmode>
<colours>
<header back='#003399' fore='#FFFFFFAA' image='' />
<footer back='#003399' fore='#FFFFFFAA' image='' />
<progress border='#FFFFFFAA' back='#00000000' fore='#FFFFFFAA' />
<main back='#4A6FD6' fore='#FFFFFFAA' current='#FF8000' description='#FFFFFF' image='' overlay='#FFFFFF22'/>
</colours>
<strings>
<title>Installation and Configuration</title>
<complete>complete</complete>
<!-- adduser plugin strings -->
<adduser>Adding User #1#</adduser>
<addusertogroup>Adding user #1# to group #2#</addusertogroup>
<addgroup>Adding group #1#</addgroup>
<!-- file/dir ops plugin strings -->
<copy>Copying #1# (#2#/#3# - #4#)</copy>
<move>Moving #1# (#2#/#3# - #4#)</move>
<delete>Deleting #1# (#3#)</delete>
</strings>
</display>
</config>
<items>
<item display='Installing Applications'>
<execute display='Installing .NET Framework v1.1 ...'>
<program>%systemdrive%\install\netframework\netfx.msi</program>
<arguments>/QN</arguments>
<wait>true</wait>
</execute>
<execute display='Installing Alcohol 120 ...'>
<program>%systemdrive%\Install\Alcohol\setup.msi</program>
<arguments>/qn /norestart</arguments>
<wait>true</wait>
</execute>
<execute display='Installing Winrar 3.30 ...'>
<program>%systemdrive%\install\Winrar\Winrar_330.exe</program>
<arguments>/s</arguments>
<wait>true</wait>
</execute>
<execute display='Installing Nero Burning ROM v6.6.0.6 ...'>
<program>%systemdrive%\Install\Nero\Setup.exe</program>
<arguments>/SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /SILENT /NO_UI /NOCANCEL /NOREBOOT</arguments>
<wait>true</wait>
</execute>
</item>
</items>
</XPlode4>
During install, I do see a cmd box pop up very quickly but nothing is installed and also there is no log file generated. I was going to return to my previous method of UA Install but this has got me losing sleep
Thanks again to everyone, I do appreciate your help.