On 12/8/2016 3:03 AM, Thomas Mader wrote:
Do you think it would be possible to use D instead of C++ to write custom code?
Custom code where? During the process of building the installation package or during installation itself. Anyway, in either case I don't see why not. You can insert a DLL into an MSI file. Then at some point during installation that you specify, the DLL will be extracted and an arbitrary function in it called. So any language that can generate a DLL will work there.
