Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Posts
    20

    Grin Conditional File Download During Install

    My application has gotten quite large. Therefore, to minimize download time, I have some optional files that are not required for the program. (i.e. Help, Sample Data)

    I would like the user to download an initial install file, then during that install, be prompted to see what optional components they would like to download/install. Depending on their response, additional files would be downloaded and installed.

    Whats the best way to accomplish this?

  2. #2
    Join Date
    Nov 2002
    Posts
    33

    Re: Conditional File Download During Install

    Use a checkbox screen for them to pick which pieces they want. Using a series of IF statements examine the check values and conditionally execute the Download file HTTP action.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts