Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    1

    Installing multiple products

    Hi,

    I have been trying to create an installer that will run one of 8 product installer files depending on the user choice. The user selects their choice by radio button and depending on the radio button variable, an action should launch the installer file for the product they have choosen.

    I included an action:

    IF (%RadioSelection%= %CID%)
    Execute (%SrcDrv%\individual_installers\setuprei.exe)
    END IF

    This is a "before installing" action. Am using SF 6.0.1.0


    I make the radio button selection and the installer seems to hang. What am I doing wrong?

    Thanks in advance for your help,

    Frank

  2. #2
    Join Date
    Jan 2002
    Posts
    83

    Re: Installing multiple products

    well your problem is related to putting the cart infront of the horse.

    so:
    1. u have 8 products and
    2.you have created 8 exe files. and
    3.u use radio buttons to select the correct exefile

    HOPE U HAVE PUT ALL THE ACTIONS IN THE "after installing" section of the SCREEN. Most probably it is in the actions sections.

    check,and make sure your actions are executed after the choices are made.

    dan

Similar Threads

  1. rename multiple files
    By jenny62 in forum Setup Factory 6.0
    Replies: 1
    Last Post: 04-13-2004, 01:25 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