Jump to content

andrew84uk

Member
  • Posts

    121
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by andrew84uk

  1. This tool is for the overclockers thats on this site, its a great overall application which includes many overclocking tools. This was made by myself. You can download it [Here] - 9.83MB The silent installer is as follows.. Start /wait %systemdrive%\Install\Applications\Sounds\oc-tools.msi /quiet /qn
  2. Excellent release Ut\Collector, Boardbabe was the one who supplied the sounds, I just made it into an executable with reg addon. Great release for nlite too Ut\Collector, keep it up ......
  3. IsLNdbOi what is the need for check disk ?. How many real disks have you got and how many parititons ?. What you could do is just boot up with the xp disk if you have it and do a repair, select the disk you want to do a checkdisk (1,2) command to run then is just chkdsk /r...... still dont no why ur doing it manually unless you have a problem with the disks or a problem with the windows install.
  4. Microsoft stuff works if you no how to use it, which seems to me you don't START /Wait %SystemDrive%\Folder\BatchScript.cmd
  5. free serial, wounder what this works on haha oj, why do people not read through their own work when posting. ? [Unattended] UnattendSwitch=Yes This should do the job, Yes I remember now.
  6. Can I just ask was their ever a HTML updated page for Silant Installers ? If so, can I see please ?.
  7. That's quite some task you have yourself in there. Sounds great especially as from a users point of view. That means their will be no more work lost unless the end user formats it for some reason. Hm not sure myself its very complicated. I wish you all the best to get it to work and if I think of anything I'll repost back on here. EDIT: Oh by the way, welcome to the forums EDIT: by the way, in the winnt.sif file you could put [Unattended] FileSystem=NTFS This would make the default partition format to be NTFS e.t.c
  8. Why don't you reverse your drives ? You could put C:\ = BOOT D:\ = STORAGE........................ If you do that then you can run a command line in your unattended installation by batch file to format d:\ this could run at guirunonce when your in windows so you have a drive letter assigned. This is really the only way I personally know about and It's the way I would do it. Is it for a home machine or business machine?
  9. This problem has been solved, while reading the guide as DL mentioned. Also I have intergrated my registry keys like HKLM / HKCU / HKCR into one batch file for each, so I now only have 3 batch files that run the specific keys at specific times. Doing it this way did reduce the amount of files I had to edit, which saves time alittle. Well done all.
  10. The following code is mine from my Winnt.sif file, not sure which line it is but my install skips the screen you want to skip (AutomaticUpdates=Yes or UnattendSwitch=Yes or OemPreinstall=Yes or OemSkipEula=Yes) ; ; FileName: WinNT.sif ; Composed By: Andrew Bell ; Compiled: 21st April 2006 ; Email: zen62619@zen.co.uk ; [Data] AutoPartition=1 MsDosInitiated=0 UnattendedInstall=Yes AutomaticUpdates=Yes [Unattended] UnattendMode=FullUnattended Repartition=Yes UnattendSwitch=Yes TargetPath=\WINDOWS WaitForReboot=No DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore Hibernation=1 OemPreinstall=Yes OemSkipEula=Yes WaitForReboot=No KeyboardLayout="United Kingdom" [GuiUnattended] AdminPassword="password" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 TimeZone=85 OEMSkipRegional=1 OemSkipWelcome=1 [UserData] ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="Windows User" OrgName="Private" ComputerName=* [Display] BitsPerPel=32 Xresolution=1280 Yresolution=1024 AutoConfirm=1 [TapiLocation] CountryCode=44 AreaCode=0191 [RegionalSettings] LanguageGroup=1 Language=00000809 [Branding] BrandIEUsingUnattended=Yes [URL] Home_Page=about:blank [Proxy] Proxy_Enable=0 Use_Same_Proxy=1 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [IEPopupBlocker] BlockPopups = Yes FilterLevel = High ShowInformationBar = No [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [SystemFileProtection] SFCQuota = 0 [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [GuiRunOnce] Command0="regsvr32.exe /S %SystemRoot%\system32\LegitCheckControl.dll"
  11. DL that guide was it wrote by you ? Just got home from work and I must say whoever wrote it (Submitted by Vadikan), excellent explination. From the guide for the Registry The keys now have worked. Thanks
  12. Ok, so from that conclusion when would i apply HKEY_CURRENT_USER registry keys, yes I ment T-12 sorry. Thanks
  13. Come on, you can't do that. Get the MSFN hopes up and then say your cancelling it, why bro?
  14. If you intergrate direct using Ryans packs, from my undastanding you will not be able to uninstall it. That's one of the downsides. For example, you decide just to add the hotfix way with no i386 intergration, your hotfix can be uninstalled just using control panel / add remove programs. good luck
  15. Paradox Me, you have no harm in trying. Only WIN9XUPG in the i386 directory would need to be kept because your upgrading from 98 correct? ....... Vmware will help your worries, just try things. You have nothing to loose alough I have never come accross a 98 unattended upgrade installation before. Good luck
  16. Could it be that AnyDVD is installing its own cd/dvd driver files for the use of the application. Have you tried a driver rollback to see what happenes then ? or does AnyDVD not install its own drivers ?
  17. The reason why I use as many Reg files is because I personally find it better to find a registry key if I no what area it is, example Appearence has my appearence registry keys in, I personally don't find it practical to have 6000+ registry keys in one file. Thankyou for the help though. I can see that when the batch file runs it does acctually launch the registry key but doesn't import them. There has been a few errors found but correctly but I am still gettin errors. Can HKEY_CURRENT_USER\ be imported at the T-9 stage ? ... Thankyou in advanced
  18. The top lines is to represent what the file is called, sorry my bad. I have found a few mistakes with UARegistryTweakageDOTNET0.4.1 but I will report them later. I found that ; Set Power Scheme [HKEY_CURRENT_USER\Control Panel\PowerCfg\CurrentPowerPolicy\3] Should be ; Set Power Scheme [HKEY_CURRENT_USER\Control Panel\PowerCfg] "CurrentPowerPolicy"="3" The power setting is been applied now. Still dont understand why its not applying the rest.
  19. When I run this installation using vmware my General.reg will not import into the registry. CMDLINES.TXT [COMMANDS] "Registry.cmd" Registry.cmd @ECHO off title Adding Registry Keys ECHO. ECHO Unattended Installation Registry Addon ECHO ---------------------------------------------- ECHO. ECHO Adding Appearance Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Appearance.reg ECHO Complete! ECHO. ECHO Adding Internet Security Zone Blocklist Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Blocklists.reg ECHO Complete! ECHO. ECHO Adding Context-Menus Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Context-Menus.reg ECHO Complete! ECHO. ECHO Adding Dekstop Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Desktop.reg ECHO Complete! ECHO. ECHO Adding General System Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\General.reg ECHO Complete! ECHO. ECHO Adding Logon Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Logon.reg ECHO Complete! ECHO. ECHO. ECHO Adding My Computer Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\My-Computer.reg ECHO Complete! ECHO. ECHO Adding Network Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Network.reg ECHO Complete! ECHO. ECHO Adding Outlook Express Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Outlook-Express.reg ECHO Complete! ECHO. ECHO Adding Performance Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Performance.reg ECHO Complete! ECHO. ECHO Adding Internet Software Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Software-Internet.reg ECHO Complete! ECHO. ECHO Adding Software Other Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Software-Other.reg ECHO Complete! ECHO. ECHO Adding Startmenu And Taskbar Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Startmenu-TaskBar.reg ECHO Complete! ECHO. ECHO Adding Startup and Shutdown Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Startup-Shutdown.reg ECHO Complete! ECHO. ECHO Adding XP SP2 Tweaks start /wait REGEDT32.EXE /S %systemdrive%\Install\Reg\Tweaks\Xp-Sp2.reg ECHO Complete! exit General.reg Windows Registry Editor Version 5.00 ;============================================================================ ;======================= GENERAL WINDOWS TWEAKS =========================== ;============================================================================ ; Disable ALL Balloon Tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMBalloonTip"=dword:00000000 ; Disable Windows Tour [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ; Show Detailed Information in Device Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment] "DEVMGR_SHOW_DETAILS"=dword:00000001 "DEVMGR_SHOW_NONPRESENT_DEVICES"="1" ; Set Keyboard Num-Lock to be ON by Default [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" ; Remove Windows Alexa Spyware [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}] ; Remove Search Dog Assistant [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "Use Search Asst"="no" ; Disable StickyKeys [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="506" ; Set Power Scheme [HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\3] ; Disable Windows File Protection [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCDisable"=dword:FFFFFF9D ; Increase the USB Polling Interval [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Usb\0000] "IdleEnable"=dword:00000001 ; Disable Built-In CD Burning [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoCDBurning"=dword:00000001 ;Disable Error Reporting Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc] "Start"=dword:00000004 Does any1 know why all my other registry tweaks are been applied at T-9 but this one registry tweak wont apply ? Thankyou in advanced. Any clues would be apreciated, its probably something I've missed.
  20. As ripken204 said, the yellow question mark means there is a driver conflict or that there is not a driver installed. Find the make of your hardware and go to the website. Or even try Microsoft update site it might have one for you. good luck EDIT : you have a nice system there ripken204.
  21. Its all legal. Its the use or special commands to allow an installation to take place without having to be at the computer, thus saving time and money. If you enable WGA for your installation its perfectly fine. I've done it along with many others. There is no hacks involved in making an unattended CD its all about knowing commands and the use of batch files e.t.c. Bare in mind if you don't own the origional OS then yes, its illigal. good luck.
  22. What I would do is recompile your dvd, sounds like theres things missing ? could you tell me if your running it in vmware please. If you are I remember gettin the same error. If you delete the OS and make a new os in vmware it should work. I no your making a boot dvd, its the same as a boot cd just you use a different media. good luck
  23. Would just like to say a warm welcome to the forum members. Hopefully will be staying around awhile, see what I can learn and see what I have to offer. Greatings.
  24. This should help you with creating a boot cd http://www.flexbeta.net/forums/lofiversion...x.php/t764.html make sure you use the one off the acctual windows os itself from your origional copy. Then you shouldnt run into any errors. good luck
×
×
  • Create New...