December 14, 200619 yr Hi allNot quite sure if this goes here or networking please move if wrongAnyway my question is can I install UPNP useing Winnt.sifif not how can i install it unattened pleasethanks for helpSmartie91
December 18, 200619 yr What specifically are you referring to when you say UPNP?The services to be able to monitor your router and setup port forwards via UPNP are installed by default even on retail CD's.Is there some component under your NIC properties that you want installed?
December 18, 200619 yr Author hiyes I want UPnP installed to monitor my RouterI have to go into add and remove programs \windows components\network services to install UPnP each time I install xp how come yours is installed by default I am using XP pro Corpthanks for replySmartie91
December 19, 200619 yr I suppose Upnp is a part of sysoc.inf.I use this batch and file for installing/uninstalling some components:2 files- component.txt- component.cmdcomponent.txt[Components]Calc = OffFreecell = OnHearts = OnIndexsrv_system = OffMinesweeper = OnMsnexplr = OffMsmsgs = OffPinball = OnSolitaire = OnSpider = OnWMAccess = OffZonegames = OffBeacon = OnUpnp = OnOff: uninstallOn: installUpnp in red Beware ! It works for me however I'm not shure at all ! Anyone know the name of Upnp component in sysoc ? I'm not shure exactly (beacon or upnp or both or anything else ?)component.cmdSET load=%systemdrive%\installsysocmgr /i:%windir%/inf/sysoc.inf /u:%load%\component.txtI put these 2 file on mu UACD in OEM dir:$OEM$\$1\Install\component.txt$OEM$\$1\Install\component.cmdSo this 2 files will be automatically send to %systemdrive%\install during xp install.Runonceex.cmdsimply add something like this:REG ADD %KEY%\010 /VE /D "Suppressing/Adding Windows Components" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\component.cmd" /fIt'll execute component.cmd during first logon as usual, blabla...We should just find the name of Upnp components, and it's fine ^^Supposly:"Beacon = On""Upnp = On"In registry I can see that both of this 2 entries is activated (blabla_key=1)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Oc Manager\Subcomponentsbeacon: 1upnp: 1So I Suppose both of them should be executed by sysocmgr for installing Upnp components !But I'm not shure at all, but it works for me lol Edited December 19, 200619 yr by cyberyeye
Create an account or sign in to comment