>By the File System view, do you mean within Visual Studio in the Setup
>Project where it says "Application Folder"?
As you mention, that folder is the place where most of your installed
files will be stored.
>I didn't have a short-cut but I've
>created one now. I also specified "Project Output/Primary Output" as
>the item to have in the Programs Menu.
You should create a shortcut to that output in a sub-folder beneath
the "User's Programs Menu"
> I tried specifying the shortcut
>here but it seems Visual Studio auto-interprets this as the actual EXE
>anyway and I end up with the same Blah.exe listed in the Programs menu
>upon installation.
When I do it, the default name is "Shortcut to Primary Output from
xxxxx (Active)", and I can rename it to whatever I want.
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq
TyBreaker - 22 Feb 2005 08:18 GMT
> When I do it, the default name is "Shortcut to Primary Output from
> xxxxx (Active)", and I can rename it to whatever I want.
Ah thanks Dave. I had been duped by the Visual Studio IDE in this
instance. When I created my shortcut there, the "WorkingFolder" field
was defaulting to the "User's Programs Menu" instead of the "Application
Folder". I changed this and then it accepted my shortcut as pointing to
something and id the ight thing during the install. Thanks!