updated windows installer

This commit is contained in:
Max-Wilhelm Bruker 2011-05-30 23:36:38 +02:00
parent caf39bc7d3
commit a03bf8884f

View file

@ -40,6 +40,7 @@ Section "Application" SecApplication
File data\QtNetwork4.dll File data\QtNetwork4.dll
File data\QtSvg4.dll File data\QtSvg4.dll
File data\QtXml4.dll File data\QtXml4.dll
File data\QtMultimedia4.dll
SetOutPath "$INSTDIR\zonebg" SetOutPath "$INSTDIR\zonebg"
File /r ..\zonebg\*.* File /r ..\zonebg\*.*
@ -47,6 +48,9 @@ Section "Application" SecApplication
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File /r data\plugins\*.* File /r data\plugins\*.*
SetOutPath "$INSTDIR\sounds"
File /r ..\sounds\*.*
SetOutPath "$INSTDIR\pics" SetOutPath "$INSTDIR\pics"
SetOutPath "$INSTDIR\decks" SetOutPath "$INSTDIR\decks"
@ -77,6 +81,7 @@ SectionEnd
Section Uninstall Section Uninstall
RMDir /r "$INSTDIR\zonebg" RMDir /r "$INSTDIR\zonebg"
RMDir /r "$INSTDIR\plugins" RMDir /r "$INSTDIR\plugins"
RMDir /r "$INSTDIR\sounds"
RMDir "$INSTDIR\decks" RMDir "$INSTDIR\decks"
RMDir /r "$INSTDIR\pics\downloadedPics" RMDir /r "$INSTDIR\pics\downloadedPics"
RMDir "$INSTDIR\pics" RMDir "$INSTDIR\pics"