Deploy any or all of the License file, the ExamWritePadSettings.json file, and/or the logo file during the MSI install as a command line property. This will mean that your provided file will be installed instead of the default one. You can use this to deploy your preferred settings to end-user machines.
Paths must be full paths, not relative ones, even for files in the same folder as the MSI file:
- GOOD: \\zserver\shared\examwritepad.json
- GOOD: Z:\shared\examwritepad.json
- BAD: examwritepad.json
- BAD: \shared\examwritepad.json
Parameters:
- LICENSEKEYFILE= (Followed by the full path and file name of the License file)
- SETTINGSFILE= (Followed by the full path and file name of the Settings JSON file)
- LOGOFILE= (Followed by the full path and file name of the logo file you wish to use on the start-up splash screen)
For example:
ExamWritePad.msi LICENSEKEYFILE=”\\ServerName\ShareFolder\license.lic” SETTINGSFILE=”\\Servername\ShareFolder\ExamWritePadSettings.json” /qn