Details
Description
The operation EnvironmentVariable does not match the documentation. The documentation specifies this signature:
"EnvironmentVariable" key value [[persistent] system]
But if this call is made:
component.addOperation('EnvironmentVariable', envName, envValue, true, true);
The installer fails with the message:
Invalid arguments in EnvironmentVariable: 4 arguments given, 2 or 3 expected.