win32: added new dependency to installer

This commit is contained in:
Ned Harding
2009-12-15 13:17:23 -07:00
committed by Sean Rhea
parent 4d3b204f09
commit 9b7673b451

View File

@@ -62,6 +62,7 @@ Section "Golden Cheetah (required)"
File "..\release\QtGui4.dll"
File "..\release\QtSql4.dll"
File "..\release\QtXml4.dll"
File "..\release\QtNetwork4.dll"
; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\GoldenCheetah "Install_Dir" "$INSTDIR"
@@ -105,6 +106,7 @@ Section "Uninstall"
Delete $INSTDIR\QtGui4.dll
Delete $INSTDIR\QtSql4.dll
Delete $INSTDIR\QtXml4.dll
Delete $INSTDIR\QtNetwork4.dll
Delete $INSTDIR\uninstall.exe
; Remove shortcuts, if any