External data packages

You can export your custom demo data or settings from LSOne database in a data pack file using the provided database tool.

Adding custom data packages to the installer

To add a custom data package to the installer, you need to add to the Files section of the installer the following line, or multiple lines if you want multiple data packages:

Source: "MyDataPackages\package1.xml"; DestDir:{#DATAPACKAGESFOLDER}; Flags: ignoreversion;

You need to replace the source path with your correct path containing your data packages. This example can also be found inside the installer script of the Site Manager.