Jump to content

spyderx

Member
  • Posts

    18
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by spyderx

  1. is XPlode.exe and Xplode.xml in your svcpack/update folder within the I386 folder?
    yes it is :)
    is the XML file saved as unicode?

    yes !

    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 :rolleyes:

    thank you Alanoll for your helping :D

    I'going to trying the xplode 1.00 because it doesn't use the transparency for the guiinstall :D

  2. thanks a lot :)

    but I would like only integrate the GUIInstall from xplode into the blackground

    like this

    XPlode1.02-dev.jpg

    I've already delete the text (see the tutorial :rolleyes:)

    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 :D

    unattend.txt

  3. Does someone know the reg whitch it disable the Bold programs in the start menu (The new program installed whil be in yellow color in the start menu)

    Edit : I find it :)

    ; Disable higlighting of new applications in start menu
    ;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    ;"Start_NotifyNewApps"=dword:00000000

    ;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    ;"Start_AdminToolsRoot"=dword:00000000

×
×
  • Create New...