pref("scenari.tools.oo.dirMode", 1);
pref("scenari.tools.oo.embed.path", "OOo\\program");
ProductKey=oo${app.name}${app.version(major)}.${app.version(medium)}
UserInstallation=$SYSUSERCONFIG/${app.publisher}/${app.profile(name)}/OOo
${vBaseName}
!define APP_NAME "${app.name}"
!define APP_NAME_FULL "${app.name} ${app.version(major)}.${app.version(medium)}"
!define APP_VERSION_MAX_MED "${app.version(major)}.${app.version(medium)}"
!define APP_VERSION_FULL "${app.version(full)}"
!define APP_VERSION_FULL_F "${app.version(full).f}"
!define APP_INSTALLPATH "${app.name}${app.version(major)}.${app.version(medium)}"
!define APP_UID "${app.profile(name)}"
!define APP_PROFILE "${app.profile(name)}"
!define APP_PUBLISHER "${app.publisher}"
!define APP_URL "${app.url}"
!define APP_DESC "${app.description}"
!define TS "${ts}"
!define SCAPP_RES_PATH "${app.res.path.escape}"
!define SCAPP_SRC_PATH "${scapp.src.path.escape}\_win"
!define NSI_LOCALES_PATH "${nsi.locales.path.escape}"
!define OUTPUT_PATH "${releasedir.escape}"
!define LANG_EN "${nsi.lang.en}"
!define LANG_ES "${nsi.lang.es}"
!define LANG_FR "${nsi.lang.fr}"
!define APP_EMBED_OO "${app.embed.oo}"
!define PRODUCT_LICENCE "${SCAPP_SRC_PATH}\license.txt"
!define MUI_WELCOMEFINISHPAGE_BITMAP "${SCAPP_RES_PATH}\instbkgnd.bmp"
!define MUI_ICON "${SCAPP_RES_PATH}\install.ico"
!define MUI_UNICON "${SCAPP_RES_PATH}\uninstall.ico"