Hi,
We have successfully migrated the PowerBuilder application to Powerserver 2021 version. Now we need to package and deploy to the client (end users machine). For that we did the code signing of both cloud app launcher and pb.exe. Here the issue comes. when we deploy that in out test VM the apps getting installed in c:\Users folders under appdata --> PB Apps
But we are trying to push the could app launcher thru windows group policy and our automation team reject our request because as per policy the application which is installing out side the Program Files or Program Files (x86) can't be done through automation. The reason why we want to make this windows group policy automation process is. The end users doesn't have admin rights or any sort of rights to install the exe manually(so we decided to go with automation process)
Now my question is how we can change the installation path of cloud app launcher to program files in c:\
Thanks
Vignesh