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

Custom installation with option


1 reply to this topic

pavlacki

pavlacki
  • Members
  • 15 posts

Posted 11 October 2004 - 20:42

Hello,

I'm a newbies with installshieldX (and newbies in English too).

I must made an install setup with
[INSTALLDIR]folder1\filesA,filesA,filesB,filesC,....
[INSTALLDIR]folder2\ (empty)

during the installation I must show a dialog with radio buttons
I create a property CHOICE

radio button group = my property CHOICE
radio button1 : value = 1
radio button2 : value = 2

if r1, write in folder2, the files f1
if r2, write in folder2, the files f2.

what is the correct sequence to do it.
create a Organization tabs a components and feature
com1, condition CHOICE = 1
com2, condition CHOICE = 2

I made it, i create the dialog, select the property.
the installation seems good but folder2 is empty.

what must I do?



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 October 2004 - 07:51

Don't use conditions, use Control Events AddLocal and Remove respectively.
In your description you don't have any files that should install to folder 2 so it's no wonder the folder is empty.
Can you please explain which files you want to install to folder 2?