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.

Xplode don't run

Featured Replies

Hello, first I believe Xplode is a really great program. But I have a problem. I have read all the forum but I hadn't make Xplode to run. Neither at cmdlines.txt or UserExecute. When the setup is finish i try to run and it run well. Below is my files.

winnt.sif

;SetupMgrTag
[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS
   CrashDumpSetting=0
   DriverSigningPolicy=Ignore    
   OemPreinstall=1
   Repartition=No
   UnattendSwitch=Yes
   OEMPnPDriversPath=PnPDrvrs\000_chipset\Nvidia;PnPDrvrs\000_chipset\Intel;PnP
Drvrs\000_chipset\Via;\PnPDrvrs\001_network\Nvidia;PnPDrvrs\002_graphics;PnP
Drvrs\003_tv_out;PnPDrvrs\004_sound;PnPDrvrs\005_monitor\LG_LCD;PnPDrvrs\
005_monitor\CTX;PnPDrvrs\006_keyboard;PnPDrvrs\007_mouse

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=130
   OemSkipWelcome=1

[UserData]
   ProductID=**********
   FullName=******
   OrgName="."
   ComputerName=*******

[Display]
   BitsPerPel=32
   Xresolution=800
   YResolution=600
   Vrefresh=75

[TapiLocation]
   CountryCode=30
   Dialing=Tone
   AreaCode=21

[RegionalSettings]
   LanguageGroup=4
   Language=00000408

[Identification]
   JoinWorkgroup=******

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=No
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=******
   SubnetMask=255.255.255.0
   DefaultGateway=********
   DNSServerSearchOrder=*********
   WINS=No
   NetBIOSOptions=2

[Components]
   accessopt=Off
   zonegames=Off
   msnexplr=Off

[MassStorageDrivers]
  "WinXP Promise FastTrak 376 (tm) Controller"=OEM

[OEMBootFiles]
  fasttx2k.sys
  fasttx2k
  fasttx2k.inf
  fasttx2k.cat

[SetupParams]
UserExecute="%systemdrive%\Install\XPlode.exe /log:#systemdrive#\Install\XPlode.log"

cmdlines.txt

[COMMANDS]
"%systemdrive%\Install\XPlode.exe /log:C:\XPlode.log"

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' />

<!-- Example Standalone graphics mode -->
<windowmode>Standalone</windowmode>
<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>

<!-- Example GUI install mode -->
<!--
<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>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='Adding users and groups...'>
 <!-- note the different use of quotes due to the data held in them -->
 <adduser username='tsiou' password='*******' groups='Administrators' fullname='Kody Jacobs' comment="The usual suspect" />
</item>
<item display='Registry Tweaks for tsiou'>
 <!-- note the username and password -->
</item>
</items>
</XPlode>

The above xplode.xml is only a test.

I have notice after press Shift-F10 in setup that the contents of $OEM$ directory isn't copy anywhere in the disk.

What I have make mistake?

Thanks

Alex


OemPreinstall=1 should be OemPreinstall=Yes

and afaik u need to put "" around

the OEMPnPDriversPath or does yours work like that?

  • Author

I'm stupiest man in the world :):rolleyes::D:D . How i miss that?????

Thanks I will fix it.

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.