public static void RhInstallSupportDriver() { if (Is64Bit) { Force(NativeAPI_x64.RhInstallSupportDriver()); } else { Force(NativeAPI_x86.RhInstallSupportDriver()); } }