Deploying Win32 App and using Env. Variables
Hi,
We are trying to deploy an application as a Win32 app, the script to install (a .cmd) references the env. variable for the Program Files folder – %programfiles% – however when this runs, we get the error that the agent cannot be installed in the C:Program Files (x86), this is expected behaviour for the agent as it must be installed in C:Program Files.
The variable ‘echoes’ out as expected on the PC, so why when installing via Intune does it resolve to the x86 path?
Hi,We are trying to deploy an application as a Win32 app, the script to install (a .cmd) references the env. variable for the Program Files folder – %programfiles% – however when this runs, we get the error that the agent cannot be installed in the C:Program Files (x86), this is expected behaviour for the agent as it must be installed in C:Program Files. The variable ‘echoes’ out as expected on the PC, so why when installing via Intune does it resolve to the x86 path? Read More