Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2008
    Posts
    3

    Huh? Need Help for creatingsoftware installer bundle

    Hai Friends....................
    iam crating software installer bundle in AMS 7.5 I need little Help


    In my project page , there is 3 combo boxes, my problems is fist user select an item from combobox1, then combo box 2 should display some items as per the selection in combo box 1


    That is Combo box 1 contains following items......

    Anti virus & Security
    Essentials
    Multimedia
    Tools
    Utilities
    Misc



    if user select ' Essentials" in Combobox 1 ,then Combobox 2 should display following items


    Flash Plugin
    Irfan View
    Java Run time

    Like this, for " Multimedia" Combobox 2 displays

    Gimp
    VLC Player
    KM Player



    If user Select "Irfan View" in Combobox 2 then Combobox 3 displays as follows...

    Irfan View 2.0
    Irfan View 3.0

    And finally when go button pressed a EXE file executed as per the selection in Combobox 3




    How can i do this..... pls help me...... iam also attaching project screen shot....
    Attached Images

  2. #2
    Join Date
    Dec 2008
    Posts
    3

    Star Multiple Combobox ... pla help...

    Am a Newbie... So i requested 2d Help... But still now more than 60 views but not any single help................ [Forum ?????????]

    Anway i solved d problem partially with if... else conditional statement...it take more than 100 lines of script.... but still i need help......

    Also i,ve another doubt.....

    In AMS is there any script corresponding 2 d "Switch case "" statement in C... can i use Switch case statements in AMS

  3. #3
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by betaboy07 View Post
    In AMS is there any script corresponding 2 d "Switch case "" statement in C... can i use Switch case statements in AMS
    You'll only annoy people by being impatient. The forum is a place where people make a comment or contribution if they feel like it.

    As far as switching cases is concerned, this link says it all.

    You can convert a string to upper or lower case using String.Lower(strname) and String.Upper(strname) but obviously that isn't what you are after.

  4. #4
    Join Date
    Dec 2008
    Posts
    3
    Ok longedge................... and thanx 4 d Help .....................

    But Wat abt multiple comboboxes in a page.....

  5. #5
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by betaboy07 View Post
    But Wat abt multiple comboboxes in a page.....
    I've never done it but I'd think along the lines of populating the 'slave' comboboxes dynamically. In the 'master' combobox, on select check to see which item has been selected and then populate the second one accordingly and so on and so on.

  6. #6
    Join Date
    Aug 2003
    Posts
    2,427
    Given that a menu would probably be better for this sort of thing, have a look at this example to see if it gives you any ideas.

Similar Threads

  1. Dependency Module: Windows Installer (MSI) 4.5
    By venky in forum MSI Factory 2.0 Examples & Modules
    Replies: 6
    Last Post: 01-24-2012, 04:17 PM
  2. MSI Factory 2.0 Eases the Development of Software Installer Packages
    By Ted Sullivan in forum MSI Factory 2.0 Discussion
    Replies: 0
    Last Post: 05-07-2008, 02:35 PM
  3. Press Release: Setup Factory for Windows Installer
    By Ted Sullivan in forum MSI Factory 2.0 Discussion
    Replies: 0
    Last Post: 06-04-2007, 02:21 PM
  4. Press Release: Setup Factory for Windows Installer
    By Ted Sullivan in forum Announcements & News
    Replies: 0
    Last Post: 06-04-2007, 02:21 PM
  5. INFO: Setup Factory and the Windows Installer
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-22-2002, 10:38 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