$fbase(path)
The $fbase function returns the base name of the passed-in path, i.e., the file name without extension. If path is empty, the result is an empty string.
Windows Installer does not support symbolic functions; if you use this function
during an MSI build, you will get diagnostic message BLD:U0010
and the result is undefined.
All parameters may contain symbolic references; these are resolved before the function is applied. See Examples below.
Here are some usage examples for this function: