| Info |
|---|
| This article includes updates for Smart ID Desktop App 1.12.1. |
This article describes how to install Smart ID Desktop App.
| Note |
|---|
Smart ID Desktop App 1.12 and later are not available for download on Microsoft Store. |
| Expand | ||
|---|---|---|
| ||
| Expand | ||
|---|---|---|
| ||
NOte:
|
...
| title | Uninstall Smart ID Desktop App |
|---|
...
- Download the Smart ID Desktop App uninstall tool from Nexus Support portal.
To uninstall Smart ID Desktop App, run the Smart ID Desktop App Uninstall.exe file.
Warning: Uninstalling the Smart ID Desktop App using this uninstall tool will keep a backup of the metadata and settings, but it will remove the relevant VSC slots, rendering the profile metadata invalid
| Expand | ||
|---|---|---|
| ||
When you upgrade Smart ID Desktop App, all the metadata, including any existing profiles, are preserved. Note: Administrative rights are required to upgrade the Smart ID Desktop App for all users.Smart ID Desktop App will upgrade itself every time you run a new version of the installation .exe file, and restore the metadata and settings. No additional upgrade steps are required. |
Troubleshooting
...
| title | Verify Smart ID App installation |
|---|
Use the following command to verify that the app was provisioned correctly (requires elevation):
| Code Block | ||
|---|---|---|
| ||
Get-ProvisionedAppxPackage -Online | Where-Object {$_.PackageName -match "nexustechnology"} |
...
| title | Log files location |
|---|
To find the log files:
- Open the Event Viewer in Windows.
- Go to Applications and Service Logs > Microsoft > Windows > AppXDeployment-Server.
- There you find Microsoft-Windows-AppXDeploymentServer/Operational which contains the events.
In addition, an installation or uninstallation log file will be generated on the desktop of the administrator user installing Smart ID Desktop App. It will have the name of the executing file with the -log suffix.
To redirect the log file to another file use the following command:
| Code Block | ||
|---|---|---|
| ||
"Smart ID Desktop App-<version>.exe" /l*v! "filename" |
The redirection applies on uninstalling as well, for example:
| Code Block | ||
|---|---|---|
| ||
"Smart ID Desktop App Uninstall.exe" /l*v! "filename" |
"filename" can either be a file name, where a log file will be created to where the installation file resides, or a fully path qualified file.
If the user does not have access to the path and/or the file, the following message will appear:
This can happen for an administrator as well, if they use a path to a user profile, as they do not have access to it by default.
| Expand | |||||
|---|---|---|---|---|---|
| |||||
If a user has clicked uninstall via start menu, an administrator can register the app for the user again with the following command:
This will register the application if the user uninstalls the application from the start menu, as this will only remove the registration for the user. If that fails, try installing the application using the installation .exe file again. The log file produced should contain relevant information if the installation fails. |
...
| title | Uninstall older versions of Smart ID Desktop App |
|---|
The ultimate package command to completely remove any version for all users:
| Code Block | ||
|---|---|---|
| ||
Get-ProvisionedAppxPackage -Online | Where-Object { $_.DisplayName -Match "NexusTechnology" } | Remove-ProvisionedAppxPackage -Online -AllUsers |
...
| Child pages | ||
|---|---|---|
|