Yes, there is a way to install the licence automatically as a part of the configuration:
- Download this zip archive with a config template.
- Extract the CONFIG.XML file, open it in any text editor like Notepad, and insert your licence key where indicated.
- Place ramdisk_setup.exe and CONFIG.XML in the same folder, and launch it with this command
ramdisk_setup.exe /SILENT /CONFIG=CONFIG.XML
I recommend trying these steps in a test environment first, to make sure everything works well.
Just in case, here is the CONFIG.XML file contents:
<?xml version="1.0" encoding="utf-8"?>
<ramdisk>
<config>
<useraccess>true</useraccess>
<locallinks>false</locallinks>
<trayicon>true</trayicon>
<license>
INSERT LICENCE KEY HERE WITHOUT BOUNDARY MARKERS
</license>
<alloweject>true</alloweject>
</config>
<mount/>
<autorun/>
</ramdisk>