Jump to content

logicsound

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

About logicsound

logicsound's Achievements

0

Reputation

  1. Hi, i am still using Raspppoe Driver (availble under raspppoe.com ) for direct connetions over ADSL to Internet.. (the reason is simple - with raspppoe you can take the Mtu-Settings how you want - if you need Mtu 1500 no Prolbem - windows XP can´t do this - only lowercase....) So here is my question - How to put these driver in the unattended Install and tell Windows to install the driver? Any Ideas?.... The normal Rasppoe Driver is only availble (the freeware) is only availble as zip -File... Anyone
  2. Hi, i created a very small update service for my Department for setting up Windows 2000 with SP4, Patches, IE6SP1 and Patches. To explain: We use a tool for unattend Installation of Windows 2000 with the most used applications, but this Tool is not updated at this time because End of the year there is a XP-Rollout. So I wrote a little solution for us. First I log in new installed Computer. Then I start a Batch from the Novell-Server (yes we are using Novell) This Batch install the SP4 for Windows 2000 - set an Auto-Login for Novell and then I write in Registry a RunOnce Reg-File for the second batch. After that PC restarts. (Run-Once Entry looks like this: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "patche"="X:\\networkshare\\folder\\folder\\patch.cmd" ) Then PC logs on (auto) - the Run-Once CMD-File is called from network and install the patches - after this I call with regedit /s X:\networkshare\folder\ie6sp1.reg In this reg file there is also an runonce entry for setting up IE - but the following happens: The Patches are installed - after that the batch call the regedit option and after this call the IE6 installs itself - but it should install after reeboot - not after installing the Patches... I always thougt runonce is only working after reeboot.... So I ´ll try to call a second batch which only calls regedit/s X\networkshare\folder\IE6.reg - and did not execute it... So you may have an solution for this? I think the batch install the patches - and worked out the runonce entry and if you set a second runonce entry in this batch it will directly executed... So may i have to set an runonce-entry for the looged in user not for the system? So i set one runonce-entry for System - after that a runonce entry for user - after that annother ruonce for system... Or may I have to set the .cmd-file with sleep.exe into slepping for a while... I think I' ll try it with the option runonce for system and runonce for user... May you have annother solution?...
  3. Hi, i use for ADSL only the rasspppoe driver - it can be found here: http://www.raspppoe.com/ So i install a new Networking Protcol - so can i automaticly install it over the txtsetup.sif? or over the normal setup.sif? Otherwise I may have to install it trough an Batch after Main Installation and Reboot.. Any one a Idea if its possible?
  4. Hi all, a few days ago I had big trouble with Windows 2000 Installation on a HP NC8000 Notebook. The unattended Installation (own application by our firm) works fine. Then I had to install a chipset driver from Intel - so I downloaded it and install it - but windows 2000 didnt knew the driver - In Hardwaremanger appears always this nice yellow Symbol ?.. So i searched in Registry for this device and found it - after my search on google I came to intel - to the same chipset driver --- and what happens - it didn´t work... So i extract the chipset.exe and want to install the driver by the driver assitent - but in the extracted Directory form chipset I found no Information - .inf File - only the .cat Files.... So here my question: How can i install chipset drivers without the setup - can I may convert a .cat file into a inf - File ? (I didn´t belive this....) Or must i add the .cat -files to my Unattended Installation Source? PS: I solved the problem with an Windows XP-Ghost-Image from the same notebook - but I think this is a bad way - I wanna know how i can solve this problem for fututure.... Edit: Wrong Notebook Model - its an NC 8000
×
×
  • Create New...