CS4 and CS6 on same PC, how to invoke InDesign?
We have been running CS4 Bridge on a PC on which InDesign CS4 is also installed. We have an HTML interface displayed in the top navbar interacting with javascript callbacks. This has worked beautifully for the past 2.5 years.
We recently installed CS6 on the same PC. There is now a problem with this line of javascript:
indesign.executeScript(scriptcontents);
Bridge returns an error message: "indesign is undefined"
Problem: According to the documentation, using "indesign" should cause the latest version to run. This is not happening.
If I change the line to: "indesign6.executeScript(scriptcontents);" it works by running InDesign CS4 (which is version 6).
Problem: If I change the line to: "indesign8.executeScript(scriptcontents);" it returns an error message: "indesign8 is undefined" !!! CS6 is version 8 so this should work.
Any ideas? How can I communicate with InDesign CS6?
Thanks.
