install Manual in all INSTALL_TYPEs
This commit is contained in:
@@ -274,10 +274,6 @@ Section "Main Section" SecMain
|
|||||||
CreateDirectory "$INSTDIR\Data"
|
CreateDirectory "$INSTDIR\Data"
|
||||||
SetOutPath "$INSTDIR\Data"
|
SetOutPath "$INSTDIR\Data"
|
||||||
File "Data\*.*"
|
File "Data\*.*"
|
||||||
|
|
||||||
CreateDirectory "$INSTDIR\Manual"
|
|
||||||
SetOutPath "$INSTDIR"
|
|
||||||
File /r "Manual"
|
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifdef INSTALL_TYPE_INTERNAL_PCKS
|
!ifdef INSTALL_TYPE_INTERNAL_PCKS
|
||||||
@@ -286,9 +282,6 @@ Section "Main Section" SecMain
|
|||||||
File "pcks\*.*"
|
File "pcks\*.*"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
SetOutPath "$INSTDIR"
|
|
||||||
File "Docs\Licenses.txt"
|
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Program"
|
SetOutPath "$INSTDIR\Program"
|
||||||
File "Program\${PRODUCT_FAMILY}.exe"
|
File "Program\${PRODUCT_FAMILY}.exe"
|
||||||
File "Program\${PRODUCT_FAMILY}.vdi"
|
File "Program\${PRODUCT_FAMILY}.vdi"
|
||||||
@@ -305,6 +298,13 @@ Section "Main Section" SecMain
|
|||||||
File "Program\dbghelp.dll"
|
File "Program\dbghelp.dll"
|
||||||
File "Program\zlib1.dll"
|
File "Program\zlib1.dll"
|
||||||
|
|
||||||
|
SetOutPath "$INSTDIR"
|
||||||
|
File "Docs\Licenses.txt"
|
||||||
|
|
||||||
|
CreateDirectory "$INSTDIR\Manual"
|
||||||
|
SetOutPath "$INSTDIR"
|
||||||
|
File /r "Manual"
|
||||||
|
|
||||||
; Create Start Menu icons
|
; Create Start Menu icons
|
||||||
SetShellVarContext current # 'all' doesn't work on Win9x
|
SetShellVarContext current # 'all' doesn't work on Win9x
|
||||||
CreateDirectory "$SMPROGRAMS\${PRODUCT_ID}\"
|
CreateDirectory "$SMPROGRAMS\${PRODUCT_ID}\"
|
||||||
@@ -611,8 +611,6 @@ Section "Uninstall"
|
|||||||
|
|
||||||
Delete "$INSTDIR\Data\*.*"
|
Delete "$INSTDIR\Data\*.*"
|
||||||
RMDir "$INSTDIR\Data"
|
RMDir "$INSTDIR\Data"
|
||||||
|
|
||||||
RMDir /r "$INSTDIR\Manual"
|
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
Delete "$INSTDIR\Program\${PRODUCT_FAMILY}.exe"
|
Delete "$INSTDIR\Program\${PRODUCT_FAMILY}.exe"
|
||||||
@@ -632,6 +630,7 @@ Section "Uninstall"
|
|||||||
RMDir "$INSTDIR\Program"
|
RMDir "$INSTDIR\Program"
|
||||||
|
|
||||||
Delete "$INSTDIR\Licenses.txt"
|
Delete "$INSTDIR\Licenses.txt"
|
||||||
|
RMDir /r "$INSTDIR\Manual"
|
||||||
Delete "$INSTDIR\log.txt"
|
Delete "$INSTDIR\log.txt"
|
||||||
Delete "$INSTDIR\info.txt"
|
Delete "$INSTDIR\info.txt"
|
||||||
Delete "$INSTDIR\crashinfo.txt"
|
Delete "$INSTDIR\crashinfo.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user