Author Topic: Creating object to instal diff application  (Read 605 times)

Offline sumita

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Creating object to instal diff application
« on: May 21, 2004, 12:35:57 AM »
I am using installshield professional 6.3 . My problem is of writing the scripts.
I am not sure if this is the write place to post the problem.IT would be REally great if u solve my problem.

NOw i have three exe files(lets say a.exe,b.exe,c.exe)
i want to use objects to install these files.
i created objects for a.exe and b.exe using the wizard.
now i have c.exe which i include in my main projects and included the objects of a.exe and b.exe in this project for instatllation.
Now i create a custom dialogbox where in i give the checkboxes options as
1.Only a
2.Only b
3.C only
4.ALL
and now i want to install the exe files according to the selection/s..
How do i do it??
could u send me a sample code so that its easy for me to understand.
Thank u