Hi.
I am in process of evaluating the software and I am trying to create a simple text file at the end that will contain the absolute installation path of one of the components.
Let’s say the project has 3 components:
Component 1
Component 2
Component 3
The user can specify where each component is installed.
After the installation, I want to create a file called LinkWindows and in it, I want to write the absolute installation path of Component 3 if it was installed by the user. I know that I can use the %DESTPATH% variable, but how will the installer know which of the 3 component destination paths to use? They all have %DESTPATH% variable, don’t they?
Your help is much appreciated. Thank you!