Page 1 of 1

0.82.0 installer bugs (for windows)

Posted: 28 Jul 2010, 15:34
by slogic
See image below:
Image

Also can i request enlarging window tree view width? I'm using higher DPI settings and you see it is not convenient too handle custom settings.

Re: 0.82.0 installer bugs (for windows)

Posted: 28 Jul 2010, 16:04
by slogic
One more bug. The method you're checking .NET Framework 3.5 is installed is wrong.

Proper registry keys are:

Code: Select all

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
Key: Install
Type: DWORD
Value: 1

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform
Key: Version
Type: REG_SZ
Value: .NET CLR 3.5.build number
Info is taken from MSDN.