I would like to know the files contained in nRF5x_MDK_8_9_0_IAR.msi as well as other files needed for a minimal application.
I would like to know exactly which are those files and where to find them. The reason is that I need to have strict source control for my application.
A related question has been asked before, please see:
What is the preferred method for adding the xxxMDK_xxx_IAR.msi file changes to the IAR project?
I also agree with the original poster that it is not good practice to run the msi installer and have it overwrite your compiler files. This may create issues if an SDK upgrade modifies files and developers do not know about them.
Ideally, if you could provide a list of the key files (and their location) needed for a minimal app (think main() with just an empty while loop), it would be very helpful. I am trying to do this by hand, and it is taking me too long and I am not quite sure I got everything right.
Thank you.