Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.4.0 pre-release
-
None
-
Operating System: Windows 8
Platform: Intel
Description
On some windows, NSIS Installer can't install font if it's already exist or locked.
A little rework of NSIS code can reduce this issue from 30 sec to 3 sec.
h4. Steps to Reproduce
Install MP using NSIS installer, when it take times, we can see at log message (in separate installer) 'c:\windows\fonts' 5 times and during times is around 30 secs.
h4. Additional Information
After checking other NSIS code, it's not needed to check/set timeout on each font that need to be installed but can be done in one shot.
Also see that we can reduce the timeout.
A little rework of NSIS code can reduce this issue from 30 sec to 3 sec.
h4. Steps to Reproduce
Install MP using NSIS installer, when it take times, we can see at log message (in separate installer) 'c:\windows\fonts' 5 times and during times is around 30 secs.
h4. Additional Information
After checking other NSIS code, it's not needed to check/set timeout on each font that need to be installed but can be done in one shot.
Also see that we can reduce the timeout.