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

    Unhappy Doubt in Inno Setup

    Hi People,
    I want to create a msi for my exe.So i choose inno setup software.
    Through this software i could specify the supported files, registry entries to be created and all by wrote the script.
    But i want to chech the existance of one registry key and act depends upon the result.
    Can anyone tell me how to acheive my goal.

    Thanks in advance.

    By
    Riyrse

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Doubt in Inno Setup

    Use "RegKeyExists" to do that.
    Regards,
    Ramkrishna Pawar

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