Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    2

    [Registry] installation version detection

    I'm posting here, because the Setup factory 6 topic is locked.
    HKEY_LOCAL_MACHINE
    SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{EEFB15EB-FE8B-47DF-A496-1C4D1420294A}
    "DisplayVersion"="1.0"
    Now I need to forbid the installation of the program if else than "1.0" version found in the registry. For example 1.2 or 1.3.
    Does anyone know how to do it?

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    I would add code to the "Startup" action event.

    The actions I would use are:

    Read From Registry
    IF (%RegVar% <> 1)
    Abort
    END

    Adam Kapilik

Similar Threads

  1. Setup Factory and VS 2005
    By vazir786 in forum Setup Factory 7.0
    Replies: 4
    Last Post: 01-13-2006, 08:47 PM
  2. Correct Version Detection
    By AXXESS in forum Visual Patch 2.0
    Replies: 30
    Last Post: 09-22-2005, 03:34 PM
  3. HOWTO: Add DirectX 8.1 Support to your Setup Factory 6.0 Installation
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-30-2002, 01:55 PM
  4. HOWTO: Detect Acrobat Version
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-22-2002, 04:01 PM
  5. INFO: Moving from the Trial Version to Commercial Version
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-07-2002, 08:52 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