I am new to InstallShield and i am trying to create my first installer. I have (i think) a couple of basic requirements that i am finding hard to obtain information one:
- Is there a way i can create a configuration file from which the installer reads information at the time of installation? These settings are unknown at the time of creation of the installer, and hence i cannot provide them. This needs to be a configuration file so that the values can be easily changed.
- Is there a way for me to copy files that i know are present on the user's system, but which are not part of the installation files, to a specified location?