Jump to content

Recommended Posts

Posted

Hi all

Not quite sure if this goes here or networking

please move if wrong

Anyway my question is can I install UPNP useing Winnt.sif

if not how can i install it unattened please

thanks for help

Smartie91


Posted

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?

Posted

hi

yes I want UPnP installed to monitor my Router

I 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 Corp

thanks for reply

Smartie91

Posted (edited)

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.cmd

component.txt

[Components]Calc = Off

Freecell = On

Hearts = On

Indexsrv_system = Off

Minesweeper = On

Msnexplr = Off

Msmsgs = Off

Pinball = On

Solitaire = On

Spider = On

WMAccess = Off

Zonegames = Off

Beacon = On

Upnp = On

Off: uninstall

On: install

Upnp 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.cmd

SET load=%systemdrive%\install
sysocmgr /i:%windir%/inf/sysoc.inf /u:%load%\component.txt

I put these 2 file on mu UACD in OEM dir:

$OEM$\$1\Install\component.txt

$OEM$\$1\Install\component.cmd

So this 2 files will be automatically send to %systemdrive%\install during xp install.

Runonceex.cmd

simply add something like this:

REG ADD %KEY%\010 /VE /D "Suppressing/Adding Windows Components" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\component.cmd" /f

It'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\Subcomponents

beacon: 1

upnp: 1

So 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 by cyberyeye

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...