I'm using InstallShield 2015, but I don't think that's key for this ICE03 warning, which comes from an MSI validation step at the end of the build. The same warning, I see from other posts, comes in WiX builds with long values in the MSI. It's occurring because I have a Custom Action defined to set a property to a long value for the purpose of providing many other property values to another custom action. (The list of property names I am including is longer than 255 characters.)
I know this is only a warning, and I can theoretically ignore it, but what's the point? Why is there a warning here, and what, ideally, should I do about it, assuming ignorance is not the ideal solution? Should I change the custom action to a DLL custom action that sets the property for CustomActionData? Or is this warning really just pointless and should be ignored?