Error C8033
InstallShield 2024 » InstallScript Language Reference
Message
'text' : unsubscripted array
Description
The identifier that precedes the character or characters specified by text is an unsubscripted array variable. InstallScript does not allow references to a complete array structure. You must reference elements in the array individually.
Troubleshooting Information
Determine which element of the array you want to reference and indicate its position in the array with a subscript. The subscript must be placed within square brackets and positioned immediately after the array name.