0
votes

In my script, there is a definition as (#define AppSize) -ignore brackets-.

This definition describes size of application which is installed.

But, my setup includes three applications and installations of these apps are optional.

I mean, if the user checks App A checkbox; App A will be installed. If the user checks App B...

So, how to set AppSize according to selected applications?

1
For what is that AppSize variable used in your script ? - TLama
I always use external compression and I write size manually to AppSize. For example, my app size is 10 MB. I write AppSize as #define AppSize "10". So, my checkboxes aren't in Components section. - DrakeMcCain

1 Answers

0
votes

You can look into my asked question here. For check box use component part and select size from there.