This article consists of two parts: The first part describes how you can deploy software or script to remote Windows 7, 8 and 10 device(s) using Miradore. This part assumes that you have already added the app to Miradore. The second part of this article explains how you can add new software or scripts to Miradore.
Device users do not need to interact with installers or even have administrator privileges on the devices, because Miradore can perform all actions silently in background.
Before you start
You will need the installation media (setup.exe, setup.msi or similar) for each software that you want to deploy remotely to your Windows computers with Miradore.
For the .exe files you will also need to know the command line parameter which runs the software automatically/silently without user interaction. The parameter varies by software manufacturers and you can usually find it from their documentation.
Requirements
- Enterprise plan of Miradore
- This feature is supported for Windows 7, 8, and 10 devices that are enrolled in Miradore
How to deploy apps or scripts to Windows devices
You can deploy apps/scripts to Windows devices from the Devices page, Applications page or through an individual device page.
Just select the devices where you want to deploy the software and choose Deploy > Application from the page toolbar. This will start up an application deployment wizard which shows you all applicable deployment options.
You can follow up the application deployment from Management > Action log page, or at the Device page.
Adding new software or scripts to Miradore
Before you can distribute an app or script, you need to add it to your Miradore site. After that, you can deploy it to as many of your Windows devices as you want.
1. Go to Management > Applications page on your Miradore site, and click the Actions > Add button from the page toolbar.
2. Choose Windows.
3. Select application type.
Advanced is the recommended way to add Windows software or scripts to Miradore. It supports 64-bit Windows 7, 8, and 10 devices that have a Miradore Online Client 1.1 (or newer) installed.
- The Management type column on the Devices page shows you, which devices have a Miradore Client installed. Client is also present if the column value is Both.
- Advanced is the only applicable distribution method for Windows 10 Home devices, but you might need to install Miradore Online Client to the Home devices manually.
MSI method supports 32- and 64-bit Windows devices that are managed with Miradore’s built-in MDM profile. It lets you add only applications that are installed using Microsoft installers.
4. On the next step of the wizard, you are asked to enter basic information regarding the deployment.
Name of the software/script on Miradore platform.
Description of the software/script.
Media type: Upload the software installation media or give a link where Miradore Client can download the setup media during the installation. In the Advanced wizard, you can also choose No media which is suitable for running scripts on your devices.
The following configurations options depend on the selected media type.
Uploaded file: Use the select button to upload the software installation media or script to Miradore.
- If you upload an EXE file, make sure that the file name doesn't contain any white spaces. You also need to define the silent installation parameter into the Command line field. You can usually find the parameter for the silent installation from the software manufacturer’s documentation.
- You can upload multiple files as a .zip package in case you want to pass a configuration file with the installer to Miradore. Miradore Client extracts the .zip package to a temporary working folder on the target device during the deployment and removes the files immediately after the installation.
- Every Miradore site has a quota limit of 5 GBs for the file uploads. If you need more space for storing your apps, contact our support team and request for more space.
Command type: Choose Install MSI if the uploaded file is a Microsoft installer file (.msi). For other software setup files (.e.g. .exe file) choose Execute application. With the Execute command and Execute PowerShell options you can tell Miradore Client to run either a CMD command or a PowerShell script on the device.
Command line: The Effective command line field shows the CMD command that will be executed on the target device when you deploy the application to a device. You can use this Command line field to modify the effective command. Always remember to specify the silent installation parameter for the .exe files, because otherwise the deployment of EXEs will fail.
Success return codes: Check from the manufacturer’s documentation the return codes of a successful software installation and enter them here. When entered correctly, Miradore is able to better track the deployment status. You can add multiple success return codes by separating them with commas, and you can also add ranges using a hyphen like “0, 200-203, 3010”.
Required free disk space (MB): Specify here, in megabytes, the amount of free disk space needed for the deployment.
Effective command line field shows the CMD command as it will be executed by Miradore Client on the target device(s).
External URL
URL field defines the full URL address where Miradore Client can download the application or script file when its deployed to a target device.
File name: Miradore Client downloads the file specified in the URL field and saves it to the target devices with the name from this field. After the installation, the file will be automatically removed from the device.
MSI: File upload
Uploaded file: Click Browse and select here the installer file that is used to install the desired software. The maximum supported file size is 200MB.
Command-line options: Here you can enter the application specific command-line options for the software installation. Check software vendor specific documentation for more information about the command-line options.
Install to all users: This selection defines whether the software will be installed for all users of the device or just for the one who is logged in at the time of the installation. Notice that the software deployment will fail with "Access denied" error code, if you choose to install the software only for the logged in user but there is nobody logged in when the deployment is attempted.
Description: Free text field for describing the software.
Retry count: How many times Miradore should attempt the software installation in case the deployment would fail? The installation will be marked as failed if the deployment doesn't succeed with the specified number of retries.
Retry interval: How soon Miradore should try to redeploy the software after a failed installation attempt? Define in minutes.
Timeout: Amount of time, in minutes, how long the installation process can run before the installer considers the deployment as failed.
MSI: External URL
MSITool serialized data: Download Miradore's MSITool. Start up the tool on your computer and choose the installer of your desired software to the File path field using the Browse button.
You will notice that the tool resolves you all details about the given installer file. Only thing you need to add is the URL address to the place where the installer file is hosted. Enter the file address to the Url to MSI package field.
After that, you can configure Command-line options, Install to all users, Description, Retry count, Retry interval and Retry timeout if you want. See the description of these fields above.
Copy the serialized file information from the MSITool using the Copy button. Paste the data into the MSITool serialized data field on Miradore and click the gray Decode MSITool data button. This will auto-fill rest of the configuration fields based on your selections in the MSITool.
Please send comments to contact@miradore.com.