CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2011
    Posts
    18

    Arrow IShellAppManager

    Why can I not find where it is in my Vista with VS08 installed ?
    I also can't find the type libry to reference .

    Someone knows about this please hint.

    I look into shappmgr.h header but no such interfaces as IShellAppManager, IEnumInstalledApps etc are defined.

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: IShellAppManager

    Quote Originally Posted by HarryCummings View Post
    Why can I not find where it is in my Vista with VS08 installed ?
    Strange question. You should be able to search for Microsoft Visual Studio and find the installation folder. Usually Program Files for 32-bit and Program Files (86) in 64-bit Windows
    Quote Originally Posted by HarryCummings View Post
    I look into shappmgr.h header but no such interfaces as IShellAppManager, IEnumInstalledApps etc are defined.
    I am not sure what etc covers but IShellAppManager is not an interface defined by common Windows API.
    You can import IShellAppManager and other installation interfaces by importing from appwiz.cpl but why in the name of C++ would you want to do it?
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

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