I got Xplode to work on my test machine which is an Athlon XP 2000+, 512 MB memory, scsi cd-rom and cd-burner, 10 gig IDE hard drive. Registry tweaks install, the few apps I am installing work, and it also adds the two users I set it up to. Now when going to install on the machine it was made for which is Intel D915PBL motherboard with a 3.4 GHz Hyper threaded chip. 1 gig memory. 200 gig SATA hard drive. The partition I am installing to is 85 gigs. The apps install, it doesn't show the reg tweaks install, but when I boot in they seem to be there. The users portion does not install. My log file says 3 plugins do not load.
XPlodeAdduserPlugin2.xpd2, XPlodeFSOpsPlugin2.xpd2, XPlodeRegistryPlugin2.xpd2. On the test PC the log file shows a successful install. I have searched and seen other people with problems like this, but am unable to find a solution to it. Any ideas would be great.
Page 1 of 1
works on one computer and not another
#2
Posted 02 December 2004 - 02:49 AM
Post the xml file maybe but looking @ it, someone can see something to help you
#3
Posted 02 December 2004 - 06:26 AM
[CODE]<XPlode>
<config>
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<show total='6' after='2' subcount='true' />
<!-- turn antialiasing OFF 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' />
<windowmode mode='standalone' />
<!-- can be standalone, guitransparent, or guiredraw -->
<!-- for the latter two, you don't need to specify background colours, or images. -->
<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%\main2.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='TweakUI Powertoy'>
<execute display='Installing TWeakUI Powertoy ...'
program='%SYSTEMDRIVE%\Install\TweakUI\TweakUI.msi'
arguments='/qn'
/>
</item>
<item display='TaskSwitcher Powertoy'>
<execute display='Installing TaskSwitcher Powertoy ...'
program='%SYSTEMDRIVE%\Install\Taskswitch\TaskswitchPowertoySetup.exe'
arguments='/s /v/qn'
/>
</item>
<item display='ImageResizer Powertoy'>
<execute display='Installing Image Resizer Powertoy ...'
program='%SYSTEMDRIVE%\Install\Imageresizer\ImageResizerPowertoySetup.exe'
arguments='/s /v/qn'
/>
</item>
<item display='Powercalc Powertoy'>
<execute display='Installing Powercalc Powertoy ...'
program='%SYSTEMDRIVE%\Install\Powercalc\PowerCalcPowertoySetup.exe'
arguments='/s /v/qn'
/>
</item>
<item display='Adobe Reader 6'>
<execute display='Installing Adobe Reader 6 ...'
program='%SYSTEMDRIVE%\Install\Adobe6\acroread602.exe'
arguments=''
/>
</item>
<item display='Google Toolbar'>
<execute display='Installing Google Toolbar ...'
program='%SYSTEMDRIVE%\Install\Googletoolbar\GoogleToolbarInstaller.exe'
arguments='/q /d'
/>
</item>
<item display='Running Registry tweaks'>
<execute display='Applying Registry Tweaks ...'
program='regedit'
arguments='/s %systemdrive%\Install\regtweaks.reg'
/>
</item>
<item display='Adding users and groups...'>
<!-- note the different use of quotes due to the data held in them -->
<adduser
username='Joe'
password=''
groups='Administrators'
fullname='xxxxxx'
/>
</item>
<item display='Adding users and groups...'>
<!-- note the different use of quotes due to the data held in them -->
<adduser
username='Kristie'
password=''
groups='Administrators'
fullname='xxxxxx'
/>
</item>
</items>
</XPlode>
<config>
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<show total='6' after='2' subcount='true' />
<!-- turn antialiasing OFF 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' />
<windowmode mode='standalone' />
<!-- can be standalone, guitransparent, or guiredraw -->
<!-- for the latter two, you don't need to specify background colours, or images. -->
<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%\main2.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='TweakUI Powertoy'>
<execute display='Installing TWeakUI Powertoy ...'
program='%SYSTEMDRIVE%\Install\TweakUI\TweakUI.msi'
arguments='/qn'
/>
</item>
<item display='TaskSwitcher Powertoy'>
<execute display='Installing TaskSwitcher Powertoy ...'
program='%SYSTEMDRIVE%\Install\Taskswitch\TaskswitchPowertoySetup.exe'
arguments='/s /v/qn'
/>
</item>
<item display='ImageResizer Powertoy'>
<execute display='Installing Image Resizer Powertoy ...'
program='%SYSTEMDRIVE%\Install\Imageresizer\ImageResizerPowertoySetup.exe'
arguments='/s /v/qn'
/>
</item>
<item display='Powercalc Powertoy'>
<execute display='Installing Powercalc Powertoy ...'
program='%SYSTEMDRIVE%\Install\Powercalc\PowerCalcPowertoySetup.exe'
arguments='/s /v/qn'
/>
</item>
<item display='Adobe Reader 6'>
<execute display='Installing Adobe Reader 6 ...'
program='%SYSTEMDRIVE%\Install\Adobe6\acroread602.exe'
arguments=''
/>
</item>
<item display='Google Toolbar'>
<execute display='Installing Google Toolbar ...'
program='%SYSTEMDRIVE%\Install\Googletoolbar\GoogleToolbarInstaller.exe'
arguments='/q /d'
/>
</item>
<item display='Running Registry tweaks'>
<execute display='Applying Registry Tweaks ...'
program='regedit'
arguments='/s %systemdrive%\Install\regtweaks.reg'
/>
</item>
<item display='Adding users and groups...'>
<!-- note the different use of quotes due to the data held in them -->
<adduser
username='Joe'
password=''
groups='Administrators'
fullname='xxxxxx'
/>
</item>
<item display='Adding users and groups...'>
<!-- note the different use of quotes due to the data held in them -->
<adduser
username='Kristie'
password=''
groups='Administrators'
fullname='xxxxxx'
/>
</item>
</items>
</XPlode>
#4
Posted 02 December 2004 - 05:06 PM
This is a known issue, and at this time, I'm unable to find a reason as to why this is happening.
I will be speaking to you regarding testing XPlode3 in the near future though.
I will be speaking to you regarding testing XPlode3 in the near future though.
#5
Posted 02 December 2004 - 06:12 PM
Thanks for the response. When ever you are ready so am I.
#6
Posted 07 December 2004 - 08:12 PM
Turn off Hyperthreading (I suspect its enabled) in the bios and re-run Xplode
#7
Posted 07 December 2004 - 11:39 PM
Thanks a lot for the help. Works like a charm now. Definitely something I would have never thought of. Thanks also to Wraith for writing such a cool and useful program.
Share this topic:
Page 1 of 1



Help
Back to top









