>
> This is breaking a lot of my code. Also, the adobelibrary scripts are broken. Is adobe committed to these scripts - if not, why produce them?
>
> As seems to be the case for adobe products in the last few years, the ESTK continues to be a work in progress...
The way app specifiers have 'evolved' is a bit messed up.
'photoshop-11.032' for Vista32 and 'photoshop-11.064' for Vista64 is dumb, dumb,
dumb. Why is the fact that it's 32 or 64bit in the app specifier? Most of my
code does checks like 'app.version.match(/^11\.)' so I didn't really get bit by
this but I do have installation code that does have to distinguish between
Vista32/64. Using $.os or some other mechanism makes much more sense.
Adobe's apparent view of script portability for _their_ scripts is that they
provide scripts for a specific version of their products. If the scripts happen
to function with prior or subsequent releases, it's not intentional on their
part nor is it supported.
-X