mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-06 12:25:31 +01:00
bundle runtime files directly
This commit is contained in:
parent
fc474f8e82
commit
ce9db56d8c
@ -137,16 +137,6 @@ NotInstalled:
|
|||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "InstallLocation" "$INSTDIR"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "InstallLocation" "$INSTDIR"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S"
|
||||||
|
|
||||||
; Install MSVCRT libraries.
|
|
||||||
ExecWait '"$INSTDIR\vc_redist.x64.exe" /norestart'
|
|
||||||
Delete "$INSTDIR\vc_redist.x64.exe"
|
|
||||||
|
|
||||||
ExecWait '"$INSTDIR\vc_redist_2010.x86.exe" /norestart'
|
|
||||||
Delete "$INSTDIR\vc_redist_2010.x86.exe"
|
|
||||||
|
|
||||||
ExecWait '"$INSTDIR\vc_redist_2010.x64.exe" /norestart'
|
|
||||||
Delete "$INSTDIR\vc_redist_2010.x64.exe"
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Desktop Icon" DesktopIcon
|
Section "Desktop Icon" DesktopIcon
|
||||||
|
@ -64,7 +64,7 @@ cd "src\rssguard"
|
|||||||
nmake.exe install
|
nmake.exe install
|
||||||
|
|
||||||
cd "app"
|
cd "app"
|
||||||
windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll
|
windeployqt.exe --verbose 1 --no-compiler-runtime --no-translations --release rssguard.exe librssguard.dll
|
||||||
cd ".."
|
cd ".."
|
||||||
|
|
||||||
# Copy OpenSSL.
|
# Copy OpenSSL.
|
||||||
|
BIN
resources/scripts/redist/msvcp100.dll
Executable file
BIN
resources/scripts/redist/msvcp100.dll
Executable file
Binary file not shown.
BIN
resources/scripts/redist/msvcp140.dll
Executable file
BIN
resources/scripts/redist/msvcp140.dll
Executable file
Binary file not shown.
BIN
resources/scripts/redist/msvcp140_1.dll
Executable file
BIN
resources/scripts/redist/msvcp140_1.dll
Executable file
Binary file not shown.
BIN
resources/scripts/redist/msvcr100.dll
Executable file
BIN
resources/scripts/redist/msvcr100.dll
Executable file
Binary file not shown.
BIN
resources/scripts/redist/ucrtbase.dll
Executable file
BIN
resources/scripts/redist/ucrtbase.dll
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/scripts/redist/vcruntime140.dll
Executable file
BIN
resources/scripts/redist/vcruntime140.dll
Executable file
Binary file not shown.
BIN
resources/scripts/redist/vcruntime140_1.dll
Executable file
BIN
resources/scripts/redist/vcruntime140_1.dll
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user