Jump to content

thehalon

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by thehalon

  1. i think that in a erlier version of xplode this worked fine for me.....

    here is the log file:

    >>> Log session start at: 2005/03/05 02:51:10

    XPlode4

      Adding environment variables

          #XPLODE# = 'D:\install\XPlode'

          #SOURCEPATH# = 'D:\I386'

          #SOURCEDRIVE# = 'D:'

          #VERSION# = 'XPlode 4.00'

      XMLParser::LoadFile(D:\install\XPlode\xml\step01.01.extract.xml)

      Reading environment variables from XML

          #THA.INSTDIR# = '#SOURCEDRIVE#\install'

          #EXECUTE.STRING# = 'Executing: #1#'

      Loading XPlode plugins

          Loading display plugin: 'D:\install\XPlode\XPlodeSilentInstall.x4d'

            Plugin load successful: 'D:\install\XPlode\XPlodeSilentInstall.x4d'

          Loading effects plugins

            Plugin load successful: 'D:\install\XPlode\XPlodeRegistry.x4e'

            Plugin load successful: 'D:\install\XPlode\XPlodeMisc.x4e'

            Plugin load successful: 'D:\install\XPlode\XPlodeFileOps.x4e'

            Plugin load successful: 'D:\install\XPlode\XPlodeExecute.x4e'

            Plugin load successful: 'D:\install\XPlode\XPlodeAcctMgmt.x4e'

      Registering XPlode commands

          Registering commands in 'D:\install\XPlode\XPlodeRegistry.x4e'

            Command registered: <registry ... />

          Registering commands in 'D:\install\XPlode\XPlodeMisc.x4e'

            Command registered: <sfcos-enable ... />

            Command registered: <sfcos-disable ... />

            Command registered: <netstart ... />

            Command registered: <netstop ... />

            Command registered: <hidewindow ... />

            Command registered: <showwindow ... />

          Registering commands in 'D:\install\XPlode\XPlodeFileOps.x4e'

            Command registered: <fileio-copy ... />

            Command registered: <fileio-move ... />

            Command registered: <fileio-delete ... />

            Command registered: <fileio-rename ... />

            Command registered: <fileio-rmdir ... />

            Command registered: <fileio-shortcut ... />

          Registering commands in 'D:\install\XPlode\XPlodeExecute.x4e'

            Command registered: <execute ... />

          Registering commands in 'D:\install\XPlode\XPlodeAcctMgmt.x4e'

            Command registered: <adduser ... />

            Command registered: <addgroup ... />

            Command registered: <deluser ... />

            Command registered: <delgroup ... />

      Spawning display plugin

          Executing tag: 'XPlode4(0).items(0).item(0).execute(0)'

            Install log: Running: '#SOURCEDRIVE#\install\$$.exe -y -o"C:\WINXP"'

            Error during execution: File not found..

          Executing tag: 'XPlode4(0).items(0).item(0).execute(1)'

            Install log: Running: '#SOURCEDRIVE#\install\DRIVERS.exe -y -o"C:\DRIVERS\"'

            Error during execution: File not found..

    >>> Log session end at: 2005/03/05 02:51:11

  2. xplode.xml

    <XPlode4>

    <config>

      <environment>

      <tha.instdir>#SOURCEDRIVE#\install</tha.instdir>

      <execute.string>Executing: #1#</execute.string>

      </environment>

      <display plugin='#XPLODE#\XPlodeSilentInstall.x4d'/>

    </config>

    <items>

      <item>

      <execute>

        <program>#tha.instdir#\$$.exe</program>

        <arguments>-y -o"%SYSTEMROOT%"</arguments>

      </execute>

      <execute>

        <program>#tha.instdir#\DRIVERS.exe</program>

        <arguments>-y -o"%SYSTEMDRIVE%\"</arguments>

      </execute>

      </item>

    </items>

    </XPlode4>

    Error: File not Found. What is wrong? Something with the variables?

  3. After 3 Months of searching google and some haxxor irc channels i found a way to activate the button. it is very tricky so i cannot explain it to other users. i am sorry.. read forum or search haxxor irc channels.

    BUT:: now i have this problem. what is the next step after clicking 'continue' ?? it is not explained here in the forums...

    xplode8gi.jpg

    :whistle: B)

  4. never tested it.. never used it...

    but should work... go to CMD and type 'path' every *.exe *.cmd well you can run everything from there without typing the path

    lol.... is there anyone who can convert this to standard english pls?

    • * October 25: XPlode3 core module - XML parser
          * November 1: XPlode3 core module - Data storage
          * November 2: XPlode3 silent install module
          * November 8: XPlode3 full display module
          * November 15: XPlode3 effects modules
          * November 22: XPlode3 XML creator UI draft

    (first post)

    That means to me: We have to wait a little.

  5. Hi there! Tried almost everything... I hope you can help me.

    <XPlode>

    <config>

      <hidewindow>Windows Update</hidewindow>

      <hidewindow>CMD.EXe</hidewindow>

      <show total='6' after='2' subcount='true' />

      <font face='Tahoma' antialias='false' small='8' large='12' />

      <window width='440' position='8' fixmain='0' />

      <windowmode mode='standalone' />

      <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%\images\main.png' overlay='#FFFFFF22' />

      </colours>

      <strings>

    <title>.tha|setup - 4/4 - Benutzer werden erstellt</title>

    <complete>.tha|</complete>

    <adduser>Adding user #1#</adduser>

    <addusertogroup>Adding user #1# to group #2#</addusertogroup>

    <addgroup>Adding group #1#</addgroup>   

    <copy>Copying #1# (#2#/#3# - #4#)</copy>

    <move>Moving #1# (#2#/#3# - #4#)</move>

    <delete>Deleting #1# (#3#)</delete>

    <shortcut>Adding shortcut: #1#</shortcut>

      </strings>

    </config>

    <items>

      <item display='Adding users and groups...'>

    <adduser

        username='thehalon'

        password='****'

        groups='Administrators "tha crew"'

        fullname='theha|on'

        comment="When the Black Dog bites, he don't let go!"

    />

      </item>

      <item display='Registry Tweaks'>

    <registry display='Tweaks being installed...' method='write'>

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]  "DefaultUserName"="thehalon"

      "DefaultPassword"="****"

      "AutoAdminLogon"="1"

    </registry>

      </item>

    </items>

    </XPlode>

    I cannot post my LOG file. Cause my VMWare isnt working correctly. But Logfile says 'User successfully added.'

    After the Windows Installation (I run XPlode with RunOnceEx.cmd) and a reboot. My account (thehalon) is only member of the USERS group.

    thank you

×
×
  • Create New...