How do I Install the Windows App in a Custom Location
A customized Windows installed is available on request. This is usually necessary when an installation at machine level is required, instead of per user account on the machine.
The main differences between the custom installer and the default installer are as follows:
- This installer accepts an installation path when running the .exe
- Automatic app updates are disabled
- A shortcut is created on the public desktop of the machine, which will place a shortcut on all user desktops
The installer will need to be run with a single argument defining the installation path, and the default installation location is the main drive of the machine.
Using command line with the 'InstallDir' argument will look something like this:

Note: The installer will need to be run as admin, or it may fail with a setup error message.
To update existing installations, simply download the latest installer and run it again, making sure to point it to the same installation directory where the app is currently installed by using the 'InstallDir' argument.
Related Articles
Enabling Location/GPS on Windows devices
GPS/location functionality is provided using Windows Location services, which must be enabled in order the app to access these services. The link below describes how to configure Location Services on Windows 10: ...
How do I check and/or install .NET Framework for my Windows app?
In order to run our Windows app on your device, you must ensure that .NET Framework version 4.7.2 or higher is installed. If you have kept your machine up to date with Microsoft's Windows Update service, then you likely already have the latest .NET ...
Location Field
TABLE OF CONTENTS Basic Properties Data Name Title Text Hint Text Desired Accuracy (Feet) Fast Capture Enable Address Lookup Hide Address Information Layout & Styling Field Layout Background Color Enable Selection from Map Display Map Type Validation ...
Mapping- Custom Layers
Mapping - Custom Layers With this feature, you can now add visualization layers from your GIS (Geographic Information System) to provide context and information to your users. The layer data must be provided in GeoJSON format. Once in GeoJSON format, ...
What are the Windows app installation requirements? (e.g., for enterprise deployments)
The Windows app requires Windows 7 (ideally running the latest Service Pack update), Windows 8 or Windows 10. We recommend using Windows 10 with the latest operating system updates installed. The app requires a minimum of .NET Framework 4.5.2, which ...