We're creating setups with Install4j and require a way to statically save a readable property within the EXE.
The idea is that we save a JSON string to the Setup EXE containing the specific hardware pre-requisites information (min CPU, RAM etc). This JSON string would be read from the setup by our own installer management solution.
My question is 2 fold:
- Can install4j add an extended, writable property detail to a setup?
- In c# is there a way to read the new extended property?
Note:
- We would use a REST service to obtain the pre-requisites, but we have too many offline installs.
- We cannot have any additional files, it has to exist and be readable from an EXE using c#