Hello,
I am rather new to Advanced Installer. My company is using version 10.7.1 in a project I maintain and we have just come to a customer requirement to pass an optional path parameter to the setup during silent installation. The parameter - if present on the command line - shell be used for creating a registry value out of its contents, however, after having made some custom processing on it. In short, if it is a path to a mapped network drive, the custom processing converts the path to a UNC path. If not present at all, the value for the registry defaults to the [SETUPEXEDIR] installer property. The custom processing and the creation of the registry entry are both carried out by an embedded tool we call once during initial installation currently passing the value of [SETUPEXEDIR] to that tool. Now I would like to conditionally pass the value of the command line parameter instead, if present.
Could you please provide me with an idea how I can implement this using Advanced Installer?
Thanks in advance.
Milen Tilev