Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Something Easy!

  1. #1
    Join Date
    Aug 2004
    Posts
    2

    Something Easy!

    Hi guys. Newbie here

    So,i have a simple question for you,but not so easy for me, cause i'm a begginer.

    I wanna have 2 programs in one setup....
    When the setup of the 1st program is finished,i wan't to be a yes/no messagebox with the text "Do you want to setup the 2nd(title) program?.If yes then proceed.If No,exit setup.

    Something like:
    yes\no message box,"Do you want to setup Unknown 2.3?"

    If button yes then
    setup
    else
    abort setup
    exit
    end if


    Thanks in advance!

  2. #2
    Join Date
    Apr 2001
    Location
    Haverhill, Suffolk, UK
    Posts
    360
    Many ways to do this depending upon whether program 2 is dependent upon program 1 finishing first. But simplest solution is to try:

    ACTIONS->SHUTDOWN (or AFTER INSTALLING)

    Add DIALOGS->YES/NO MESSAGEBOX [Enter relevant parameters]
    Add CONTROL STRUCTURE->IF
    Enter something like: %YesNoResult%=YES [in the condition box]
    Add OPEN/CLOSE PROGRAM->EXECUTE FILE [Enter command]
    Make sure that sequence of commands is correct i.e.
    YES/NO
    IF...
    EXECUTE...
    ENDIF

    John

  3. #3
    Join Date
    Aug 2004
    Posts
    2
    Thanks mate, i was doing the same but i was using install instead of execute.

Similar Threads

  1. Easy way to add numbers
    By RobbyH in forum AutoPlay Media Studio 4.0
    Replies: 11
    Last Post: 02-07-2003, 05:32 AM
  2. Easy Way to Reset all Variables....
    By kpsmith in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 01-10-2003, 01:40 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