Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    92

    Grin Detecting the Start Menu folder under Win NT/2000

    Does anyone know of a way to detect the Start Menu folder under NT/2000? Under Win 95/98/Me, I can use %WinDir%\Start Menu\Programs\My Program\My Program.lnk. For what I would like to do, this is the only place were I can reliably find a link to finish installation of our program.

    Thanks!

  2. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    Re: Detecting the Start Menu folder under Win NT/2000

    Hi,
    You could try reading in this registry value:
    "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\Cur rentVersion\Explorer\Shell Folders\Start Menu" That registry value should contain the path of the START MENU on all WIN OS's, I would test this to make sure but I know that it works properly on WIN 2000 and WIN 98.
    So simply use a READ FROM REGISTRY action to store the path in a variable, and then use that variable to access your shortcut.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

Posting Permissions

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