Regasm fails if .NET SDK is not installed
description
Looks like regasm may only install with the SDK. If so, our installer won't work if the machine has only the .NET Runtime installed.
I should fix this by using the registerCOM* stuff in the MSI, most likely (or by having regasm dump a .reg file and using that...).