Added creation of 'addons' dir

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1161 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-08-31 20:09:36 +00:00
parent afb34fa474
commit 114064bf45
+2
View File
@@ -127,6 +127,7 @@ Section !$(SecUQMName) SecUQM
SectionIn 1 2 RO
CreateDirectory "$INSTDIR\${PACKAGE_ROOT}"
CreateDirectory "$INSTDIR\${PACKAGE_ROOT}\addons"
; Set output path to the installation directory.
SetOutPath $INSTDIR
@@ -437,6 +438,7 @@ Section "Uninstall"
; remove directories used.
RMDir "$SMPROGRAMS\${MUI_PRODUCT}\Documentation"
RMDir "$SMPROGRAMS\${MUI_PRODUCT}"
RMDir "$INSTDIR\${PACKAGE_ROOT}\addons"
RMDir "$INSTDIR\${PACKAGE_ROOT}"
RMDir "$INSTDIR\${CONTENT_ROOT}"
RMDir "$INSTDIR"