VBScript(vbs) no longer runs on WIN11
Hi All,
I had a requirement to create a zip file in my Illustrator script for which I write a vbs script to file and execute it using the execute() method, this has been working fine so far but now on WIN11 the vbs does not work. This happens both for CC2022 and CC2021. On looking in the event log i see the following error
"The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}
and APPID
{15C20B67-12E7-4BB6-92BB-7AFF07997402}
to the user DESKTOP-8NV6RBL\manan SID (S-1-5-21-1432497791-1835572230-1186130413-1001) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool."
Looking up this error I find MS says it should not cause any issue(see here) but trying to fix the permissions(see here) I was able to get the script working. So this seems to be a permission issue that needs to be adressed at the Adobe end. Can someone verify this issue happening on their WIN11 machines as well. If it is then we could raise a bug request, my script is rendered useless due to this blocker.
P.S.:- I tried executing the vbs using ExtendScript as the engine and it worked so definitely something to do with Illustrator installation in my opinion.
-Manan

