Thats the issue. We do use a Search Target Machine - Registry value:
(Name)= ACLocation Property = ACLOCATION RegKey = Software\Kofax Image Products\Ascent Capture\3.0 Root = vsdrrHKLM Value = EXEPATH
This registry value will be something like this:
C:\Program Files\AscentSS\ServLib\Bin
I really need to use this registry value because it could be different depending upon the specific installation of the main product, i.e.:
C:\Program Files\Ascent\ServLib\Bin D:\AscentSS\ServLib\Bin etc...
What I want to do is get this value, remove the "Bin" off the end and interpose something like, "Cap\MyApp", producing an install target like this:
C:\Program Files\AscentSS\ServLib\Cap\MyApp
So far, I haven't been able to find a way to do this within the .Net Setup Deployment Project. |