1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Removed code that writes hardcoded value for 'EstimatedSize'. This will get set by meshcore.js

This commit is contained in:
Bryan Roe
2020-01-06 11:03:15 -08:00
parent 8133e2481f
commit b944c3418d

View File

@@ -275,9 +275,6 @@ void WINAPI AddUninstallIcon()
i = 13;
RegSetValueEx(hKey, "VersionMinor", 0, REG_DWORD, (BYTE*)&i, (DWORD)4);
i = 0x00208000;
RegSetValueEx(hKey, "EstimatedSize", 0, REG_DWORD, (BYTE*)&i, (DWORD)4);
i = 1;
RegSetValueEx(hKey, "NoModify", 0, REG_DWORD, (BYTE*)&i, (DWORD)4);
RegSetValueEx(hKey, "NoRepair", 0, REG_DWORD, (BYTE*)&i, (DWORD)4);