Tool/software: Code Composer Studio
For security reasons, corporate firewalls do not allow web downloads or email attachments of files ending with a .exe extension. I notice that Texas Instruments is fond of creating a self-extracting Windows executable instead of a straightforward .zip or .tgz/.tbz archive. Considering that the entire modern world is focused on maintaining computer security, I recommend that Texas Instruments change this policy immediately. I can't say whether .zip is the best choice for Windows, but a .exe is a very dangerous option to ask customers to allow.
As a macOS based firmware developer who is also aware of Linux customer needs, I suggest that a .tar file with gzip or bzip2 compression would be preferred to a .zip file in any event. This also happens to avoid the .exe extension.
Please note that some corporate firewalls are actually smart enough to look inside a .tar file to see that there are .exe files inside, and still block the attachments. So, it's not enough to simply repackage the same old .exe files inside another wrapper. I recommend that the entire package be reviewed to remove insecure Windows artifacts, offering those as separate, Windows-only downloads for those customers who need them.