Does it use a hack of the windows setup to change the visual appearance of it then use the guiinstall option to overlay XPlode???
Page 1 of 1
How to customise the gui...
#1
Posted 21 March 2004 - 01:52 AM
Just wondering how to get the gui to look like the screenie on the home page (http://xplode.voidfx.com/) cos what i get brought up looks nothing like it 
Does it use a hack of the windows setup to change the visual appearance of it then use the guiinstall option to overlay XPlode???
Does it use a hack of the windows setup to change the visual appearance of it then use the guiinstall option to overlay XPlode???
#2
Posted 21 March 2004 - 02:57 AM
It uses a custom winntbbu.dll, and gui install mode is on.
#4
Posted 07 April 2004 - 07:15 PM
find what?
winntbbu.dll?
If that is the question, i would say search.....
or check one of the links in my signature.
winntbbu.dll?
If that is the question, i would say search.....
or check one of the links in my signature.
#5
Posted 08 April 2004 - 08:55 AM
is it that file ?
http://www.msfn.org/board/index.php?showto...hl=winntbbu.dll
Sorry , I cant speak english very well
http://www.msfn.org/board/index.php?showto...hl=winntbbu.dll
Sorry , I cant speak english very well
#7
Posted 08 April 2004 - 03:44 PM
thanks a lot 
but I would like only integrate the GUIInstall from xplode into the blackground
like this

I've already delete the text (see the tutorial
)
http://www.msfn.org/board/index.php?act=ST&f=70&t=8696
here is my Xplode.xml
and I add this command in the svpack.inf
When the t13 intall , anything was comming and the files doesn't be installed :\
here joint the unattend.txt
but I would like only integrate the GUIInstall from xplode into the blackground
like this

I've already delete the text (see the tutorial
http://www.msfn.org/board/index.php?act=ST&f=70&t=8696
here is my Xplode.xml
<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='400' position='200,64' fixmain='0' /> <windowmode>GUIinstall</windowmode> <colours> <header fore='#FFFFFF' /> <footer fore='#FFFFFF' /> <progress border='#000000' back='#FFFFFF' fore='#008800' fore2='#00FF00' /> <main fore='#FFFFFF' current='#FFFF00' description='#FFFFFF' overlay='#00000000'/> </colours> <strings> <!-- main XPlode string --> <title>Installation en cours ...</title> <complete>Installation terminee</complete> <!-- adduser plugin strings --> <adduser>Ajout d utilisateurs #1#</adduser> <addusertogroup>Ajout de l utilisateur dans le groupe #1# to group #2#</addusertogroup> <addgroup>Ajout de groupes #1#</addgroup> <!-- file/dir ops plugin strings --> <copy>Copie en cours #1# (#2#/#3# - #4#)</copy> <move>Deplacement en cours #1# (#2#/#3# - #4#)</move> <delete>Suppression en cours #1# (#3#)</delete> </strings> </config> <items> <item display='Ajout du compte SpyderX...'> <adduser username='SpyderX' password='' groups='Administrateurs' fullname='' /> </item> <item display='.NET Framework 1.1'> <execute display='Installation de .NET Framework 1.1...' program='%XPLODE%\DOTNETFW.exe' arguments='' /> </item> <item display='Windows Media Player 9'> <execute display='Installation de Media Player 9...' program='%XPLODE%\WMP9.exe' arguments='' /> </item> <item display='Movie Maker 2'> <execute display='Installation de Movie Maker...' program='%XPLODE%\mm20.msi' arguments='/qn' /> </item> <item display='MSN Messenger 6.1'> <execute display='Installation de MSN Messenger 6.1...' program='%XPLODE%\MsnMsgs.msi' arguments='/QB' /> </item> <item display='Microsoft Java VM'> <execute display='Installation de la Machine virtuelle Java...' program='%XPLODE%\MSJavx.exe' arguments='' /> </item> <item display='Installation des Hotfixes'> <execute display='Q823182...' program='%XPLODE%\t1hotfix\Q823182.exe' arguments='/U /O /Z /Q' /> <execute display='Q824105...' program='%XPLODE%\t1hotfix\Q824105.exe' arguments='/U /O /Z /Q' /> <execute display='Q824141...' program='%XPLODE%\t1hotfix\Q824141.exe' arguments='/U /O /Z /Q' /> <execute display='Q825119...' program='%XPLODE%\t1hotfix\Q825119.exe' arguments='/U /O /Z /Q' /> <execute display='Q828026...' program='%XPLODE%\t1hotfix\Q828026.exe' arguments='/U /O /Z /Q' /> <execute display='Q828028...' program='%XPLODE%\t1hotfix\Q828028.exe' arguments='/U /O /Z /Q' /> <execute display='Q828035...' program='%XPLODE%\t1hotfix\Q828035.exe' arguments='/U /O /Z /Q' /> <execute display='Q833407...' program='%XPLODE%\t1hotfix\Q833407.exe' arguments='/U /O /Z /Q' /> <execute display='js56nfr...' program='%XPLODE%\t2hotfix\js56nfr.exe' arguments='/Q:A /R:N' /> <execute display='Q330994...' program='%XPLODE%\t2hotfix\Q330994.exe' arguments='/Q:A /R:N' /> <execute display='Q832894...' program='%XPLODE%\t2hotfix\Q832894.exe' arguments='/Q:A /R:N' /> <execute display='MDAC...' program='%XPLODE%\MDAC\Q832483.exe' arguments='/C:"dahotfix.exe /q /n" /q' /> <execute display='QFECheck...' program='%XPLODE%\qfcheck.exe' arguments='-u -n -o -z -q' /> <execute display='QCHAIN...' program='%XPLODE%\qchain.exe' arguments='' /> </item> </items> </XPlode>
and I add this command in the svpack.inf
[SetupHotfixesToRun] update.exe -q -n XPlode.exe /xml:"#XPLODE#\XPlode.xml" /log:"C:\XPlode2.log"
When the t13 intall , anything was comming and the files doesn't be installed :\
here joint the unattend.txt
Attached File(s)
-
unattend.txt (1.79K)
Number of downloads: 62
#8
Posted 08 April 2004 - 04:40 PM
is XPlode.exe and Xplode.xml in your svcpack/update folder within the I386 folder?
is the XML file saved as unicode? Was a LOG CREATED? This usually helps in solving most problems.
I believe that the whole line for Xplode.exe needs to be in quotes, but I'm not sure.
as for the integratation....
What you have should do it, assuming you get the program running to begin with.
is the XML file saved as unicode? Was a LOG CREATED? This usually helps in solving most problems.
I believe that the whole line for Xplode.exe needs to be in quotes, but I'm not sure.
as for the integratation....
What you have should do it, assuming you get the program running to begin with.
#9
Posted 08 April 2004 - 05:10 PM
Quote
is XPlode.exe and Xplode.xml in your svcpack/update folder within the I386 folder?
Quote
is the XML file saved as unicode?
yes !
Quote
Was a LOG CREATED?
no , the patchs and programs doesn't been installed :\
Wraith, could you send me youre winntbbu.dll ? I will test it
thank you Alanoll for your helping
I'going to trying the xplode 1.00 because it doesn't use the transparency for the guiinstall
#10
Posted 08 April 2004 - 06:07 PM
umm...his winntbbu.dll makes no difference whether or not it the program runs.
as for the log, it doesn't matter if anything was installed, the log will be created even if XPlode even starts. Do you have a log file?
have you tried the quotes thing?
as for the log, it doesn't matter if anything was installed, the log will be created even if XPlode even starts. Do you have a log file?
have you tried the quotes thing?
#11
Posted 09 April 2004 - 05:19 AM
no , any xplode.log was coming and any program was installed
i will try again now with virtual pc
i will try again now with virtual pc
#12
Posted 13 April 2004 - 12:20 AM
Share this topic:
Page 1 of 1



Help
Back to top









