Hi all,
I've got this scenario that I just can't seem to find the right way to achieve.
I have a custom property that is tied to an edit box. Also a launch installed file action (starts an exe file) that in the arguments should use the value of the custom property.
The action however should be launched late in the installation, because it needs all the files copied, services installed and started.
However it seems like that this late at the installation this custom property can not be accessed, because it is blank in the argument that the exe receives. If I specify this property in the install parameters with some default value, the default value is used in the argument that runs the executable.
Does somebody known if what I am trying is actually possible and how can it be done?
Kind Regards