Error C8047
InstallShield 2020 ยป InstallScript Language Reference
Message
'&' : can only take address of variable
Description
The compiler encountered an address operation on a constant or literal.
Troubleshooting Information
The address operator ( & ) can be used only with a variable.
See Also