Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    3

    Install dir from registry (symbols " ")

    How obtain installer directory, when registration key includes symbols " " ?

    example:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\"Title in one's program"_is1]
    "Inno Setup: App Path"="c:\\....."
    ------------------------------------------

    Registry.GetValue(HKEY_LOCAL_MACHINE, "\\SOFTWARE\\...Uninstall\\"Title in one's program"_is1", "Inno Setup: App Path", true);

    Like that is this written in register!!!


    Accordingly what script me write out near installation program existing paths at the system, who extract from register?
    What I am found in forum, so nothing doesn't work.


    Thanks

  2. #2
    Join Date
    Apr 2001
    Location
    Haverhill, Suffolk, UK
    Posts
    360
    Try

    Code:
    Registry.GetValue(HKEY_LOCAL_MACHINE, "\\SOFTWARE\\...Uninstall\\\"Title in one's program\"_is1", "Inno Setup: App Path", true);
    Note the extra escape sequence \ before each of the "

    John

Similar Threads

  1. [REQ]Create install dir from registry
    By Jamez in forum Setup Factory 7.0
    Replies: 4
    Last Post: 11-28-2006, 12:46 AM
  2. Setup Factory and VS 2005
    By vazir786 in forum Setup Factory 7.0
    Replies: 4
    Last Post: 01-13-2006, 08:47 PM
  3. HOWTO: Download and Install Files from the Web
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-23-2002, 01:16 PM
  4. HOWTO: Limit the Number of Times an Install can be Run
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-17-2002, 02:58 PM
  5. Install Condition from Registry?
    By JRDixey in forum Setup Factory 5.0
    Replies: 2
    Last Post: 03-26-2001, 02:46 PM

Posting Permissions

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