I've updated the WorkQueue Starter Script for IDimager to work with AfterShot Pro. In order to get it working I had to change the registry key from which the AfterShot exe-location is read since I couldn't find a corresponding key to the one used for B5 which was ('HKLM\SOFTWARE\Bibble 5\').
For now I am using 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\AfterShot Pro\DisplayIcon' which works on my Win7/64bit machine but might not be a general solution. I tried to read 'HKLM\SOFTWARE\Classes\AfterShot Pro Work Queue File\shell\open\command\' which seems to be the natural choice but this gives me unspecific errors upon reading the key with 'WScript.Shell.RegRead'. Tried it without trailing backslash and with 'command\Standard' and 'command\(Standard)' but failed miserably...
So if anyone else is interested in using this please give me some feedback on your results. Any ideas on how to correctly read the '...\shell\open\command' - key or better registry keys to obtain the exe-location are also highly appreciated.
Cheers,
Lars
