Jump to content

Seany

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

Everything posted by Seany

  1. Any ideas / updates ? Thanks, Seány
  2. Hi all, First off I'd like to say I found this site a few years back and spent hours and hours over weeks thrawling through the guides and tutorials. I built my first basic unattended XP disk back then, many a moon ago I currently have a very nice version of XP SP3 I have made for myself that: runs an application(from winnt.sif on first boot) that I wrote in C# to silently install a few freeware applications (openoffice, firefox, 7zip etc). I was looking at integrating Bashraats Sneaky Driverpacks into the build I have, but the problem is I would prefer to use an original extracted XPCD e.g. C:\XPCD1\ then run DriverBase and use Method2 to slipstream the drivers to that. From there I would like to copy the files and folders created into my current version of my unattended XP cd e.g. C:\XPDVD_NEW\ So am I correct in assuming, that in order to do this all I have to do is take the \OEM\ folder from C:\XPCD1\ and copy the contents to C:\XPDVD_NEW\ then add the line into my [GuiRunOnce] ? command9="%SystemDrive%\DPsFnshr.exe" Is there any other configuration files I should be aware of that need to be edited to reflect these changes? Hope that makes sense to you lot. Many thanks in advance, Seany
  3. ok thanks for the reply, what I really should have asked is how do I get WPI to run from my particular setup I have. Here is my cmdlines.txt : [COMMANDS] ".\useraccounts.cmd" "REGEDIT /S .\RegTweaks.reg" ".\$1\Install\WPI\WPI.cmd" ".\cleanup.cmd" Here is some of my winnt.sif : ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] UnattendMode=ProvideDefault OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS KeyboardLayout="Irish" [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 [UserData] ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="" OrgName="" [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] Msmsgs=off Msnexplr=off Freecell=on Hearts=on Minesweeper=on Pinball=on Solitaire=on Deskpaper =on Calc=on Charmap=on AutoUpdate=on Hypertrm=on Mousepoint=on Paint=on [Shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale\Royale.theme"
  4. Depends how good you are like everything, same for programmers and the rest..
  5. Hi all, Excellent site and forums btw. I have a question regarding the execution of the WPI.cmd batch file. In the \$OEM$\$1\Install\ I have a folder called WPI with all the WPI files and folders inside it. Would I be correct in adding the line ".\$1\Install\WPI\WPI.cmd" to cmdlines.txt and this would execute the WPI.cmd batch file? Also, I have cmdlines.txt in the $OEM$ folder but what executes that file ? Thanks in advance Seany
  6. ok thanks a lot people for the response, hopefully will have the CD finished tomorrow. Thanks a lot Seany
  7. Hi all, First of all i'd like to say to this forum+site in general as it's excellent and extremely well constructed. My first question is if I have a cmdlines.txt file in my $OEM$ folder and in that $OEM$ folder I have RunOnceEx.cmd and cleanup.cmd and RegTweak.reg should my cmdlines.txt file look like : [COMMANDS] "REGEDIT /S RegTweak.reg" "RunOnceEx.cmd" Another thing I read on the unattended totorials was that if you have cmdlines.txt in the $OEM$ folder Windows will automatically execute this file, if that's the case do I still have to have something like [GuiRunOnce] %systemdrive%\Install\RunOnceEx.cmd in my winnt.sif file ? Thanks in advance Seany
×
×
  • Create New...