File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Section -Main SEC0000
238
238
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\imageformats\qjpeg.dll $INSTDIR\imageformats\qjpeg.dll $INSTDIR
239
239
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\imageformats\qsvg.dll $INSTDIR\imageformats\qsvg.dll $INSTDIR
240
240
!insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\platforms\qwindows.dll $INSTDIR\platforms\qwindows.dll $INSTDIR
241
- !insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\styles\qwindowsvistastyle .dll $INSTDIR\styles\qwindowsvistastyle .dll $INSTDIR
241
+ !insertmacro InstallLib DLL NOTSHARED REBOOT_PROTECTED ${BINARY_FILES}\styles\qmodernwindowsstyle .dll $INSTDIR\styles\qmodernwindowsstyle .dll $INSTDIR
242
242
243
243
WriteRegStr HKLM "${REGKEY}\Components" Main 1
244
244
SectionEnd
@@ -356,7 +356,7 @@ Section /o -un.Main UNSEC0000
356
356
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\imageformats\qjpeg.dll
357
357
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\imageformats\qsvg.dll
358
358
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\platforms\qwindows.dll
359
- !insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\styles\qwindowsvistastyle .dll
359
+ !insertmacro UnInstallLib DLL NOTSHARED REBOOT_PROTECTED $INSTDIR\styles\qmodernwindowsstyle .dll
360
360
RMDir /REBOOTOK $INSTDIR\translations
361
361
RMDir /REBOOTOK $INSTDIR\styles
362
362
RMDir /REBOOTOK $INSTDIR\platforms
You can’t perform that action at this time.
0 commit comments