Kiosk Mode Multi-App - Configure Allowed apps with dynamic folders
Hi,
I’m searching again help, but this time for the deployment of Kiosk Mode multi-application. At this moment I face an issue around an app where each time un update is performed a new subfolder is created for the new version folder;
Ex: C:\Program Files\MyApp\MyAppPlayer\app-1.1.0\MyExec.EXE
The “app-1.1.0” will be changed at the next update with a new specific number. According to what I’ve seen we can just declare the full path each time and the usage of wildcards seems not work, bellow all my tries:
Ex:
<App DesktopAppPath="%PROGRAMFILES%\MyApp\MyAppPlayer\app-?.?.?\MyExec.EXE" />
<App DesktopAppPath="C:\Program Files\MyApp\MyAppPlayer\app-*\MyExec.EXE" />
<App DesktopAppPath="C:\Program Files\MyApp\MyAppPlayer\app-..*\MyExec.EXE" />
<App DesktopAppPath="C:\Program Files\MyApp\MyAppPlayer\app-?\MyExec.EXE" />
At the deployment package, we didn’t face no error, and all seems to run well. However, after testing the application was not opened and we got the following error on AppLocker log, “%PROGRAMFILES%\ MyApp\MyAppPlayer\APP-1.1.0\MyExec.EXE was prevented from running”.
After that we have configured to few rules in the AppLocker > Executable Rules, however, without no evolution.
So my question is may we do something in order to handle this specific use case on the AssignedAccessConfiguration file ?
Thank you so much for your help.
Best Regards
Joao Fernandes