Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: Need a tip

  1. #1
    Join Date
    Feb 2006
    Posts
    2

    Need a tip

    Well, it is something very simpe: we need Setup Factory to read the registry to find a specific folder for the install. It is probably very easy but I didn't find how to do this yet.

    The registry key to read is:
    HKEY_CURRENT_USER\Software\Blizzard Entertainment\Starcraft

    Any help would be more than appreciated.

    Thanks much!

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Try this:

    Code:
    result = Registry.GetValue(HKEY_CURRENT_USER, "Software\\Blizzard Entertainment\\Starcraft", "MyValue", true);
    But you will also have to fill in the "MyValue" with the proper name of the key.

    Adam Kapilik

  3. #3
    Join Date
    Feb 2006
    Posts
    2
    Ok sorry for the stupid question but where do I need to add this exactly?

    Thanks a lot.

  4. #4
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    If you are going to be setting the target install folder using this value then you should put it in the "On Startup" action event.

    Adam.

Similar Threads

  1. Object Plugins - 'tool tip' display - on focus
    By SUF6NEWBIE in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 11-10-2004, 11:13 PM
  2. TIP: Another acronym...
    By Intrigued in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 09-02-2004, 08:09 AM
  3. Object Plugins 'tool tip' query
    By SUF6NEWBIE in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 04-28-2004, 10:45 PM
  4. tool tip on the video template buttons
    By charwell in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 10-28-2003, 10:13 AM

Posting Permissions

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