Opened 7 years ago
Closed 7 years ago
#2814 closed enhancement (done)
Remove CreatorsUpdate Quick-Fix
Reported by: | pfleck | Owned by: | abeham |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.15 |
Component: | General | Version: | 3.3.14 |
Keywords: | Cc: |
Description
After the "Creators-Update-Nesting-Error" seems to be fixed, we should remove the version check introduced in #2788.
As suggested by jkarder, we could leave the fix in place and additionally check whether the current OS version includes the fix:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion CurrentBuild >= 15063 UBR >= 448
Change History (4)
comment:1 Changed 7 years ago by pfleck
- Owner set to pfleck
- Status changed from new to accepted
comment:2 Changed 7 years ago by pfleck
- Owner changed from pfleck to abeham
- Status changed from accepted to reviewing
comment:4 Changed 7 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r15316: merged to stable
Note: See
TracTickets for help on using
tickets.
r15300 Remove version check/fix for the nesting bug.