Hi,
I am writing an installation script for my application. What I need to do as part of the installation, if the user chooses to do that, is to load the license for the application. This can be done by running a command line program and passing in the correct parameters and the license file name.
However, I could not figure out how to do this using either a [Task] or [Run] entry. The command line program comes with me distribution, but I cannot call it with Exec() in my [Code] section since that program has not yet been installed in the user-selected target folder. I would also like to make this running conditional, so if the user decides not to load the license, the the task/run would not happen.
Any ideas to help me out?
Thank you!