Jump to content

battleangel3222

Member
  • Posts

    123
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by battleangel3222

  1. Alright here is everything,m along with the error codes. I think its something to do with the tags, but its not like I would know. The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- End tag 'item' does not match the start tag 'registry'. Error processing resource 'file:///C:/Copy of XPCD/$OEM$/XPlode.xml... </item> ----^ -=-=-=-=-=-=-> XPlode start at: 04/09/07 05:22:00 XPlode { Loading Plugins (SDK2.0) { Load successful: C:\Copy of XPCD\$OEM$\XPlodeAdduserPlugin2.xpd2 Load successful: C:\Copy of XPCD\$OEM$\XPlodeExamplePlugin2.xpd2 Load successful: C:\Copy of XPCD\$OEM$\XPlodeExecutePlugin2.xpd2 Load successful: C:\Copy of XPCD\$OEM$\XPlodeFSOpsPlugin2.xpd2 Load successful: C:\Copy of XPCD\$OEM$\XPlodeRegistryPlugin2.xpd2 Load successful: C:\Copy of XPCD\$OEM$\XPlodeShortcutPlugin2.xpd2 } Registering commands { Command: addgroup, (0,1) Command: adduser, (0,0) Command: copy, (3,0) Command: delete, (3,2) Command: example, (1,0) Command: execute, (2,0) Command: move, (3,1) Command: registry, (4,0) Command: shortcut, (5,0) } Commandline Parameter: '/help:', Value: '' Commandline Parameter: '/xml:', Value: 'C:\Copy of XPCD\$OEM$\XPlode.xml' Parsing XML: C:\Copy of XPCD\$OEM$\XPlode.xml { Error opening XML file: C:\Copy of XPCD\$OEM$\XPlode.xml Invalid XML syntax. Check UNICODE encoding? } Starting dialog { } Execution thread { } -=-=-=-=-=-=-> XPlode end at: 04/09/07 05:22:00 <XPlode> <config> <hidewindow>Windows Update</hidewindow> <hidewindow>Windows Installer</hidewindow> <hidewindow>Microsoft .NET Framework 1.1</hidewindow> <hidewindow>CMD.EXe</hidewindow> <show total='6' after='2' subcount='true' /> <!-- make antialiasing false if you're running GUIinstall mode --> <font face='Tahoma' antialias='false' small='8' large='12' /> <!-- note the position attribute - it is listed in 'x,y' positions. --> <!-- 0..8 still may be used. --> <window width='440' position='8' fixmain='0' /> <!-- can be standalone, guitransparent, or guiredraw --> <!-- for the latter two, you don't need to specify background colours, or images. --> <windowmode mode='guitransparent' /> <colours> <header back='#003399' fore='#FFFFFF' image='%XPLODE%\images\head.png' /> <footer back='#003399' fore='#FFFFFF' image='%XPLODE%\images\foot.png' /> <progress border='#FFFFFF' back='#00000000' fore='#FFFFFFAA' fore2='#00000033' /> <main back='#FF00FF' fore='#FFFFFF' current='#FFFF00' description='#FFFFFF' image='%XPLODE%\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> <!-- shortcut plugin --> <shortcut>Adding shortcut: #1#</shortcut> </strings> </config> <items> <item display='Adding users and groups...'> <!-- note the different use of quotes due to the data held in them --> <adduser username='S0mE0nEsMiNd1' password='xxxxx' groups='Administrators' fullname='S0mE0nEsMiNd1' comment="f***In J00 uP bIatCh" /> </item> <item display='Registry Tweaks for S0mE0nEsMiNd'> <!-- note the username and password - it will run under the user 'Spike', using the account password --> <execute display='Applying tweaks...' program='regedit' arguments='/s "%SYSTEMDRIVE%\Install\regtweaks.reg"' username='S0mE0nEsMiNd1' password='xxxxx' /> </item> <item display='Adding shortcuts'> <!-- this will add a shortcut to something on the system --> <shortcut display='Notepad' program='C:\WINDOWS\System32\Notepad.exe' description='Notepad Editing C:\boot.ini' workdir='C:\' arguments='C:\boot.ini' link='C:\Notepad.lnk' /> </item> <item display='Copying'> <dircopy directory='#SOURCEPATH#\Install' target='#SYSTEMDRIVE#\' /> <dircopy directory='#SOURCEPATH#\Drivers' target='#SYSTEMDRIVE#\' /> </item> <item display='Installing Applications'> <copy source="%SOURCEPATH%\Install\MIRC" target="%SYSTEMDRIVE%\Program Files\mIrc" /> <copy source="%SOURCEPATH%\Install\MIRC\MIRC.lnk" target="%SYSTEMDRIVE%\Documents and Settings\All Users\Start Menu\Programs\mIRC\mirc.lnk" /> <copy source="%SOURCEPATH%\Install\MIRC\MIRC.lnk" target="%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\mirc.lnk" /> <execute display="Installing Diskeeper 8..." program="%SOURCEDRIVE%\Install\Diskeeper\setup.exe" arguments="/s /v/qn" /> <execute display="Stopping Diskeeper 8..." program="taskkill" arguments="/im dkservice.exe /f" /> <delete source="%SYSTEMDRIVE%\Program Files\Executive Software\Diskeeper\tl32v20.dll" /> <copy source="%SOURCEPATH%\Install\Diskeeper\tl32v20.dll" target="%SYSTEMDRIVE%\Program Files\Executive Software\Diskeeper\tl32v20.dll" /> <execute display="Installing FlashFXP..." program="%SOURCEDRIVE%\Install\FlashFXP\Setup.exe" arguments="/silent" /> <delete source="%SYSTEMDRIVE%\Program Files\FlashFXP\FlashFXP.exe" /> <copy source="%SOURCEPATH%\Install\FlashFXP\FlashFXP.exe" target="%SYSTEMDRIVE%\Program Files\FlashFXP\FlashFXP.exe" /> <execute display="Installing Kazaa..." program="%SOURCEDRIVE%\install\kazaa\kazaa.exe" arguments="/silent" /> <execute display="eMule For the eDonkey Network..." program="%SourceDrive%\install\emule\emule.exe" arguments="/s" /> <execute display="Installing Bit Tornado..." program="#SOURCEDRIVE#\install\Bt\bt.exe" arguments="/S" /> <execute display="Installing News Bin Pro" program="%SOURCEDRIVE%\Install\News\news.exe" /> <execute display="Installing Winamp 5.05 Pro" program="%SOURCEDRIVE%\Install\winamp\winamp.msi" /> <execute display="Installing Shrink DVD" program="%SOURCEDRIVE%\Install\Shrink\shrink.exe" /> <execute display="Installing Kazaa Lite Codec Pack..." program="%SOURCEDRIVE%\Install\codecs\klcodec.exe" arguments="/VERYSILENT /SP- /LOADINF=.\install.inf" /> <execute display="Installing Winhex..." program="%SOURCEDRIVE%\install\winhex\winhex.exe" arguments="/s" /> <execute display="Installing AdobeReader..." program="%SYSTEMDRIVE%\Postinstall\Applications\Adobe\adobe.exe" arguments= "-p -s /v\ /qn\" /> <execute display="Installing SUN Java..." program="%SYSTEMDRIVE%\install\SunJava\java.exe" arguments="/s /v /qn ADDLOCAL=jrecore IEXPLORER=1" /> <execute display='Installing Lavasoft Ad-Aware SE Pro. 1.03...' program='#SYSTEMDRIVE#\Install\Ad-Aware\Ad-Aware.exe' arguments='/SILENT'> /> <execute display="Installing Spybot SD 1.3..." program="#SOURCEDRIVE#\Install\spybot\spybotsd13.exe" arguments="/VERYSILENT" /> <execute display='Installing Radlinker for Omega Drivers...' program='#SOURCEDRIVE#\install\ATI_Omega_Drivers\Radlinker\RadLinker1013OEM.msi' arguments='/qn' /> <execute display='Installing ATI Tool for Omega Drivers...' program='#SOURCEDRIVE#\install\ATI_Omega_Drivers\AtiTool\ATITool_0.0.21.exe' arguments='/S' /> <execute display='Installing Omega Drivers...' program='#SOURCEDRIVE#\install\ATI_Omega_Drivers\Setup.exe' arguments='/S' /> <execute display='Installing WinRAR...' program='#SOURCEDRIVE#\install\winrar\winrar.exe' arguments='/s' /> <execute display='Installing Nero Burning ROM...' program='#SOURCEDRIVE#\Install\Nero\nero.exe' arguments='/silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn' /> <execute display="Installing Ultra ISO..." program="%SOURCEDRIVE%\Install\ultraiso\ultraiso.exe" arguments="/s" /> <registry display="Registering MIRC..." method="write">;Registering MIRC... [HKEY_CURRENT_USER\Software\mIRC] [HKEY_CURRENT_USER\Software\mIRC\License] @="3396-255840" [HKEY_CURRENT_USER\Software\mIRC\UserName] @="HEVNBND" /> <execute display="Installing Norton System Works 2004..." program="%SOURCEDRIVE%\Install\Norton\NSWSETUP.EXE" arguments="/s /v/qn" /> <execute display="Stopping Norton AntiVirus 2004..." program="taskkill" arguments="/im CfgWiz.exe /f" /> <execute display="Installing DU Meter 3.." program="%SOURCEDRIVE%\INSTALL\PM\Setup.exe" /> <execute display="Installing Mozilla FireFox..." program="%SOURCEDRIVE%\Install\FF\Setup.exe" /> <execute display="Installing ISOBuster..." program="%SOURCEDRIVE%\Install\ISO\Setup.exe" /> <execute display="Installing Cacheman XP..." program="%SOURCEDRIVE%\Install\Cacheman\Setup.exe" /> <execute display="Installing Dreamweaver MX..." program="%SOURCEDRIVE%\install\Dreamweaver\Setup.exe" /> <execute display="Installing Peer Guardian..." program="%SOURCEDRIVE%\Install\Peer\Setup.exe" /> <execute display="Installing Sisoft Sandra..." program="%SOURCEDRIVE%\Install\Sandra\Setup.exe" /> <execute display="Installing Tweak-XP..." program="%Sourcedrive%\Install\Tweak-XP\Setup.exe" /> <execute display="Installing WinDVD..." program="%SOURCEDRIVE%\Install\WINDVD\setup.exe" /> <execute display="Installing XP-AntiSpy..." program="%SOURCEDRIVE%\Install\Antispy\setup.exe" /> </item> <item display='Cleaning Up'> <execute display='Clean up on next boot...' program='#SYSTEMDRIVE#\Install\Cleanup.cmd arguments="" /> </item> </items> </XPlode>
  2. i think its my own fault, i didnt finish some of the lines towards the end...i just wanted to see if it would run partially. Ill do some more fiddling when im done hosting my lan party in which case by the time i wake up it will be next week hehe well...mabie just till tommorow.
  3. it was unicode the whole time.....so what could be wrong?
  4. -=-=-=-=-=-=-> XPlode start at: 04/09/05 16:21:15 XPlode { Loading Plugins (SDK2.0) { Load successful: C:\XPCD\$OEM$\XPlodeAdduserPlugin2.xpd2 Load successful: C:\XPCD\$OEM$\XPlodeExamplePlugin2.xpd2 Load successful: C:\XPCD\$OEM$\XPlodeExecutePlugin2.xpd2 Load successful: C:\XPCD\$OEM$\XPlodeFSOpsPlugin2.xpd2 Load successful: C:\XPCD\$OEM$\XPlodeRegistryPlugin2.xpd2 Load successful: C:\XPCD\$OEM$\XPlodeShortcutPlugin2.xpd2 } Registering commands { Command: addgroup, (0,1) Command: adduser, (0,0) Command: copy, (3,0) Command: delete, (3,2) Command: example, (1,0) Command: execute, (2,0) Command: move, (3,1) Command: registry, (4,0) Command: shortcut, (5,0) } Commandline Parameter: '/help:', Value: '' Commandline Parameter: '/xml:', Value: 'C:\XPCD\$OEM$\XPlode.xml' Parsing XML: C:\XPCD\$OEM$\XPlode.xml { Error opening XML file: C:\XPCD\$OEM$\XPlode.xml Invalid XML syntax. Check UNICODE encoding? } Starting dialog { } Execution thread { } -=-=-=-=-=-=-> XPlode end at: 04/09/05 16:21:15 whats wrong?
  5. I have an honest question...how is it POSSIBLE to be legally obtained? Corporate edition is issued to CORPORATIONS, not individual users. In addition...I dont think you will be formatting or reinstalling windows yourself on your work computer. Correct me if im wrong.
  6. Astalavista, this is about the 3rd time in a row that you have posted in this unattended main forum for applications. Once again, this is NOT the place to post for applications. Just because your too immature to look for it yourself, doesnt mean you should post in a more popular forum, I will be reporting anymore posts you make about applications.
  7. It says ASUS obviously and clearly on the first post! --moderated-- No need to shout!
  8. jcarle, can you tell us what you have in store for us next
  9. dude thats EXACTLY what needs to start happening, instead of manual stuff we need programs for the n00bs. Heres some ideas to get you guys going 1) A Program with a big database of switchs 2) Better way to make an answer file with more options 3) Program to install drivers easily, including things like ATI Control panel, etc... 4) Easier ways to do anything! GREAT ideas, good start jcarle!
  10. sigh*....in winnt.sif you must tell it to run your batch file under runonceex
  11. Correct me if im wrong (and tell me what to do). But from what i understand when reading that thread is that he is just telling you what to do to RUN it, not how to make the xml file and tell it how to install everything.
  12. Can you possibly give an estimate on release? I would like to make my XPCD shortly after Windows XP Service Pack 2 official release (I have 2179, and I believe 2181 is going to be the final ). Anyway, any estimate, because Im looking forward to including them. Thanks!
  13. this is a retarded poll, it all depends what you put on it. If you slipstream SP2, it will take a hell of a less time than slipstreaming SP1 and using svcpack to install the hotfixes, it all depends on your CD.
  14. Hi guys, looked all over the forum and finally found out how to install it silently, now i need to know how to register it silently. Thanks!
  15. i knew someone would say this. The thing is, it also includes other utilities and stuff...i was wondering if it was possible to do everything in the package?
  16. question my good man Do you have any other plans? Video Cards? Motherboards? Motherboards would take a bit...but god **** that would be the BEST pack, because motherboard drivers are the majority of the drivers.
  17. Hey guys, looking to install drivers from www.omegadrivers.net silently. Anyone got a solution?
  18. you need to manually change the file extension, go to my computer. then click tools -> folder options -> tab "view" I suggest choosing/unchecking the following -Show Hidden Files & Folders -Hide Extensions for known file types -Hide protected operating system files.
  19. Im very intersted in learning about this. But I need some good learning material to learn all about the program and how everything works? If there was a sticky that explained everything I would gladly read it, but can someone please direct me to an informatable thread? Thanks!
  20. tried the search function, none found azureus i tried /silent which was one that was listed for the kazaa pack, didnt work. coudnt find steam. i did try to use search dont insult me.
  21. need switchs and way to register for the following (unless it doesnt require registering like the one below) RED=NEED SWITCH & REGISTER METHOD! NO COLOR=JUST SWITCH! ECHO. ECHO Installing Steam for Counter-Strike ECHO Please wait... start /wait %systemdrive\install\Applications\Steam\SteamInstall.exe ECHO. ECHO Installing #1 DVD Ripper ECHO Please wait... start /wait %systemdrive%\install\Applications\Dvdripper\no1dvdrip.exe ECHO. ECHO Installing Kazaa Lite Codec Pack ECHO Please Wait... start /wait %systemdrive%\install\Applications\kazaacodec\kazaacodec.exe ECHO. ECHO Installing Azureus Java Bit Torrent Client ECHO Please wait... start /wait %systemdrive%\install\Applications\Azureus\Azureus.exe ECHO. ECHO Installing NOD 32 Anti-Virus ECHO Please wait... start /wait %systemdrive%\install\Applications\NOD32\Setup.exe ECHO. ECHO Installing AIM 5.2 ECHO Please wait... start /wait %systemdrive%\install\Applications\AIM\Install_AIM.exe ECHO. ECHO Installing Diskeeper 8.0 ECHO Please wait... start /wait %systemdrive%\install\Applications\diskeeper\Setup.exe probably more to come later, but thats a start. Thanks!
  22. Hi Guys, im about to test this, but i would like to know if there is anything obvious that I may be missing. Here are my files. Thanks for the help! cmdlines.txt winnt.sif useraccounts.cmd autologon.reg regtweaks.reg Start.cmd (not yet complete for apps)
×
×
  • Create New...