Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empty windows whith XPdeploy..

Featured Replies

Hello all, i try to make my untattend installation with XPdeploy but i have a big problem...

This is my XPode.xml

Must I rename this to ==> XPdeploy.xml ?

<XPdeploy>
<config>
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<show
 total='6'
 after='2'
 subcount='true'
/>
<font
 face='Comic Sans MS'
 antialias='false'
 small='9'
 large='14'
/>
<window
 width='440'
 position='8'
 fixmain='0'
/>
<windowmode
 mode='standalone'
/>
<colours>
 <header
  back='#D42020'
  fore='#D42020'
  image='%XPLODE%\images\head.png'
 />
 <footer
  back='#D42020'
  fore='#D42020'
  image='%XPLODE%\images\foot.png'
 />
 <progress
  border='#FFFFFF'
  back='#00000000'
  fore='#FFFFFFAA'
  fore2='#00000033'
 />
 <main
  back='#120FD6'
  fore='#FFFFFF'
  current='#FFFF00'
  description='#FFFFFF'
  image='%XPLODE%\main.png'
  overlay='#FFFFFF22'
 />
</colours>
<strings>
 <title>Installation perso de Pilou</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='DirectX 9.0b' >
  <execute display='Installe DirectX 9.0b' program='%systemdrive%\Install\DX9NTopk.exe'/>
  </item>
  <item display='Windows Media Player' image='%SOURCEDRIVE%\XPLode\images\media.jpg'>
  <execute display='Installe windows media player9 et Movie Maker 2' program='%SOURCEDRIVE%\XPLode\WMP9.exe' />
  </item>
  <item display='Msn Messenger' image='%SOURCEDRIVE%\XPlode\images\msn.bmp'>
  <execute display='Installe MSN 6.2' program='%SOURCEDRIVE%\XPLode\Msn.msi'  arguments='/QB'/>
  </item>
  <item display='Nero' image='%SOURCEDRIVE%\XPlode\images\nero.jpg'>
  <execute display='Installe NERO 6.1.3.6' program='%SOURCEDRIVE%\XPLode\nero\nero6316.exe'  arguments='/silent /noreboot'/>
  </item>
  <item display='Enregistrement'>
  <registry display='clef registre' method='write'>
  [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
  "User"="Unicornis"
  "Company"="Unicornis"
  "Serial6"="1A23-0058-4010-2386-2165-3416"
  "Serial6_2"="1A23-0058-4010-2386-2165-3416"
  </registry>
  </item>
  <item display='Patch français'>
  <execute display='version française' program='%SOURCEDRIVE%\XPLode\nero\nerofr.exe'/>
  </item>
  <item display='K-lite codecs'>
  <execute display='Installe un pack de codecs tres complet' program='%SOURCEDRIVE%\XPLode\codec.exe' arguments='/verysilent /COMPONENTS="divxdec,dvd,nompeg2,mp3audio,ac3audio,vsfilter,qtcodec,qtdirectshow,
realcodec,realdirectshow" '/>
  </item>
  <item display='Bobdown'>
  <execute display='Installe BobDown, client ftp' program='%SOURCEDRIVE%\XPLode\bob.exe' arguments=' /S /D="c:\Program Files" '/>
  </item>
  <item display='Flash FXP'>
  <execute display='Installe Flash FXP tres puissant client ftp' program='%SOURCEDRIVE%\XPLode\flash.exe' arguments='/silent '/>
  </item>
  <item display='Winrar 3 ' image='%SOURCEDRIVE%\XPlode\images\winrar.jpg'>
  <execute display='Installe winrar 3 celebre aarchiveur' program='%SOURCEDRIVE%\XPLode\winrar.exe'  arguments='/s'/>
  </item>
  <item display='kerio' image='%SOURCEDRIVE%\XPlode\images\kerio.jpg' >
  <execute display='kerio personal firewall' program='%SOURCEDRIVE%\XPLode\kerio\Setup.exe' arguments='-s f1\"%SOURCEDRIVE%\XPLode\kerio\setup.iss" '/>
  </item>
  <item display='Spybot'>
  <execute display='Spybot search and destroy' program='%SOURCEDRIVE%\XPLode\spybot.exe' arguments='/VERYSILENT /SP- '/>
  </item>
  <item display='Winamp' image='%SOURCEDRIVE%\XPlode\images\winamp.jpg'>
  <execute display='Winamp celebre lecteur MP3' program='%SOURCEDRIVE%\XPLode\winamp\winamp.exe' />
  </item>
  <item display='Java Sun'>
  <execute display='Java Sun logiciel de macromedia' program='%SOURCEDRIVE%\XPLode\java.exe' arguments='/s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" '/>
  </item>
  <item display='reg cleaner'>
  <execute display='reg cleaner est l utilitaire indispensable pour la BDR' program='%SOURCEDRIVE%\XPLode\reg.vbs'/>
  </item>
  <item display='Bs Player'>
  <execute display='Bs player meilleur lecteur multimedia' program='%SOURCEDRIVE%\XPLode\bs.exe' arguments='/S /D="c:\Program Files" '/>
  </item>
</items>
</XPdeploy>
 
 

I place XPdeploy.exe and XPlode.xml in the same directory....

Do you have solution ?

post-86-1089223084_thumb.jpg

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.