Files
rustdesk/res
rustdesk 5fc0367abd 1. GUID key (...Uninstall\{GUID}) is MSI-native metadata generated by Windows Installer.
2. Non-GUID key (...Uninstall\RustDesk) is explicitly written by RustDesk’s MSI compatibility component in res/msi/Package/Components/Regs.wxs:44, populated by preprocess.py --arp from .github/workflows/
     flutter-build.yml:262.

  So they were not using the same EstimatedSize logic:

  - MSI GUID key: MSI-calculated size (KB).
  - RustDesk key: custom script value from res/msi/preprocess.py:339 (previously bytes, now fixed to KB).

  That mismatch is exactly why you saw different sizes.
2026-02-19 17:52:17 +08:00
..
2023-04-03 13:16:49 +08:00
2024-03-25 12:06:49 +08:00
2024-03-25 12:06:49 +08:00
2024-03-25 12:06:49 +08:00
2025-11-20 22:15:42 +08:00
2024-03-04 22:19:18 +08:00
2024-03-07 17:00:32 +08:00
2025-03-27 15:34:27 +08:00
2023-10-28 10:59:33 +02:00
2026-01-21 20:43:15 +08:00
2026-01-21 20:43:15 +08:00
2023-05-25 15:53:27 +08:00
2023-04-03 13:16:49 +08:00
2023-04-03 13:16:49 +08:00