CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Sep 2004
    Posts
    236

    Arrow Is it possible to find out what programs are installed in the start menu?

    HEllo everyone, i've never used the WINAPI so I'm not sure if this will work or not...

    I know C++ pretty well but I was wanting to do the following:
    Find all the software installed on a system on the control pannel perhaps, and store all this information in a text file for later processing.

    Kind of like an inventory control keeping track of what software is installed on a system.

    I would then use PHP to read that text file and make it avaiable via a webpage.

    Is this possible with the WINAPI or should I look else where?
    Last edited by voidflux; May 14th, 2007 at 11:50 AM.
    Computer Science/Engineering
    @ PSU
    Co-oping with IBM's zSeries team! wee
    VS 2005.net
    http://www.personal.psu.edu/css204/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured