Jump to content

ykolomiyets

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by ykolomiyets

  1. I'm using SUS because that's the way we roll updates to the users on the network, and a far as i know that's the only trully unattended way to do it. that thing only takes packaged updates from MS, so there's no way to run update with switches of an unpacked installation. i didn't manage to put the package back togeter with RAR, Power Archiver or any other, so i'm still looking for SFXCAB.EXE and hoping that it would work. Thanks
  2. Does anybody know where i can get SFXCAB.EXE? as far as i understand this is the program used to package new hotfixes (type 1)/service packs. IExpress is the older program to create cab sfx archives and it's icluded with XP. but there's no mention of sfxcab.exe anywhere? i can open SP2 with power archiver, but it doesn't let me add files because it says that it is a solid archive. even if i got it to work i would (probably) lose the digital signature of the file. what i'm trying to do is repackage SP2 with custom netfw.inf files so that i get firewall settings with the install through SUS. ideas anyone? i'm all out. Thanks, Yuri
  3. New update from M$ Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB867801) http://www.microsoft.com/downloads/details...&displaylang=en
  4. Use that in a batch: put the inf file in <PATH> and required files in <PATH>\i386. it will not install netmeeting, just will copy the files needed for update. %WINDIR%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 <PATH>\msnetmtg.inf
  5. Download Link for Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 (KB842773) http://www.microsoft.com/downloads/details...&displaylang=en somehow i couldn't find it on the windows corporate update, so here's the link for people who have the same problem.
  6. set both timeouts to the same value.
  7. 835732 needs Netmeeting, actually only three files from it. if you removed netmeeting to reduce the size of source (like i did) here's the inf file to put it back: call it msnetmtg.inf [version] signature="$CHICAGO$" LayoutFile=layout.inf SetupClass=BASE [DefaultInstall] CopyFiles = NetMtg.Install.App [NetMtg.Remove] DelFiles = NetMtg.Remove.App [DestinationDirs] NetMtg.Install.App = 16422,%NetMtgDir% NetMtg.Remove.App = 16422,%NetMtgDir% [NetMtg.Install.App] MST120.DLL nmcom.dll callcont.dll [NetMtg.Remove.App] MST120.DLL,,,1 nmcom.dll,,,1 callcont.dll,,,1 [strings] NETMTGDIR = "NetMeeting" cab it along with the three files that it needs from the original CD: callcont.dll, mst120.dll, nmcom.dll, put them all back in i386. works fine. if you trying to fix already installed machine, copy the files into %programfiles%\Netmeeting. that will give you a windows file protection error (not sure why it still does it on a machine with WFP turned off). so you can use inf file above to intall those. it will prompt you for location if you don't put them in i386 subfolder. hope this helps.
×
×
  • Create New...