Jump to content

diesel_98a

Member
  • Posts

    531
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by diesel_98a

  1. it is pretty much like making an unattended cd for winxp. kind of learn as u go w/ win2k. but i have win2kSP4 unattended cd that i have made using the same process.
  2. u seem to be missing this section from the winnt.sif: [Components]. u will have to check the win2k deployment tools to see how u can add it to automatically install when the os is installed.
  3. where does this go? [Cabs] driver=driver.cab SP1=SP1.cab mydrivers=mydrive.cab in the textsetup.sif or the drvindex.inf?
  4. for the powr toys i am using seperate installs for each of them. the tweakui is the on msi, i downloaded them from somewhere but i cannot remember where. here is the script:
  5. my work for the .net framework it to keep it has the only item that gets copied over from the cd and install as usual, and then have the directory deleted be4 rebooting. here is a list of items i have had no prolems installing from the cd (if it helps): DX 9.0b Movie Maker 2.0 Windows Journal Viewer 1.5 Windows Messenger 5.0 Adobe Reader 6.0 VB 6.0 MS JavaVM - Build 3810 XP-Tweaks 3.0 WMP 9.0 WMP update MS Baseline Security Analyzer 1.1.1 Opera 7.5 Version 3 RJH Extension QuickTime WinRar 3.2 ImageResizer Powertoy PowerCalc Powertoy Alt-tab Replacement Powertoy TweakUI 2.10 Powertoy Sun Java VM 1.4.2 WinAmp 5.0 Flash Player 7.0 Shockwave Registry Tweaks (the following are run through a .cmd file but still installs from the cdrom) Hotfixes 1 Hotfixes 2 Cleanup
  6. i noticed the person who started the forumn didn't always have the option to upload anything. i know this cause i have done it, just thought it was the forumn.
  7. yes why would u??????? i have to hear the reasoning behind this one.
  8. u mean something like this? it is @ the beginng of my runonceex. cmdow @ /HID @echo off IF EXIST C:\WIN51IC.SP1 set CDROM=C: IF EXIST D:\WIN51IC.SP1 set CDROM=D: IF EXIST E:\WIN51IC.SP1 set CDROM=E: IF EXIST F:\WIN51IC.SP1 set CDROM=F: IF EXIST G:\WIN51IC.SP1 set CDROM=G: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f
  9. what os?
  10. better yet, use a different browser. hahahahaha, just kidding, couldn't pass this one up.
  11. i ordered mine a long time ago and have yet to receive it. then i get an email from them and now they might actually send it. big laugh, but all i can do it wait.
  12. i would be interested in knowing what files it looks for, if it works for this one it should work about the same for winxp. it would give the upgraders something more to add but would help out.
  13. add this to the winnt.sif [Display] Xresolution = 1024 Yresolution = 768 not sure how this got here, was answering a question n another forumn
  14. there is really no guide, it is pretty much the same as xp, search the forum, this has been touched on many times. if u are using the same software & want about the same type of setup, just copy it over from winxp to win2k.
  15. thanks i am going to do that instead.
  16. what about adding them to the $oem$\$$\Cursors? and renaming them to the windows default. that way they get replaced even before the cmdlines.txt
  17. i checked out the user32.dll & it seems some of the cursors can be replaced from there but i have not tested it, as i use animated cursors & those cannot be inserted into it. does this seem right?
  18. i have attached an image of some of the icons i have used in some of my editing. this is not all of them. the files i have been able to edit are: shell32.dll, explorer.exe, msgina.dll, logonui.exe, mshtml.dll, shdocvw.dll, url.dll, iexplore.exe, browselc.dll, mstsc.exe, netshell.dll, wiashext.dll, paint.exe, notepad.dll & notepad.exe.
  19. i use the non-java version of opera as well and use the /s to install.
  20. line 18 refers to the guiunattended, but i am not seeing anything unless it has something to do with the admin password, if there is no password it should have only 1 mark on it, unless u have those marks in there in place of the password, also is the time zone code correct??? [GuiUnattended] AdminPassword="""""" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1
  21. no, not really, the install worked fine without them at all. at least i didn't have any problems with it. i renamed the files to make the names shorter. but i didn't alter it from being a .exe application. the only time it should be a problem is if you would have more than one item with the same name in that file. which i didn't at all, so it works without the .exe extenstion on it.
  22. here is what i have on mine. 1. Hotfix.cmd (which is the hotfixes) CLS @echo off ECHO. ECHO Installing Windows Update Hotfixes... ECHO. ECHO Installing Q329115...484kb... start /wait %systemdrive%\Install\Hotfixes\329115 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q817778...1.2mb... start /wait %systemdrive%\Install\Hotfixes\817778 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q823980...1.2mb... start /wait %systemdrive%\Install\Hotfixes\823980 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q823559...375kb... start /wait %systemdrive%\Install\Hotfixes\823559 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q810577...556kb... start /wait %systemdrive%\Install\Hotfixes\810577 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q810833...379kb... start /wait %systemdrive%\Install\Hotfixes\810833 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q328310...3.9mb... start /wait %systemdrive%\Install\Hotfixes\328310 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q329390...282kb... start /wait %systemdrive%\Install\Hotfixes\329390 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q329834...212kb... start /wait %systemdrive%\Install\Hotfixes\329834 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q330994...1.9mb... start /wait %systemdrive%\Install\Hotfixes\q330994 /q:a /r:n ECHO Finished Installing... ECHO. ECHO Installing Q811493...3.2mb... start /wait %systemdrive%\Install\Hotfixes\811493 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q814033...416kb... start /wait %systemdrive%\Install\Hotfixes\814033 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q815021...525kb... start /wait %systemdrive%\Install\Hotfixes\815021 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q821557...5.1mb... start /wait %systemdrive%\Install\Hotfixes\821557 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q815485...931kb... start /wait %systemdrive%\Install\Hotfixes\815485 /Q /M /Z ECHO Finished Installing... ECHO. ECHO Installing Q322011...417kb... start /wait %systemdrive%\Install\Hotfixes\322011 /u /q /z ECHO Finished Installing... ECHO. ECHO Installing Q814995...994kb... start /wait %systemdrive%\Install\Hotfixes\814995 /u /q /z ECHO Finished Installing... ECHO. ECHO Installing Q820291...1mb... start /wait %systemdrive%\Install\Hotfixes\820291 /u /q /z ECHO Finished Installing last one... ECHO. EXIT 2. apps.cmd (which is the applications) CLS @echo off ECHO. ECHO Installing automated installations of ECHO various software applications and windows updates. ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\WMP9\MPSet.exe /Q:A /R:N ECHO Finished Installing... ECHO. ECHO Installing DirectX 9.0b ECHO Please wait... start /wait %systemdrive%\install\X9b\DXSETUP.exe /opk ECHO Finished Installing... ECHO. ECHO Installing Microsoft JavaVM - Build 3810 ECHO Please wait... start /wait %systemdrive%\install\JavaVM\msjavwu.exe /Q:A /R:N ECHO Finished Installing... ECHO. ECHO Installing Movie Maker 2.0 ECHO Please wait... start /wait %systemdrive%\install\Movie\mm20.msi /qn ECHO Finished Installing... ECHO. ECHO Installing MSN Messenger 6.0.0602 Final ECHO Please wait... start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB ECHO Finished Installing... ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\Adobe6\AR6.msi /QB ECHO Finished Installing... ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\Tweaks.reg ECHO Finished Installing... ECHO. ECHO Restoring Windows Activation State... COPY "%systemdrive%\Install\Active\wpa.dbl" "%systemroot%\system32" ECHO Windows Should be Activated!... ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install RD /S /Q %systemdrive%\Drivers ECHO. ECHO Restarting the PC in 1 minute... psshutdown.exe -r -t 60 -f -m "Windows XP will now restart in 1 minute!" ECHO. EXIT 3. Regtweaks.reg (which is the registry tweaks) Windows Registry Editor Version 5.00 ;This will add "Services" to the right-click menu of "My Computer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;Disables Error Reporting, but notifies when errors occur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 ;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger] "Start"=dword:00000004 ;Adds search keywords to Internet Explorer (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors) [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB] @="http://support.microsoft.com/?kbid=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV] @="http://www.altavista.com/sites/search/web?q=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\GGL] @="http://www.google.com/search?q=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN] @="http://search.msn.com/results.asp?q=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM] @="http://www.filemirrors.com/search.src?file=%s" ;Max your Internet Explorer's simultaneous downloads to 10 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a ;Allow renaming of Recycle Bin [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] "Attributes"=hex:50,01,00,20 "CallForAttributes"=dword:00000000 ;Control Panel forces Classic View [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001 4. winnt.sif ;SetupMgrTag [Data] AutoPartition = 0 MsDosInitiated = "0" UnattendedInstall = "Yes" [Unattended] UnattendMode = FullUnattended OemSkipEula = Yes OemPreinstall = YES TargetPath = \WINDOWS UnattendSwitch = "Yes" WaitForReboot = "No" OemPnPDriversPath = "Drivers\3Com\W9XEL90X.inf;Drivers\56k\GENHSF5.inf;Drivers\8230e\HPUATA.inf" DriverSigningPolicy = Ignore [GuiUnattended] AdminPassword = * EncryptedAdminPassword = NO OEMSkipRegional = 1 TimeZone = 20 OemSkipWelcome = 1 [UserData] ProductKey = [color=red]This was changed[/color] FullName = "[color=red]This was changed[/color]" OrgName = "Home" ComputerName = Tigger [Display] Xresolution = 1024 YResolution = 768 [TapiLocation] CountryCode = 1 Dialing = Tone [FavoritesEx] Title1 = "Winxpnews.com.url" URL1 = "http://www.winxpnews.com" Title2 = "Downloads.com.url" URL2 = "http://www.downloads.com" Title3 = "N*****.net.url" URL3 = "http://www.N*****.net" Title4 = "Yahoo! Fantasy Sports.url" URL4 = "http://fantasysports.yahoo.com" Title5 = "My Yahoo!.url" URL5 = "http://my.yahoo.com" Title6 = "Pogo.url" URL6 = "http://www.pogo.com" Title7 = "Sportline.com.url" URL7 = "http://www.sportsline.com/" [Branding] BrandIEUsingUnattended = Yes [URL] Home_Page = [URL=http://www.yahoo.com]http://www.yahoo.com[/URL] [Proxy] Proxy_Enable = 0 Use_Same_Proxy = 1 [Identification] JoinWorkgroup = WORKGROUP [Networking] InstallDefaultComponents = Yes [Components] msmsgs = off [GuiRunOnce] "%systemdrive%\install\hotfix.cmd" "%systemdrive%\install\apps.cmd" hope this helps
  23. not sure what happened. it did copy during the install but windows was not activated, not sure there, but oh well will try again.
  24. well i finally have all the bugs worked out. and the install went off without a hitch. the problem was the file system that was created using Easy CD Creator 5. instead of using the ISO9600 file system i switched over to the Joliet file system and everything was fine after that. just so everybody knows how to fix this problem here.
  25. i will give that a try, thanks!!!!!!!!!!!
×
×
  • Create New...