Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2005
    Posts
    2

    Multiple Programs compiled into one EXE.

    I have several programs I want to compress into one exe. My goal is to have them run consecutively when I use the single exe. I also want the ability to choose which programs install.

    I can get the software together and I can get the software to install but I cannot seem to get it to let me choose which programs to install. I am by far no guru on this software and have kinda been learning as I go.

    Any pointers?

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    You should use a screen to let the user decide which program(s) to install. A Checkbox screen would work well:

    1) Create a checkbox screen
    2) configure your 4 buttons to represent different software titles.
    3) The real functionality of this screen is on the "actions" tab.
    4) Go to the "On Next" event and enter code similar to this:

    Code:
    if check01 then 
    -- execute program 1
    end
    
    if check02 then 
    -- execute program 2
    end
    Hope this helps.

    Adam Kapilik

Similar Threads

  1. Multiple directory structures within Autoplay exe
    By Phil Merry in forum AutoPlay Media Studio 5.0
    Replies: 11
    Last Post: 05-19-2004, 05:51 AM
  2. Run a VB exe File
    By gauravbr in forum Setup Factory 6.0
    Replies: 3
    Last Post: 01-10-2004, 06:07 AM
  3. Restarting programs
    By longe in forum TrueUpdate 1.0
    Replies: 0
    Last Post: 09-03-2003, 09:10 PM
  4. Install multiple programs
    By jerilyn in forum Setup Factory 6.0
    Replies: 1
    Last Post: 05-06-2003, 08:39 AM
  5. HOWTO: Make an Install that Spans Multiple CD-ROMs
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-11-2002, 03:36 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