|
|
|
|
- Overview
- How to?
- Copying the generated application onto a tablet
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc.) in an archive in order for the application to be deployed on a Windows 10 phone or tablet or on a Windows 10 PC in "tile" mode and to be distributed. When generating the application, if you have chosen "Generate and deploy the application on the local computer", the application can be directly installed on a Windows 10 tablet. For more details: Copying the generated application onto a tablet To run the test of the generated application on a Windows 10 tablet, you must perform the following operations: - Generate the application by choosing "Generate and deploy the application on the local computer" in the wizard.
- Open the EXE directory of the project. a <ProjectName>.appxbundle file was generated.
- Transfer this file onto the tablet (via a USB key for example).
- Install (if necessary) the certificate that was used to generate the application.
- To export the certificate from the certificate manager:
- Press [Windows] [F] and enter "Certificate".
- Click "Manage the computer certificates". The certificate manager is opened.
- Select the "Trust root certification authorities" directory.
- Select the requested certificate.
- Open the context menu of the certificate and select "All the tasks .. Export".
- The export wizard starts.
- To install the certificate:
- Copy the ".cer" file to the tablet.
- Right-click to open the context menu of the file and select the "Install certificate" option. The certificate import wizard starts.
- In the wizard, select the storage location: "Local computer". Click "Next".
- Select "Place all certificates in the following store".
- Click the "Browse" button and select the "Trust root certification authorities" store.
- Click the "Next" button until the end of wizard. A message is displayed, indicating that the import was successful.
- Open the PowerShell interpreter in administrator mode. To do so, in Windows 10:
- Display the search menu via [Windows] + [C].
- Click "Find".
- In "Applications", enter "Powershell".
- Right-click the "Windows PowerShell" result.
- In the lower section of the screen, click "Run as administrator".
- In the PowerShell interpreter, enter the following command line:
Add-AppxPackage "<Full package path>"
In this code, <Full package path> corresponds to the name of the <ProjectName>.appxbundle package. - The tile corresponding to the application appears and the application can be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|