Hi Community,
We are trying to deploy an application in one of our client environemnts. These devices are used by students and they are not local admins of their machines.(they are standard users). Their machines are shared devices.
The application (Sibelius 20.12) comes as an. exe package. Deploying to the System context doesn't work as the exe doest work when its run as SYSTEM.
Extracting the MSI and installing won't help as it will only install the base application without any prerequisites wrapped in the exe package.
So what we did was we tried to deploy the exe with the below command.
Install_Sibelius.exe /S /V" /qn /NORESTART /l*v c:\windows\Temp\AvidSibeliusx64.log"
But it fails with an error. (-2147024156)’
What options do we have here. ?