| env-directive: | (env | %) <ident> |
Replaces the directive with the value of the specified environment variable. If the environment variable isn't defined, it is replaced with an empty string.
[Setup]
AppName={#env MyAppName}
AppVersion={#%MyAppVersion}