Our software's installer program checks the PC to ensure the prerequisites (.NET framework, service packs etc) are already installed. It largely does this by checking for registry entries on the PC.
I've been asked to look into producing a webpage that could do the same job, inspect the PC and report back what software version they have/are missing.
Windows update is the nearest analogy I can think of.
However I'm at a loss as how to implement it, I'm coming at this as a non-web developer, looking for a way of calling our existing prereqs checking code from a web page and sending the results back to the page.
Many thanks for any pointers!