Jump to content

Files not being copied (C:\Install, C:\Drivers)


Recommended Posts

Hey guys, my folders arent being copied. I am using Xplode and Runonceex.cmd, and its not finding any install files because of this.

Here is my Winnt.sif:

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

[Unattended]
   UnattendSwitch="yes"
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="blahblah tons of stuff from driver packs"
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=07926976befc3ee9aad3b435b51404eed5c72cf5912e1f5f387b762b1ab45488
   EncryptedAdminPassword=Yes
   OEMSkipRegional=1
   TimeZone=20
   OemSkipWelcome=1

[UserData]
   ProductKey=xxblahblah
   FullName="S0mE0nEsMiNd 0wNz J00 N00BlHaR"
   OrgName="f***In J00 uP bIaTcH"
   ComputerName=BRAD-ULTIMO

[Display]
   BitsPerPel=32
   Xresolution=1600
   YResolution=1200
   Vrefresh=60

[TapiLocation]
   CountryCode=1

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=www.google.com
   Help_Page=www.google.com
   Search_Page=www.google.com

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[GuiRunOnce]
   Command0="rundll32 printui.dll,PrintUIEntry /in /n \\Brad2\CompaqIJ"
   %systemdrive%\Install\cleanup.cmd

[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=Yes

[Shell]
   CustomDefaultThemeFile="%Systemroot%\Resources\Themes\Theme.THEME"

Any help? thanks! Also, would it have anything to do with vmware, because thats what im using.

Link to comment
Share on other sites


also, heres my xplode

<XPlode>	
<config>
 <hidewindow>Windows Update</hidewindow>
 <hidewindow>Windows Installer</hidewindow>
 <hidewindow>Microsoft .NET Framework 1.1</hidewindow>
 <hidewindow>CMD.EXe</hidewindow>
 <show
 total='6'
 after='2'
 subcount='true'
 />
 
 <!-- make antialiasing false 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='440'
 position='8'
 fixmain='0'
 />
 
 <!-- can be standalone, guitransparent, or guiredraw -->
 <!-- for the latter two, you don't need to specify background colours, or images. -->
 <windowmode
 mode='guiredraw'
 />
 <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%\main.png'
   overlay='#FFFFFF22'
 />
 </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='S0mE0nEsMiNd1'
   password='mortal'
   groups='Administrators'
   fullname='S0mE0nEsMiNd1'
   comment="f***In J00 uP bIatCh"
 />

 </item>
 <item display='Registry Tweaks for S0mE0nEsMiNd'>
 <!-- note the username and password - it will run under the user 'Spike', using the account password -->
 <execute
   display='Applying tweaks...'
   program='regedit'
   arguments='/s "%SYSTEMDRIVE%\Install\regtweaks.reg"'
   username='S0mE0nEsMiNd1'
   password='mortal'
   />
 </item>
 <item display='Adding shortcuts'>
 <!-- this will add a shortcut to something on the system -->
 <shortcut display='Notepad'
   program='C:\WINDOWS\System32\Notepad.exe'
   description='Notepad Editing C:\boot.ini'
   workdir='C:\'
   arguments='C:\boot.ini'
   link='C:\Notepad.lnk'
 />
 </item>
 
 <item display='Copying'>
 <copy source="%SOURCEPATH%\Drivers" target="%SYSTEMDRIVE%\" />
   <copy source="%SOURCEPATH%\Install" target="%SYSTEMDRIVE%\" />
 </item>

 <item display='Installing Applications'>
 <copy source="%SOURCEPATH%\Install\MIRC" target="%SYSTEMDRIVE%\Program Files\mIrc" />
   <copy source="%SOURCEPATH%\Install\MIRC\MIRC.lnk" target="%SYSTEMDRIVE%\Documents and Settings\All Users\Start Menu\Programs\mIRC\mirc.lnk" />
 <copy source="%SOURCEPATH%\Install\MIRC\MIRC.lnk" target="%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\mirc.lnk" />
 <execute display="Installing O&O Deframenter..." program="%systemdrive%\install\Applications\OO_DefragPro\oo_defrag_pro.msi /QB
 <execute display="Installing Kazaa..." program="%SOURCEDRIVE%\install\kazaa\Klite.exe" arguments="/silent" />
 <execute display="eMule For the eDonkey Network..." program="%SourceDrive%\install\emule\emule.exe" arguments="/S" />
 <execute display="Installing Bit Tornado..." program="#SOURCEDRIVE#\install\Bt\bt.exe" arguments="/S" />
 <execute display="Installing Shrink DVD" program="%SOURCEDRIVE%\Install\Shrink\shrink.exe" arguments="/silent" />
 <execute display="Installing Kazaa Lite Codec Pack..." program="%SOURCEDRIVE%\Install\codecs\klcodec.exe" arguments="/VERYSILENT /SP- /LOADINF=.\install.inf" />
 <execute display="Installing Winhex..." program="%SOURCEDRIVE%\install\winhex\winhex.exe" arguments="/s" />
 <execute display="Installing AdobeReader..." program="%SYSTEMDRIVE%\Postinstall\Applications\Adobe\adobe.exe" arguments= "-p -s /v\ /qn\" />
 <execute display="Installing SUN Java..." program="%SYSTEMDRIVE%\install\SunJava\java.exe" arguments="/s /v /qn ADDLOCAL=jrecore IEXPLORER=1" />
 <execute display="Installing Spybot SD 1.3..." program="#SOURCEDRIVE#\Install\spybot\spybotsd13.exe" arguments="/VERYSILENT" />
 <execute display='Installing Radlinker for Omega Drivers...' program='#SOURCEDRIVE#\install\ATI_Omega_Drivers\Radlinker\RadLinker1013OEM.msi' arguments='/qn' />
 <execute display='Installing ATI Tool for Omega Drivers...' program='#SOURCEDRIVE#\install\ATI_Omega_Drivers\AtiTool\ATITool_0.0.21.exe' arguments='/S' />
 <execute display='Installing Omega Drivers...' program='#SOURCEDRIVE#\install\ATI_Omega_Drivers\Setup.exe' arguments='/S' />
 <execute display='Installing WinRAR...' program='#SOURCEDRIVE#\install\winrar\winrar.exe' arguments='/s' />
 <execute display='Installing Nero Burning ROM...' program='#SOURCEDRIVE#\Install\Nero\nero.exe' arguments='/silent /noreboot /no_ui /sn=1A23-0006-6030-1676-2740-9291 /write_sn' />
 <execute display="Installing Ultra ISO..." program="%SOURCEDRIVE%\Install\ultraiso\ultraiso.exe" arguments="/VERYSILENT /SP-" />
 <registry display="Registering MIRC..." method="write">Registering MIRC... [HKEY_CURRENT_USER\Software\mIRC] [HKEY_CURRENT_USER\Software\mIRC\License] @="3396-255840" [HKEY_CURRENT_USER\Software\mIRC\UserName] @="HEVNBND" </registry>
 <execute display="Installing DU Meter 3.." program="%SOURCEDRIVE%\INSTALL\PM\Setup.exe" />
 <execute display="Installing Mozilla FireFox..." program="%SOURCEDRIVE%\Install\FireFox\Firefox.exe" />
 <execute display="Installing ISOBuster..." program="%SOURCEDRIVE%\Install\ISO\Setup.exe" arguments="/VERYSILENT /SP-" />
 <execute display="Installing Cacheman XP..." program="%SOURCEDRIVE%\Install\Cacheman\Setup.exe" />
 <execute display="Stopping Cacheman XP...." program="taskkill" arguments="/im cfgwiz.exe /f" />
 <execute display="Installing Peer Guardian..." program="%SOURCEDRIVE%\Install\Peer\Setup.exe" arguments="/VERYSILENT" />
 <execute display="Installing Sisoft Sandra..." program="%SOURCEDRIVE%\Install\Sandra\Setup.exe" arguments="/VERYSILENT" />
 <execute display="Installing Tweak-XP..." program="%Sourcedrive%\Install\Tweak-XP\Setup.exe" arguments="/qn" />
 <execute display="Installing XP-AntiSpy..." program="%SOURCEDRIVE%\Install\Antispy\setup.exe" arguments="/S" />
 </item>

 <item display='Cleaning Up'>
 <execute display='Clean up on next boot...' program='#SYSTEMDRIVE#\Install\Cleanup.cmd' arguments="" />
 </item>
</items>
</XPlode>

Link to comment
Share on other sites

looks like that line is there already..

[Unattended]
  UnattendSwitch="yes"
  DriverSigningPolicy=Ignore
  OemPnPDriversPath="blahblah tons of stuff from driver packs"
  UnattendMode=FullUnattended
  OemSkipEula=Yes
  OemPreinstall=Yes <<<<<<<<<<<<
  TargetPath=\WINDOWS

Link to comment
Share on other sites

here are my only ideas:

1) Something assosiated with vmware, and the fact that it may not like all the mods and stuff (nlited, xplode, runonceex).

2) Something wrong with my actual files (although I cant see how)

3) Its not supposed to do it becuase i didnt do it right (ie, im supposed to use a certain command other than oempreinstall=yes in winnt.sif

Link to comment
Share on other sites

First let me say....

You don't have your files to be copied over in $OEM$\ . You XPlode.XML clearly says to copy the files over. I'm guessing being called from CMDLINES.TXT or RunOnceEX is being used to execute XPlode. In either case, if you drivers at NOT copied over prior to T-39 , then they won't be installed UNLESS you use their individual setups.

Now the real question becomes, why do you copy over Install and Drivers, while in the same XML, you reference them as %SOURCEPATH% which personally, i would change to %SOURCEDRIVE% . Why copy them over if you're installing them from CD?

If you are doing a network install however, $OEM$ should be inside I386, not outside along side it.

Hopefully, that may have cleared up a couple of things. I'll wake up in a few hours for more

Link to comment
Share on other sites

I think I found the problem, with all the stuff about when you can run your files, I think clean-up was running at T-13 ( thus deleting all the **** files ) then Xplode going off....but the question is (i did have my xplode at %SOURCEDRIVE% at one point). why didnt the xplode copy them over again after they were deleted by clean-up?

Link to comment
Share on other sites

well....

you could have checked the xplode log, and use /log: when executing XPlode.

Perhaps you had the path wrong. Who knows....

how was cleanup.cmd getting executed? or were you ineed using RunOnceEX.cmd to import registry entries? And the xplode starts are first logon?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...