Jump to content

gimpmaster

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About gimpmaster

gimpmaster's Achievements

0

Reputation

  1. Hi Thats what I did, but I did not see any reference to Outlook Express. Thanks for your super fast answer also.
  2. I cant see in nlite where to get rid of the games and outlook express can anyone steer me in the right direction. Its XP SP2
  3. What a numpty I am it is in $oem$ $1 as the folder apps is called to c: during install, I will do some mods then report back thats.
  4. Hello I have created a XPSP2 build disk that builds great, but after the build the RunOnceEx does not seem to run. But if I double click after logging in it will. The RunOnceEx.cmd has been placed in $oem$ with cmdlines.txt. The cleanup.cmd is in a folder called apps in the $oem$ folder together with all the software to be installed. It suddenly stopped working yesterday + it wont do a silent install of adobe. Please help. cmdlines.txt [Commands] "RunOnceEx.cmd" RunOnceEx.cmd cmdow @ /HID @echo off SET PP=%SystemDrive%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Acrobat 7.0.8" /f REG ADD %KEY%\005 /V 1 /D "%PP%\AdbeRdr708_en_US.exe -p\"-s /v\"/qn\"\"" /f REG ADD %KEY%\010 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\010 /V 1 /D "%PP%\cleanup.cmd" /f EXIT winnt.sif [Data] AutomaticUpdates = "No" Autopartition = 1 UnattendedInstall = "Yes" MsDosInitiated= No [unattended] Repartition=Yes UnattendMode = DefaultHide UnattendSwitch = "Yes" OemSkipEula = "Yes" TargetPath=\WINDOWS FileSystem = ConvertNTFS WaitForReboot = "No" NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 DriverSigningPolicy = Ignore NonDriverSigningPolicy = Ignore Hibernation = "No" OemPreinstall= Yes [systemRestore] DisableSR = 1 CreateFirstRunRp = 0 [setupParams] SkipMissingFiles = "No" [GuiUnattended] AutoLogon = "Yes" EncryptedAdminPassword = "No" AdminPassword = TimeZone = 085 OEMSkipRegional = 1 OemSkipWelcome = 1 [shell] DefaultThemesOff = "No" DefaultStartPanelOff = "Yes" [Components] Iis_common = Off Iis_ftp = Off Iis_inetmgr = Off Iis_internetdataconnector = Off Iis_nntp = Off Iis_serversideincludes = Off Iis_smtp = Off Iis_webadmin = Off Iis_webdav = Off Iis_www = Off Iis_www_vdir_scripts = Off Iis_asp = Off [userData] ProductKey=#####-#####-#####-#####-##### FullName="blah" OrgName="blah" ComputerName=XPSP2 [Display] BitsPerPel=32 Xresolution=800 YResolution=600 [TapiLocation] CountryCode=44 AreaCode=01226 LongDistanceAccess="9" [RegionalSettings] SystemLocale = "0809" UserLocale = "0809" UserLocale_DefaultUser = "0809" InputLocale = "0809:00000809" InputLocale_DefaultUser = "0809:00000809" [Networking] InstallDefaultComponents = "Yes" [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [identification] JoinWorkgroup = WORKGROUP
  5. Hello all, I'm having a nightmare.....I have created a sysprep.inf file in XP and have added a new folder structure to cater for differing VGA/Sound/NIC drivers, but when ever I run sysprep.exe it never installs the drivers that I have made available, I create the sysprep.inf logged in as local administrator. I run sysprep as sysprep.exe -mini -quiet - reboot I have also tried it with the -pnp switch too I know the drivers I have put into the folders are correct as afterwards they install fine and dont ask any driver signing questions when Windows XP SP 2 detects new hardware and I send Windows the the releative identifed hardware device as below. The devices in the folders are as follows Intel82945G VGA (No Subfolders) BroadCom NeteXtreme (No Subfolders) RealTek High Definition Audio Driver (No SUbfolders) folder structure on c:\ is $oem$ ------$1 ------Drivers ------IntelVGA ------BroadComNIC ------SoundMaxSound In each folder I have placed the drivers and subfolders relating to those drivers if there was any subfolders. The sysprep files and answerfile are in a folder called sysprep my sysprep.inf looks like [unattended] OemSkipEula=Yes OemPnPDriversPath = "\Drivers;IntelVGA\Drivers;BroadComNIC\Drivers;SoundMaxSound" InstallFilesPath=C:\i386 DriverSigningPolicy = Ignore NonDriverSigningPolicy = Ignore [GuiUnattended] AdminPassword="password" EncryptedAdminPassword=NO TimeZone = 085 OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [setupParams] SkipMissingFiles = "No" [TapiLocation] CountryCode=44 AreaCode=01226 LongDistanceAccess="9" [userData] ProductKey=XXXXX-XXXXX-XXXXX-XXXX-XXXXX FullName="nwtraders.msft" OrgName="North Wind Traders" ComputerName=London [Display] BitsPerPel=4 Xresolution=1024 YResolution=768 [RegionalSettings] SystemLocale = "0809" UserLocale = "0809" UserLocale_DefaultUser = "0809" InputLocale = "0809:00000809" InputLocale_DefaultUser = "0809:00000809" [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes THANKS ALL
  6. Hello all, I'm having a nightmare.....I have created a sysprep.inf file in XP and have added a new folder structure to cater for differing VGA/Sound/NIC drivers, but when ever I run sysprep.exe it never installs the drivers that I have made available, I create the sysprep.inf logged in as local administrator. I run sysprep as sysprep.exe -mini -quiet - reboot I have also tried it with the -pnp switch too I know the drivers I have put into the folders are correct as afterwards they install fine and dont ask any driver signing questions when Windows XP SP 2 detects new hardware and I send Windows the the releative identifed hardware device as below. The devices in the folders are as follows Intel82945G VGA (No Subfolders) BroadCom NeteXtreme (No Subfolders) RealTek High Definition Audio Driver (No SUbfolders) folder structure on c:\ is $oem$ ------$1 ------Drivers ------IntelVGA ------BroadComNIC ------SoundMaxSound In each folder I have placed the drivers and subfolders relating to those drivers if there was any subfolders. The sysprep files and answerfile are in a folder called sysprep my sysprep.inf looks like [unattended] OemSkipEula=Yes OemPnPDriversPath = "\Drivers;IntelVGA\Drivers;BroadComNIC\Drivers;SoundMaxSound" InstallFilesPath=C:\i386 DriverSigningPolicy = Ignore NonDriverSigningPolicy = Ignore [GuiUnattended] AdminPassword="password" EncryptedAdminPassword=NO TimeZone = 085 OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [setupParams] SkipMissingFiles = "No" [TapiLocation] CountryCode=44 AreaCode=01226 LongDistanceAccess="9" [userData] ProductKey=XXXXX-XXXXX-XXXXX-XXXX-XXXXX FullName="nwtraders.msft" OrgName="North Wind Traders" ComputerName=London [Display] BitsPerPel=4 Xresolution=1024 YResolution=768 [RegionalSettings] SystemLocale = "0809" UserLocale = "0809" UserLocale_DefaultUser = "0809" InputLocale = "0809:00000809" InputLocale_DefaultUser = "0809:00000809" [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes THANKS ALL
×
×
  • Create New...