Download/Copy IntuneWinAppUtil.exe to the root of your profile.
Create 2 folders for the app you are creating: i.e. GoogleEarth and GoogleEarth2
Download the application installer and place in the first of the two folders you just created: i.e. GoogleEarth
Create the .intunewin file
- Right click on IntuneWinAppUtil.exe, choose run as administrator.
- Type the source folder that you just placed the installer .exe into: i.e. C:\Users\Mbrantley\GoogleEarth
- Press Enter
- Type the setup file .exe: i.e. GoogleEarthProSetup.exe
- Press Enter
- Type the output folder: i.e. C:\Users\Mbrantley\GoogleEarth2
- Press Enter
- Type ‘N’ for no to specify catalog folder
- Press Enter
- It will now compile the .intunewin file in the output folder you specified above
Open Endpoint Manager from Admin: https://admin.microsoft.com Click Show All, then Click Endpoint Manager in the list on the left
Click on Apps in the left column.
Click on the appropriate platform that you are creating the application for (Windows, iOS, macOS, or Android).
Click Add and Choose the Windows app (Win32) choice in the dropdown menu.
Click Select
Click Select app package file
Click the folder icon on the right and browse to output folder from above to grab the .intunewin file that it created and click OK.
Rename the app in the Name field and fill in the Publisher.
Click Next
Install command: this is how you would install via command prompt i.e. googleearthprosetup.exe
Uninstall command: this can be found if you install the application on your own machine in the registry by opening Regedit.exe and going to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ and finding the application you just are looking for the uninstaller path. Once you find the application, copy what it is in the UninstallString by right clicking on the name and copying the Value Data: i.e. MsiExec.exe /I{F27DBA46-80E1-4858-9285-19198FFFBF3D}
Click Next
Operating system architecture: choose both options
Minimum operating system: choose top option: i.e. Windows 10 1607
Click Next
Rules Format: Choose Manually configure detection rules
Click Add
Rule Type: Choose File
Path: Find the path the .exe to launch the application: i.e. C:\Program Files\Google\Google Earth Pro\client
File or Folder: .exe filename: i.e. googleearth.exe
Detection Method: Choose File or Folder exists.
Click Ok
Click Next
Click Next
Click Next
Assignments page – if you know the security group that you want to add this application to you can assign here, or you can just click Next and can set it later.
Click Create.
Once you start the creation, it may take up to a few minutes before it finalizes the application.