Use Case
It can be desirable to provide instructions meant for non-administrator users for the custom configuration.
Besides the QDV What’s New note and On-line Help, you can access your own documents from File>Help.
The content must be located in the computer or in the web.
Configuration File to Drop into the Installation Folder
Name: Customers_Manual.xml
Three nodes are dedicated to the Whats'New notes:
▪CustomerWhatsNewMinor, with its address (complete path to target) and label (Text)
▪CustomerWhatsNewBeta, with its address (complete path to target) and label (Text)
▪CustomerWhatsNew with the number of times it appears.
Example (with in-line requirements):
<?xml version="1.0" encoding="UTF-8"?>
<CustomerManuals>
<CustomerWhatsNewMinor>
<paramAddress="C:\.....">a valid address</param>
<paramVisible="True">True or False</param>
<paramText="Your Minor">the name; max 11 characters </param>
</CustomerWhatsNewMinor>
<CustomerWhatsNewBeta>
<paramAddress="C:\...">a valid address</param>
<paramVisible="True">True or False</param>
<paramText="Your Beta">the name; max 11 characters </param>
</CustomerWhatsNewBeta>
<CustomerWhatsNew>
<paramRepetitionNumber="6">Nothing means: always, after the value it stops</param>
</CustomerWhatsNew>
<CustomerManual>
<paramText="My Manual A1">the name; max 11 characters </param>
<paramAddress="https://quick-devis.com/en/">a valid address</param>
</CustomerManual>
</CustomerManuals>
The fourth node is dedicated to a custom On-line Help.