Add the possibility of installing redistributable files from Microsoft

This commit is contained in:
Juan Jose Garcia Ripoll 2011-01-05 16:07:34 +01:00
parent 9decd0269e
commit e02cd6d502
3 changed files with 6 additions and 2 deletions

View file

@ -15,6 +15,8 @@ Section -Post
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
ExecShell "" "$INSTDIR\vcredist_x86.exe"
ExecShell "" "$INSTDIR\vcredist_x64.exe"
SectionEnd