MSFN Forum: Xplode don't run - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Xplode don't run What am i wrong?? Rate Topic: -----

#1 User is offline   fumantsu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 07-December 03

  Posted 28 March 2004 - 07:16 AM

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


#2 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 28 March 2004 - 07:36 AM

OemPreinstall=1 should be OemPreinstall=Yes

#3 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 28 March 2004 - 09:30 AM

You also have OEMPreinstall twice...

OEMPreInstall=No
OEMPreInstall=1

#4 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 March 2004 - 03:18 PM

and afaik u need to put "" around
the OEMPnPDriversPath or does yours work like that?

#5 User is offline   fumantsu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 07-December 03

Posted 28 March 2004 - 04:41 PM

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

Thanks I will fix it.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy