I'm using the installer to update executables and OCXs already installed by another installer - so can't use real Patch feature.
I have several copies of the main executabe on my development PC so I don't want to use the file search method to locate the program folder.
The original installer sets the path in a registry value (whcih I can read with AI) like this:
C?\Program Files\Windmill Computing\vivID Card\vicapp12.exe
I need to replace the ? with a : and I need to strip off the \vicapp12.exe
I've got some VB Script to do this, but I need to do this after the AppSearch standard action. How can I get my custom action to fire? I'm setting the Execution Condition, Expression to 1 as this is what the logger says AppSearch returns.
Any help on firing the action and/or character replacement in VBScript much appreciated.