File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ${SegmentFile}
2
2
3
3
${SegmentPostPrimary}
4
4
; The Qt plugin cache and a few other things leave keys inside
5
- ; HKCU\Software\Trolltech \OrganizationDefaults\*\X:\...\dirname which need
5
+ ; HKCU\Software\QtProject \OrganizationDefaults\*\X:\...\dirname which need
6
6
; to be cleared up. They're useless, they've got just values like foo.dll
7
7
; with a version number in them, but they need removing. Due to the
8
8
; directory-recursive key nature of them, we can just scrap the package
@@ -12,12 +12,12 @@ ${SegmentPostPrimary}
12
12
ClearErrors
13
13
${ReadLauncherConfig} $0 QtKeysCleanup $R0
14
14
${IfThen} ${Errors} ${|} ${ExitDo} ${|}
15
- StrCpy $1 Software\Trolltech \OrganizationDefaults\$0 \$AppDirectory
15
+ StrCpy $1 Software\QtProject \OrganizationDefaults\$0 \$AppDirectory
16
16
DeleteRegKey HKCU $1
17
17
${Do}
18
18
${GetParent} $1 $1
19
19
DeleteRegKey /ifempty HKCU $1
20
- ${LoopUntil} $1 == " Software\Trolltech "
20
+ ${LoopUntil} $1 == " Software\QtProject "
21
21
22
22
IntOp $R0 $R0 + 1
23
23
${Loop}
You can’t perform that action at this time.
0 commit comments