Solution:
| Scenario | MSI Command | Color Result |
|----------|-------------|--------------|
| Install design app (Photoshop) | msiexec /i "PS.msi" DISABLE_COLOR_MGMT=0 /quiet | Retains 30-bit if GPU supports it |
| Install game launcher | msiexec /i "Launcher.msi" /qn + set Display_Bpp=32 | Forces 32-bit, disables 10-bit (game requirement) |
| Driver-only GPU update | msiexec /i "GPU.msi" ADDLOCAL=Driver /passive | Preserves existing True Color profile | Install Msi True Color
If you have the MSI Center installed, you may not need a separate standalone installer. Solution: | Scenario | MSI Command | Color