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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user