mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Update installer for Qt 5
This commit is contained in:
parent
044bc89326
commit
a6c705d3d2
|
@ -110,36 +110,53 @@ notRunning:
|
||||||
File "libhunspell.dll"
|
File "libhunspell.dll"
|
||||||
File "libeay32.dll"
|
File "libeay32.dll"
|
||||||
File "ssleay32.dll"
|
File "ssleay32.dll"
|
||||||
File "sqlite3.dll"
|
File "Microsoft.VC120.CRT.manifest"
|
||||||
File "Microsoft.VC90.CRT.manifest"
|
File "qt.conf"
|
||||||
File "msvcm90.dll"
|
File "msvcp120.dll"
|
||||||
File "msvcp90.dll"
|
File "msvcr120.dll"
|
||||||
File "msvcr90.dll"
|
File "vccorlib120.dll"
|
||||||
File "QtCore4.dll"
|
File "icudt54.dll"
|
||||||
File "QtGui4.dll"
|
File "icuin54.dll"
|
||||||
File "QtNetwork4.dll"
|
File "icuuc54.dll"
|
||||||
File "QtScript4.dll"
|
File "Qt5Core.dll"
|
||||||
File "QtSql4.dll"
|
File "Qt5Gui.dll"
|
||||||
File "QtWebKit4.dll"
|
File "Qt5Multimedia.dll"
|
||||||
File "QtXmlPatterns4.dll"
|
File "Qt5MultimediaWidgets.dll"
|
||||||
|
File "Qt5Network.dll"
|
||||||
SetOutPath "$INSTDIR\imageformats"
|
File "Qt5OpenGL.dll"
|
||||||
File "imageformats\qico4.dll"
|
File "Qt5Positioning.dll"
|
||||||
File "imageformats\qsvg4.dll"
|
File "Qt5PrintSupport.dll"
|
||||||
File "imageformats\qgif4.dll"
|
File "Qt5Qml.dll"
|
||||||
File "imageformats\qjpeg4.dll"
|
File "Qt5Quick.dll"
|
||||||
File "imageformats\qmng4.dll"
|
File "Qt5Script.dll"
|
||||||
File "imageformats\qtiff4.dll"
|
File "Qt5Sensors.dll"
|
||||||
File "imageformats\qtga4.dll"
|
File "Qt5Sql.dll"
|
||||||
|
File "Qt5WebChannel.dll"
|
||||||
SetOutPath "$INSTDIR\codecs"
|
File "Qt5WebKit.dll"
|
||||||
File "codecs\qcncodecs4.dll"
|
File "Qt5WebKitWidgets.dll"
|
||||||
File "codecs\qjpcodecs4.dll"
|
File "Qt5Widgets.dll"
|
||||||
File "codecs\qkrcodecs4.dll"
|
File "Qt5XmlPatterns.dll"
|
||||||
File "codecs\qtwcodecs4.dll"
|
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\audio"
|
||||||
|
File "audio\qtaudio_windows.dll"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\iconengines"
|
SetOutPath "$INSTDIR\iconengines"
|
||||||
File "iconengines\qsvgicon4.dll"
|
File "iconengines\qsvgicon.dll"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\imageformats"
|
||||||
|
File "imageformats\*.dll"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\mediaservice"
|
||||||
|
File "mediaservice\wmfengine.dll"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\platforms"
|
||||||
|
File "platforms\qwindows.dll"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\printsupport"
|
||||||
|
File "printsupport\windowsprintersupport.dll"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR\sqldrivers"
|
||||||
|
File "sqldrivers\qsqlite.dll"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\hunspell\doc"
|
SetOutPath "$INSTDIR\hunspell\doc"
|
||||||
File "wininstall\hunspell\doc\*"
|
File "wininstall\hunspell\doc\*"
|
||||||
|
@ -494,14 +511,6 @@ Section -Uninstaller
|
||||||
WriteRegDWORD ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "EstimatedSize" "$0"
|
WriteRegDWORD ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "EstimatedSize" "$0"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section -MSVC
|
|
||||||
InitPluginsDir
|
|
||||||
SetOutPath $PLUGINSDIR
|
|
||||||
File "wininstall\vcredist_x86.exe"
|
|
||||||
DetailPrint "Installing Visual C++ 2008 Libraries"
|
|
||||||
ExecWait '"$PLUGINSDIR\vcredist_x86.exe" /passive /Q:a /c:"msiexec /qb /i vcredist.msi"'
|
|
||||||
SectionEnd
|
|
||||||
|
|
||||||
Section Uninstall
|
Section Uninstall
|
||||||
FindProcDLL::FindProc "qupzilla.exe"
|
FindProcDLL::FindProc "qupzilla.exe"
|
||||||
IntCmp $R0 1 0 notRunning
|
IntCmp $R0 1 0 notRunning
|
||||||
|
|
Loading…
Reference in New Issue
Block a user