add missing paramter

This commit is contained in:
Mario Fetka 2016-09-07 17:26:06 +02:00
parent 515c75db6a
commit 83a4ccefc3
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,9 @@ DefVar $OLD_VERSION$
DefVar $OLD_CREATOR_TAG$
DefVar $OLD_RELEASE$
DefVar $language$
Set $language$ = GetProductProperty("language", "german")
Set $INST_SystemType$ = GetSystemType
set $INST_architecture$ = GetProductProperty("install_architecture","system specific")

View File

@ -26,6 +26,9 @@ DefVar $OLD_VERSION$
DefVar $OLD_CREATOR_TAG$
DefVar $OLD_RELEASE$
DefVar $language$
Set $language$ = GetProductProperty("language", "german")
Set $INST_SystemType$ = GetSystemType
set $INST_architecture$ = GetProductProperty("install_architecture","system specific")