Month: February 2022
-
Intunewinapputil.exe
Some admins don’t realize this, but the folder you include for your Intunewinapp package includes all the contents of your folder. You can add your MSI or EXE along with config files or scripts. You can make your script the setup file. Have a script as your setup file and call the other files in…
-
Intunewin install as 64 bit
One thing that has been painful is packaging something as a Intunewin application only for it to install information in a 32 bit registry. The simple solution to this issue is adding a Powershell script to switch to 64 bit. As an example, installing the Configuration Manager client. Start-Process -FilePath “$ENV:WINDIR\SysNative\WindowsPowershell\v1.0\PowerShell.exe” -ArgumentList “-File “$PSScriptRoot\Install_MEMCM.ps1” ”…
