MakeSfnLfn() |
Many Windows Installer tables contain columns that require a filename to be specified in "8.3|long" file format or if the "long" format is also valid as an 8.3 filename you don't need the "8.3|" bit.
This function can be called to build such a string and takes these parameters:
All characters in both strings must only contain characters valid in a Windows Long filename (no "\", ":" characters etc).
EXAMPLE |
<$Table "Directory"> <$Row @Where="Directory = 'INSTALLDIR'" @OK='=1' *DefaultDir=^MakeSfnLfn("<$NewProductName>")^> <$/Table>