Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lex Nastin 744f0b4006
Update README.md
4 years ago
..
common Add source files 4 years ago
idl Add source files 4 years ago
inc Add source files 4 years ago
sample Add source files 4 years ago
udhdiag Add source files 4 years ago
udhisapi Add source files 4 years ago
upnpcont Add source files 4 years ago
upnphost Add source files 4 years ago
upnpreg Add source files 4 years ago
utl2idl Add source files 4 years ago
dirs Add source files 4 years ago
readme.txt Add source files 4 years ago
setup.bat Add source files 4 years ago

readme.txt

How to get UPnP device host up and running
Mason Bendixen
Sep 25, 2000

This is the beginnings of how to install the UPnP Device host. This is some onetime work that needs to be done.

1. Install IIS
2. Create a virtual directory off of the root called upnphost (C:\upnphost is used by setup.bat)
3. Give said virtual directory execute permissions and full process isolation
4. Copy setup.bat to a test machine (file assumes it will be on e:)
5. Map the given network drive to the drive on your dev machine with your source tree
6. Change setup.bat's path (m:\nt2) to point to the correct location
7. Install UPnP client stuff (for SSDP)

This is what needs to be done to get fresh binaries:

1. Disconnect debuggers attached to udhisapi.dll and upnphost.dll
2. Restart IIS
3. Run setup.bat

Yeah this is rough, but think of it as a character building experience until we have a real install program. If you have any suggestions either let me know or change the files yourself.

Thanks
Mason