
jslegers
MemberContent Type
Profiles
Forums
Events
Everything posted by jslegers
-
Ok I will try the WHQL drivers.
-
Hi, I have used nLite to create an unattended Windows XP SP2 cd. I have also integrated the nVidia Video drivers with nLite. Install of XP works fine and perfect only Windows XP uses the windows drivers for the nvidia instead of the forceware drivers. I have to manualy correct this by selecting the forceware driver. How can I force the windows XP installation to use the integrated nVidia forceware drivers ? John
-
Hi, I want to know if it is posible to disable the Safe mode menu from Windows XP. I want to use this with public PC's. John
-
xp style silver color scheme unattended
jslegers replied to haysdad's topic in Unattended Windows 2000/XP/2003
I'm also intrested how this is being done. -
yes Does it harm the procedure ?
-
A/B Collecting the DriverPacks... DriverPacks\DriverPack_LAN_V410.7z DriverPacks\DriverPack_MassStorage_V410.7z DriverPacks\DriverPack_Sound_V4101.7z 3 file(s) copied. The system cannot find the file specified. <-- Is this an error ? Complete! Press any key to continue . . . I'm using method 2
-
I have the same problem
-
I also have removed the clasic player but it stil gets installed ? Strange . It also shows the icons. Here is my Quicktime [setup] Lang=en Dir=C:\Program Files\QuickTime Alternative Group=QuickTime Alternative NoIcons=1 Components=qtcodec,qtdirectshow,qtplugins,qtcpl
-
$OEM$ directory (and subdirs) won't copy
jslegers replied to jslegers's topic in Unattended Windows 2000/XP/2003
Thanks guys it worked. Now I have to find out how to get Luna Silver Theme standard. -
Hi all, I'm having a strange problem with making an unattended install of Windows XP Pro with SP2. I got SP2 from the microsoft servers and used Autostreamer to slipstream it. I have just the following winnt.sif ;SetupMgrTag [Components] AutoUpdate = Off ;Auto Update Deskpaper = Off ;Desk Paper Dialer = Off ;Phone Dialer Iis_common = Off ;Common Files Iis_ftp = Off ;FTP Service Iis_inetmgr = Off ;Internet Information Services Snap-In Iis_smtp = Off ;SMTP Service Iis_nntp = Off ;NNTP Service Iis_webadmin = Off ;IIS Web UI for Web server administration Iis_www = Off ;IIS World Wide Web Service Iis_www_vdir_scripts = Off ;IIS Optional Scripts Directory Fp_extensions = Off ;FrontPage® 2000 Server Extensions Media_clips = Off ;Media Clips Msnexplr = Off ;MSN Explorer Mswordpad = Off ;MS Wordpad OEAccess = Off ;Outlook Express Paint = Off ;MS Paint WMAccess = Off ;Windows Messenger [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates="No" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes Repartition=No Hibernation=No OemPnPDriversPath="Drivers\001_Network;Drivers\006_storage;" DriverSigningPolicy=Ignore OemSigningPolicy=Ignore OemFilesPath="..\$OEM$" OverwriteOemFilesOnUpgrade=No UnattendSwitch="Yes" WaitForReboot="No" TargetPath=\Windows [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=3 OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [userData] ProductKey= FullName="JSL" OrgName="JSL" ComputerName=* [Display] BitsPerPel=16 Xresolution=800 YResolution=600 Vrefresh=75 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [PCHealth] RA_AllowFullControl = 0 RA_AllowToGetHelp = 0 RA_AllowUnsolicited = 0 ER_Enable_Reporting = 0 [shell] DefaultThemesOff = No DefaultStartPanelOff = No [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 I'm using the cmdlines.txt which is located in the $OEM$ dir [COMMANDS] "RunOnceEx.cmd" RunOnceEx.cmd looks like this which is also located in the $OEM$ dir cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\010 /VE /D "WMP 9 Codecs" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\wmp9_mm2\wm9codecs.exe /q" /f REG ADD %KEY%\015 /VE /D ".NET Framework v1.1" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\netframe\netfx.msi /qn" /f REG ADD %KEY%\020 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\msn\MsnMsgs.msi /qn" /f REG ADD %KEY%\025 /VE /D "TweakUI 2.10 Powertoy" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\powertoy\TweakUI.msi /qn" /f REG ADD %KEY%\030 /VE /D "Task Switcher" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\powertoy\tasksw.exe /s /v/qn" /f REG ADD %KEY%\035 /VE /D "Acrobat Reader 6.01" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\adobe\AR.msi /qn" /f REG ADD %KEY%\055 /VE /D "Flash Player 7" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\flash\flash7.msi /qn" /f REG ADD %KEY%\995 /VE /D "Cleaning Up" /f REG ADD %KEY%\995 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT Directory Structure looks like this $OEM$ $$ $1 Drivers Install I have made an unattended XP cd before with Sp1a slipstreamed and it worked fine. Could this be a bug in Windows XP SP2 that the $OEM$ directory and subdirectory won't copy? RunOnceEx.cmd works fine because after reboot it tries to install the programs but it can't find them. Has someone else had this problem ?
-
Strange I have tried it but it didn't work : Here is my Winnt.sif ;SetupMgrTag [Components] AutoUpdate = Off ;Auto Update Deskpaper = Off ;Desk Paper Dialer = Off ;Phone Dialer Iis_common = Off ;Common Files Iis_ftp = Off ;FTP Service Iis_inetmgr = Off ;Internet Information Services Snap-In Iis_smtp = Off ;SMTP Service Iis_nntp = Off ;NNTP Service Iis_webadmin = Off ;IIS Web UI for Web server administration Iis_www = Off ;IIS World Wide Web Service Iis_www_vdir_scripts = Off ;IIS Optional Scripts Directory Fp_extensions = Off ;FrontPage® 2000 Server Extensions Media_clips = Off ;Media Clips Msnexplr = Off ;MSN Explorer Mswordpad = Off ;MS Wordpad OEAccess = Off ;Outlook Express Paint = Off ;MS Paint WMAccess = Off ;Windows Messenger [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [unattended] UnattendMode=FullUnattended OemSkipEula=Yes Repartition=No Hibernation=No OemPnPDriversPath="Drivers\001_Network;Drivers\006_storage;Drivers\006_storage\3ware;Drivers\006_storage\3ware\6000;Drivers\006_storage\3ware\7k&8k;Drivers\006_storage\acard;Drivers\006_storage\acard\6280;Drivers\006_storage\acard\6290;Drivers\006_storage\acard\67160;Drivers\006_storage\acard\671x;Drivers\006_storage\acard\6880;Drivers\006_storage\acard\6890;Drivers\006_storageacard\68x5;Drivers\006_storage\adaptec;Drivers\006_storage\adaptec\aac;Drivers\006_storage\adaptec\aar1210;Drivers\006_storage\adaptec\i2o;Drivers\006_storage\adaptec\u160;Drivers\006_storage\adaptec\u320;Drivers\006_storage\adaptec\u320r;Drivers\006_storage\ali;Drivers\006_storage\amd;Drivers\006_storage\highpoint;Drivers\006_storage\highpoint\hpt366;Drivers\006_storage\highpoint\hpt371;Drivers\006_storage\highpoint\hpt374;Drivers\006_storage\highpoint\hpt3xx;Drivers\006_storage\highpoint\rr182x;Drivers\006_storage\intel;Drivers\006_storage\intel\eide;Drivers\006_storage\intel\sataraid;Drivers\006_storage\intel\u320r;Drivers\006_storage\ite;Drivers\006_storage\lsilogic;Drivers\006_storage\lsilogic\megaide;Drivers\006_storage\lsilogic\mraid35x;Drivers\006_storage\lsilogic\mylex;Drivers\006_storage\lsilogic\symmpi;Drivers\006_storage\nvidia;Drivers\006_storage\nvidia\eide;Drivers\006_storage\nvidia\raid;Drivers\006_storage\promise;Drivers\006_storage\promise\fasttrak;Drivers\006_storage\promise\fasttx2k;Drivers\006_storage\promise\sx4000;Drivers\006_storage\promise\sx6000;Drivers\006_storage\promise\ulsata;Drivers\006_storage\promise\ultra;Drivers\006_storage\qlogic;Drivers\006_storage\qlogic\12160;Drivers\006_storage\siimage;Drivers\006_storage\siimage\3112;Drivers\006_storage\siimage\3112r;Drivers\006_storage\siimage\3114;Drivers\006_storage\siimage\3114r;Drivers\006_storage\siimage\3124;Drivers\006_storage\siimage\3124r;Drivers\006_storage\siimage\649r;Drivers\006_storage\siimage\680;Drivers\006_storage\siimage\680r;Drivers\006_storage\sis;Drivers\006_storage\sis\eide;Drivers\006_storage\sis\raid;Drivers\006_storage\via;Drivers\006_storage\via\eide;Drivers\006_storage\via\ideraid;Drivers\006_storage\via\miniport;Drivers\006_storage\via\sataraid;" DriverSigningPolicy=Ignore OemSigningPolicy=Ignore OemFilesPath="..\$OEM$" OverwriteOemFilesOnUpgrade=No UnattendSwitch="Yes" WaitForReboot="No" TargetPath=\Windows [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=3 OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [userData] ProductKey= FullName="JSL" OrgName="JSL" ComputerName=* [Display] BitsPerPel=16 Xresolution=800 YResolution=600 Vrefresh=75 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [PCHealth] RA_AllowFullControl = 0 RA_AllowToGetHelp = 0 RA_AllowUnsolicited = 0 ER_Enable_Reporting = 0 [shell] DefaultThemesOff = No DefaultStartPanelOff = No [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0
-
'cause those are the default values so... see the root tree bellow the selected install folder in this image should be the same as the one your runonceex search for during the setup this will become the %SYSTEMDRIVE%\install folder you need Thanks Aknott, I will try it. By the way it worked fine with Windows XP Sp1. I will test it tonight.
-
Same problem here. RunOnceEx can't find the files in install. Here's my RunOnceEx.cmd cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\010 /VE /D "WMP 9 Codecs" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\wmp9_mm2\wm9codecs.exe /q" /f REG ADD %KEY%\015 /VE /D ".NET Framework v1.1" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\netframe\netfx.msi /qn" /f REG ADD %KEY%\020 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\msn\MsnMsgs.msi /qn" /f REG ADD %KEY%\025 /VE /D "TweakUI 2.10 Powertoy" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\powertoy\TweakUI.msi /qn" /f REG ADD %KEY%\030 /VE /D "Task Switcher" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\powertoy\tasksw.exe /s /v/qn" /f REG ADD %KEY%\035 /VE /D "Acrobat Reader 6.01" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\adobe\AR.msi /qn" /f REG ADD %KEY%\055 /VE /D "Flash Player 7" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\flash\flash7.msi /qn" /f REG ADD %KEY%\995 /VE /D "Cleaning Up" /f REG ADD %KEY%\995 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT It seems like SP2 doesn't support RunOnceEx command or $OEM$ folders.
-
If i run them in GuiRunOnce will they be applied to the default user ?
-
Hi, Is it possible to use[HKEY_USERS\.DEFAULT\ instead of HKEY_CURRENT_USER so that when i make a new user it also gets the registry tweaks ? John