Jump to content

stinkywea

Member
  • Posts

    109
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by stinkywea

  1. OK after several hours of searching the web I have found out a little more information, but no answers. Apparently a lot of the problem, if not all of it has to do with my wireless card and it's chipset (Intel 2200BG). Dozens of ppl using vista with this card are experiencing similar problems, some none at all. Anyone else using this particular chipset, apparently it's really, really popular with OEMs, HP, Levono, Toshiba... anyone have any success?? I cannot get the protected vista drivers to delete so I'm having no luck really getting the driver updated. It sees the new driver, but wants to keep the original, I've tried the DOS command to allow for unsigned drivers too.
  2. I have went to intel's site and downloaded the newest drivers, it worked once, then reboot and back to nada...
  3. sheesh, there no way that these things can be disabled in vista (security prompts). Thanks for the answer too!!!
  4. that's just the craziest thing. I did a search under vista drivers and came up with what I was hoping was some help, but it doesn't do anything for mine. I really don't want to re-install XP with all the hours I took to get everything else that wasn't compatible patched and working (GPS stuff mainly).
  5. OK, trying to do a simple 'ipconfig/release' and I get the following: "The requested operation requires elevation." I think I'm setup as an admin, but with all this crazy user access stuff I don't really know. And I'm also getting the following from the prompt too: 'bcedit/set nointegritychecks ON' and with this I get this one "The boot configuration data could not be opened. Access is denied." I know it's probably simple, so any help??
  6. i don't guess anyone else has had this issue... been a while since any replies
  7. I'm using the drivers that shipped with vista... I haven't thought too much about it since it was working great for a few days for several hours at a time on my network and others.
  8. Update: I was using WPA encryption so I thought by some odd chance that could be an issue. Well I switched from WPA, to WEP, and also disabled it. No change at all... I'm totally clueless
  9. OK, this is weird... I have a HP TC1100 tablet w/centrino. I did a clean install of Vista Business and everything was working great for 3 days. Well yesterday my wireless is dead. I checked the bios, fine; checked device manager, fine. Network settings shows my wireless connection in the list of saved wireless items, and shows the signal, but it isn't working. It also will not detect any wireless networks around me, before it died I could get on 4. My wired connection is working fine. Any ideas? Services I need to check? I had disabled UAC, but I've re-enabled it since then. Also... don't know whether this is related or not, but none of my settings in firefox are being saved (show tab bar, clear history, home page...). Totally weird...
  10. just making sure...I am using all the driver packs, if I didn't use all of them I assume the process would be shorter?
  11. I just recently did a new unattended CD, everything is stock except that I added the driver packs. Everything seems to be working, but when the installation first starts the gui part, after coping all the files to the hd and restarts, there is a blank blue screen with the mouse for about 5 minutes, then all the the text shows up (collecting info, preparing installation...) I was just wondering if it should be this way. Thanks!!
  12. that would be a possibility, but would I have to have each computer name listed on there? If so that would be like 115 of them.
  13. To people who already used NirComline, this Nircmd is the new version with MUCH more features. jaclaz will that work in a network environment with UNCs?
  14. what are regedit4 reg files? I was more of a hardware guy that got threw into this...that's why some of it doesn't make too much sense to me. Could you use the code statement that I have posted above to show me the correct syntax. Thanks!!
  15. if it matters the users are local administrators on their boxes. I just know you can import values silently, such as with the unattended install of xp methods, I just need a silent removal...
  16. Here's the situation... My company is upgrading to symantec client security 2.0. This includes SAV 9.X. Here's the problem. We have around 115 machines that run SAV 8.X and when we try to upgrade we get an error message and the installation kicks. We are doing our installs via a logon script in W2K server active directory situation. After talking with Symantec's tech support they gave me two registry keys that need deleted. So what I need to know how to do is to remotely remove registry keys via a batch file. I'll put what code I think will work. Please give me some feedback. REM == CHECKS TO SEE IF TEXT FILE HAS BEEN COPIED TO STOP LOOP OF INSTALLATION IF EXIST c:\stop.txt GOTO END REM == COPIES TEXT FILE TO PREVENT INSTALLATION LOOPS copy \\be_exch_rke\software\stop.txt C:\ REM == REMOVE EXISTING SYMANTEC VERSION 8.X TO ALLOW UPGRADE TO 9.X \windows\regedit.exe /D "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\497CA84818B8A04418EA464733D75B72" \windows\regedit.exe /D "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\UpgradeCodes\20A7FB42A06BB49448A397B3CB77ED4D" REM == INSTALLS SYMANTEC CLIENT SECURITY VERSION 9.0.1.1000 msiexec /fvamus "\\be_exch_rke\Software\scs201_mr1a_scf_b1007_cd4\CD4\SCSClnt\symantec client security.msi"
  17. thanks guys, that worked!!!
  18. when I am installing XP, during the initial blue screen setup I get the following files cannot be found, I can hit Esc to bypass them, and everything seems fine. I just don't know what the files are... iac25_32.ax ir41_32.ax ir41_qc.dll ir41_qcx.dll ir50_32.dll ir50_qc.dll ir50_qcx.dll ivfsrc.ax any ideas???
  19. I have tried looking around, but I can't figure out how to install specific apps from Office 2003, say I just wanted to install Word and Excel, is there a way that you can use the resource kit to make an install with just those apps, and it removes all the other unneeded cab file...I've got about 200 megs of free space left and that's one of the only programs I can't think of that I don't have. Thanks!!
  20. I've done a search but came up empty. I thought I remembered someone saying that there is a way that you can do a switch to have the cancel button greyed out when installing programs such as nero or adobe reader. Can this only be done with inf files or can it be part of your standard bat file, thanks!!!
  21. I just installed my unattended XP cd with the Oemdriver paths, and as soon as the other applications started installing a "Found new hardware" dialog box popped up wanting me to search for drivers....it has never done this before until I attempted to install the drivers from the batch file, the system is a gateway 600yg2 laptop with an ATI radeon 9000. Below is my winnt.sif file. And Symantec Corporate 8.1 didn't want to install either... ----------WINNT.SIF----------- ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS OemFilesPath=".\$OEM$" ; Location of $OEM$ folder UnattendSwitch="yes" WaitForReboot="No" DriverSigningPolicy=Ignore OemPnPDriversPath="\Drivers\Video\AIW;Drivers\Video\LAPTOP;Drivers\Modem;Drivers\Intel_INF;Drivers\TP;Drivers\NIC" [systemFileProtection] SFCQuota=0 ;SFCDisable=2 [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [userData] ProductKey=REMOVED FullName="Dude" OrgName="Dude" ComputerName=* [TapiLocation] AreaCode=304 [RegionalSettings] LanguageGroup=1 [FavoritesEx] Title1 = ntfs.url URL1 = http://ntfs.org Title2 = <<spam>>.url URL2 = http://www.<<spam>>.net/ Title3 = bink.url URL3 = http://winxp.bink.nu/ Title4 = slashdot.url URL4 = http://www.slashdot.com/ Title5 = eweek.url URL5 = http://www.eweek.com/ Title6 = news.url URL6 = http://www.news.com/ Title7 = active.url URL7 = http://www.activewin.com/ Title8 = winbeta.url URL8 = http://www.winbeta.org/ Home_Page=http://www.yahoo.com Help_Page=http://support.microsoft.com Search_Page=http://www.yahoo.com/search/ie.html [COMPONENTS] accessopt=off autoupdate=off chat=off deskpaper=off dialer=off msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [shell] DefaultStartPanelOff = Yes [GUIRUNONCE] %systemdrive%\Install\batch_command.cmd %systemdrive%\Install\applications.cmd ------------------batch_command.cmd-------------- CLS @ECHO OFF @ECHO OFF MODE CON COLS=60 LINES=30 COLOR 0A TITLE Installing Applications CLS @echo off ECHO. ECHO. ECHO Removing Wallpapers. ECHO Please wait... DEL "%systemroot%\Blue Lace 16.bmp" DEL "%systemroot%\Coffee Bean.bmp" DEL "%systemroot%\FeatherTexture.bmp" DEL "%systemroot%\Gone Fishing.bmp" DEL "%systemroot%\Greenstone.bmp" DEL "%systemroot%\Prairie Wind.bmp" DEL "%systemroot%\Rhododendron.bmp" DEL "%systemroot%\River Sumida.bmp" DEL "%systemroot%\Santa Fe Stucco.bmp" DEL "%systemroot%\Soap Bubbles.bmp" DEL "%systemroot%\Zapotec.bmp" ECHO. ECHO Wallpapers deleted. ECHO. ECHO. ECHO Installing TweakUI 2.10 Powertoy COPY "%systemdrive%\install\PowerToys\TweakUI.exe" "%systemroot%\System32\" COPY "%systemdrive%\install\PowerToys\TweakUI 2.10 Powertoy.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\" ECHO. ECHO. ECHO Installing Task Switcher Powertoy ECHO Please wait... start /wait %systemdrive%\install\PowerToys\TaskswitchPowertoySetup.exe /s /v/qn ECHO. ECHO. ECHO Applying Registry Enhancements. ECHO Please wait... REGEDIT /S %systemdrive%\Install\regtwk.reg ECHO. ECHO. ECHO Registry Enhancements Complete. ECHO. ECHO. ECHO File installation's are complete. ECHO. ECHO. EXIT ---------apps.cmd----------------- CLS @echo off ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N ECHO. ECHO. ECHO Registering Nero Burning ROM... start /wait REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg ECHO. ECHO Installing Nero Burning ROM v6.0.0.19... start /wait %systemdrive%\install\Applications\Nero\setup.exe /silent /noreboot ECHO. ECHO. ECHO Installing WinRAR 3.20. ECHO Please Wait... start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s ECHO. ECHO WinRAR 3.20 Install Is Complete. ECHO. ECHO. ECHO Installing Symantec Antivirus Corporate 8.1 ECHO Please wait... start /wait %systemdrive%\install\Applications\sav\sav.exe /qn ECHO. ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\Applications\AdobeReader6\AR6.msi /QB ECHO. ECHO. CLS @echo off ECHO. start /wait %systemroot%\system32\shutdown.exe -r -c "Restarting the PC to Facilitate Changes" -t 45 -f ECHO. EXIT ------------------- EDIT: I am also getting the following errors if this helps "ie4uinit.exe DLL initialization failed" balloon popup message in taskbar beside clock once I get into windows. Acrobat Reader 6.0 error 1719, windows installer service cannot be accessed.
×
×
  • Create New...