example: add host-side expanded substitutions file

- checks availablity of a working MSI tool (see #20 and #36)
This commit is contained in:
Ralph Lange
2020-04-30 09:34:04 +02:00
parent 157a7af098
commit 02c1c016c4
2 changed files with 11 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ DB += dbExample2.db
DB += dbSubExample.db
DB += user.substitutions
# Host-side expansion of substitutions file with MSI
DB += dbExample3.db
# If <anyname>.db template is not named <anyname>*.template add
# <anyname>_TEMPLATE = <templatename>

View File

@@ -0,0 +1,8 @@
# Example host-side substitutions file
file dbExample2.db {
pattern { user, no, scan }
{ "ralph", 4, "1 second" }
{ "ralph", 5, "2 second" }
{ "ralph", 6, "5 second" }
}