NewsArchive
07-04-2007, 02:17 AM
I've just raised these questions on the SetupBuilder support webpage, but,
if someone can provide the answer here, more quickly, I'd be most grateful.
I'm VERY short of time and I need to do a number of things in a new Setup,
which I don't know how to do:
1: Can I put together a DIALOG which incorporates my choice of constants -
e.g. something like: "Welcome to the " & CHOOSE(#DELUXE# = "TRUE",
"Deluxe", "Standard") & "Edition ..." or do I need to produce separate
dialogs for each combination that my users can have?
2: Can I selectively delete the sub-directories or specified wild-carded
files within the folder that the user chooses for program installation? How?
With regard to this, can I test the size of a specific file to determine if
I can delete it and others related to it? How?
3: If I'm creating an if/elsif/../else set of dialogs (see question 1), what
is the quickest way for me to enter the subtly different information from
dialog to dialog
4: What is the minimal dialog-naming information I need to set up within the
dialog to be able to do the if/else logic?
Hope these questions are clear.
5: Can I test what a dialog looks like (or a sequence of them) without
compiling the setup?
Thanks in Anticipation, Warren
if someone can provide the answer here, more quickly, I'd be most grateful.
I'm VERY short of time and I need to do a number of things in a new Setup,
which I don't know how to do:
1: Can I put together a DIALOG which incorporates my choice of constants -
e.g. something like: "Welcome to the " & CHOOSE(#DELUXE# = "TRUE",
"Deluxe", "Standard") & "Edition ..." or do I need to produce separate
dialogs for each combination that my users can have?
2: Can I selectively delete the sub-directories or specified wild-carded
files within the folder that the user chooses for program installation? How?
With regard to this, can I test the size of a specific file to determine if
I can delete it and others related to it? How?
3: If I'm creating an if/elsif/../else set of dialogs (see question 1), what
is the quickest way for me to enter the subtly different information from
dialog to dialog
4: What is the minimal dialog-naming information I need to set up within the
dialog to be able to do the if/else logic?
Hope these questions are clear.
5: Can I test what a dialog looks like (or a sequence of them) without
compiling the setup?
Thanks in Anticipation, Warren