Category filter
Distribute Enterprise Apps (MSI) to Windows 10 devices
This article deals with the distribution of enterprise apps on Windows devices.
Enterprise apps are custom apps developed by an organization or a third-party to be used within the organization. These apps are also known as internal or in-house apps.
Since these apps contain proprietary business information, many organizations do not host these apps on public distribution channels (Microsoft Store for Windows devices). In such cases, they rely on enterprise app stores that can seamlessly deploy their internal apps within the organization.
Hexnode delivers its own enterprise app store to securely distribute any apps, whether store or internal, to the organization’s devices. In the case of Windows devices, administrators can now silently deploy enterprise (MSI) apps to the devices without compromising data security.
Add Enterprise Apps to Hexnode App Inventory
An enterprise app has to be first uploaded to the Hexnode app inventory before its distribution.
- Log in to your Hexnode portal.
- Navigate to Apps.
- Select +Add Apps > Enterprise App.
- Choose the platform as Windows.
- Provide the App Name.
- You can either upload with:
- MSI file: Click on Choose the MSI File and select a file from the system.
- From Manifest URL: Input the URL where the app resides.
Or
- Select an app category or input a new category by clicking on the + button.
- Provide a description for the application and click Add to upload the file.
- Next, specify the device location where the MSI file should be installed. For example, C:\Program Files.
- Click Add to upload the file.
Deploy the apps to target devices
The apps added to the app inventory can be distributed to the devices using the remote action or mandatory apps policy.
Install apps via Actions
Method 1
- Navigate to Manage > Devices.
- Click on the device.
- On the device summary page, click Actions > Install Application.
- Select the app.
- Click Configure to specify the installation settings.
- Click Install.
Install apps via Policy
- Navigate to Policies.
- Create a new policy with the New Policy button or select an existing policy.
- From Windows > App Management, select Mandatory Apps.
- Click on Configure and +Add button to either add an app or a group of apps from the app inventory.
- Select the required app(s) and click on Done.
- Configure the installation settings and click Save.
- Next, associate the policy with the target devices by navigating to the Policy Targets tab.
- Select the required Devices/Device Groups/Users/User Groups/Domains to which the policy is to be associated.
- Click on Save.
Installation Settings
For MSI apps, Hexnode enables you to configure various app installation settings during deployment.
- Enable logging: This setting helps you specify the default logging mode for the MSI app. Ticking this option enables the logging service, and the Windows Installer records the errors and events into logs on the device. The diagnostic data contained in the logs helps the user to troubleshoot in case if the installation fails.
- Log path: Specify the complete path (including the folder) for the output log file. Make sure the path you enter exists on the device. The log file creation fails if the specified folder is not present. You may include both the file name and format for the output log file. For example, C:\log.txt
- Force device restart after app installation: Upon successful installation, the system restarts automatically when this option is selected.
- Add command-line parameters: You can specify additional parameters by ticking this option. These are command-line parameters that help you modify the installation process and other related operations on the device.