non quiet msvc runtime
This commit is contained in:
parent
e21a287fac
commit
fc474f8e82
@ -127,16 +127,6 @@ NotInstalled:
|
||||
; Install core application files.
|
||||
File /r "${BINARY_TREE}\"
|
||||
|
||||
; Install MSVCRT libraries.
|
||||
ExecWait '"$INSTDIR\vc_redist.x64.exe" /install /quiet /norestart'
|
||||
Delete "$INSTDIR\vc_redist.x64.exe"
|
||||
|
||||
ExecWait '"$INSTDIR\vc_redist_2010.x86.exe" /q /norestart'
|
||||
Delete "$INSTDIR\vc_redist_2010.x86.exe"
|
||||
|
||||
ExecWait '"$INSTDIR\vc_redist_2010.x64.exe" /q /norestart'
|
||||
Delete "$INSTDIR\vc_redist_2010.x64.exe"
|
||||
|
||||
; Create uninstaller.
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
||||
@ -147,6 +137,16 @@ NotInstalled:
|
||||
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}" "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
|
||||
|
||||
Section "Desktop Icon" DesktopIcon
|
||||
|
Loading…
x
Reference in New Issue
Block a user