Hi, I'm using Compose for internship and we have to build up our case for any decision we make.
My question is: is there a real difference between the exe and the MSI, generated by Compose?
I found some points which I believe do not apply:
• The GUI can be customised a lot more -> the GUI's are the same?
• Multiple MSI can be installed with one EXE -> I belief this isn't used
• Because of the possibility to customize, it is more difficult to program -> we don't program
• It can run without admin-rights in certain circumstances -> when just copying files, granted file is trusted
But as it seems EXE uses the MSI file, this isn't used either.
Therefor my question: is there a real difference, between MSI and EXE, or did I miss something?
Thanks