Help Can't get XPlode to work
#1
Posted 21 February 2004 - 05:09 PM
#2
Posted 21 February 2004 - 05:12 PM
you could try and post what you attempted to get to work....and we can work from there
#3
Posted 21 February 2004 - 05:22 PM
[COMMANDS]
"%systemdrive%\Install\XPlode.exe"
that to my cmdlines.txt and the cmdlines.txt is located in the $OEM$ folder, but this didnt work.
i added
[SetupParams]
UserExecute="%SystemDrive%\Install\XPlode.exe"
to my winnt.sif file, but again did not work.
i added
[SetupHotfixesToRun]
XPInstall.exe
that to my SVCPACK.INF(in my i386 Dir. it was called SVCPACK.IN_) with my XPlode.exe files in the $OEM$\$1\Install Dir. but yet again it did not work.
#4
Posted 21 February 2004 - 05:31 PM
<XPlode>
<config>
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<show total='6' after='2' />
<font face='Tahoma' antialias='true' small='8' large='12' />
<window width='440' position='8' fixmain='0' />
<windowmode>Standalone</windowmode>
<colours>
<header back='#003399' fore='#FFFFFFAA' image='%XPLODE%\images\head.png' />
<footer back='#003399' fore='#FFFFFFAA' image='%XPLODE%\images\foot.png' />
<progress border='#FFFFFFAA' back='#00000000' fore='#FFFFFFAA' />
<main back='#4A6FD6' fore='#FFFFFFAA' current='#FF8000' description='#FFFFFF' image='%XPLODE%\images\main.png' overlay='#FFFFFF22'/>
</colours>
<strings>
<!-- main XPlode string -->
<title>Post-Install 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>
</config>
<items>
<item display='Adding users and groups...'>
<!-- note the different use of quotes due to the data held in them -->
<addgroup groupname='Cowboy Bebop' comment="It's them bounty hunters!" />
<adduser username='Spike' password='swordfish' groups='Administrators "Cowboy Bebop"' fullname='Spike Spiegel' comment="Don't mess with the best!" />
<adduser username='Jet' password='hammerhead' groups='Administrators "Cowboy Bebop"' fullname='Jet Black' comment="When the Black Dog bites, he don't let go!" />
</item>
<item display='Registry Tweaks'>
<!-- exactly the same format as a *.reg file -->
<registry display='Tweaks being installed...' method='write'>
;Testing...
[HKEY_LOCAL_MACHINE\Software\voidFX]
"Working"="Yes it is!"
</registry>
<!--
read from reg
from HKEY_LOCAL_MACHINE
in key Software\voidFX
get value from item "Working"
and export to %VOIDFX%
Will ONLY work with string values. Supported hives are HKLM, HKCU, HKCR.
-->
<registry display='Setting up environment' method='read' hive='HKLM' key='Software\voidFX' item='Working' variable='VOIDFX' />
<registry display='Cleaning up...' method='write'>
; Remove the key...
[-HKEY_LOCAL_MACHINE\Software\voidFX]
</registry>
</item>
<item display='Testing command handler...'>
<example regtest='%VOIDFX%'>Internal data gets stuck in here....</example>
</item>
<item display='Copying Post-Installation Files'>
<dircopy directory='%SOURCEPATH%\Install' target='%SYSTEMDRIVE%\' />
<dirmove directory='%SYSTEMDRIVE%\Install' target='D:\Install' />
<dirdelete directory='D:\Install' />
<filecopy source='%SOURCEPATH%\I386\OEMBIOS.BI_' target='%SYSTEMDRIVE%\OEMBIOS.BI_' />
<filemove source='%SYSTEMDRIVE%\OEMBIOS.BI_' target='%SYSTEMDRIVE%\TMP.BI_' />
<filedelete source='%SYSTEMDRIVE%\TMP.BI_' />
</item>
<item display='DirectX 9.0b'>
<execute display='Installing DirectX9b...' program='%SYSTEMDRIVE%\Install\Applications\DirectX9b\DX9NTopk.exe' arguments='/Q:A /R:N' />
</item>
<item display='Windows Media Player 9'>
<execute display='Installing Media Player...' program='%SYSTEMDRIVE%\Install\Applications\WMP9\MPSetupXP.exe' arguments='/Q:A /R:N' />
</item>
</items>
</XPlode>
#5
Posted 21 February 2004 - 05:31 PM
for the other two, did you have the files in $OEM$\$1\Install before as well? and is the $OEM$ folder in the root of the CD, and not inside of the i386 folder?
#6
Posted 21 February 2004 - 05:37 PM
xplode is here C:\XPCD\$OEM$\$1\Install and here is where my windows media player setup is located, C:\XPCD\$OEM$\$1\Install\Applications\WMP9
#7
Posted 21 February 2004 - 05:39 PM
speaking of which, could you post the [Unattend] section of your winnt.sif file
#8
Posted 21 February 2004 - 05:41 PM
#9
Posted 21 February 2004 - 05:45 PM
/log:#Systemdrive#\XPlode.log
to either the cmdlines.txt or SetupParams sections and see if the log is created. If it is, then atleast XPlode runs, and there is something wrong with the XML or you don't have the xpd files in the XPlode directory
#10
Posted 21 February 2004 - 06:04 PM
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
UnattendSwitch="yes"
TargetPath=\WINDOWS
Repartition=No
and yes the xpd files are with the xplode.exe. ill try /log:#Systemdrive#\XPlode.log as soon i can
#11
Posted 21 February 2004 - 06:06 PM
#12
Posted 21 February 2004 - 06:24 PM
back to watching Lion King....
#13
Posted 21 February 2004 - 08:01 PM
#14
Posted 21 February 2004 - 09:09 PM
ok here what happen, above i did that to the cmdlines.txt but i also had
[SetupParams]
UserExecute="%SystemDrive%\Install\XPinstall.exe"
in my winnt.sif file at the same time. so i dont think the cmdlines.txt worked, snice the winnt.sif is suppose to run at t-9 and my set up ran at t-9.
This post has been edited by cold95: 21 February 2004 - 09:16 PM



Help
Back to top









