Creating an Intune Win32 App from a FlexApp One Application
To create an Intune Win32 app from a FlexApp One app, complete the following steps:
- Download
IntuneWinAppUtil.exetoC:\IntuneWinAppUtil- Place your FlexApp One application in a folder by itself.
- There is no need to create a catalog file.
- Do not have any other unnecessary files within the same folder as the FlexApp One binary.
- The resulting IntuneWin file can be uploaded to Intune.
- If your FlexApp One application is named
MyFlexAppOne.exe, run a command similar to the following:Copy"C:\IntuneWinAppUtil\IntuneWinAppUtil.exe" -c "C:\MyFlexAppOne" -s "C:\MyFlexAppOne\MyFlexAppOne.exe" -o "C:\IntuneWinFileOutputPath" -q
