Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Using Objects in InstallShield 6


3 replies to this topic

sumita

sumita
  • Members
  • 18 posts

Posted 21 May 2004 - 09:47

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

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 21 May 2004 - 17:46

This is the right place, but any reason you choose to use Objects and a custom dialog instead of just regular components/file groups and the built-in SdAskOptions dialog?
user posted image

sumita

sumita
  • Members
  • 18 posts

Posted 24 May 2004 - 05:50

I need to use objects coz thats the requirment.Its more to standardise the projects ..and follows object oriented .could u please suggest the solution!!

sumita

sumita
  • Members
  • 18 posts

Posted 26 May 2004 - 09:22

Problem SOlved!!! I could do it as usual using the components! Thankz toco Bell smile.gif