Browse Source

Fix erroneous report in installer while installing libs

rdb 9 years ago
parent
commit
04819719fb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      makepanda/installer.nsi

+ 4 - 0
makepanda/installer.nsi

@@ -166,6 +166,10 @@ SectionGroup "Panda3D Libraries"
         SetOutPath $INSTDIR\models
         SetOutPath $INSTDIR\models
         File /r /x CVS "${BUILT}\models\*"
         File /r /x CVS "${BUILT}\models\*"
 
 
+        SetDetailsPrint both
+        DetailPrint "Installing optional components..."
+        SetDetailsPrint listonly
+
         RMDir /r "$SMPROGRAMS\${TITLE}"
         RMDir /r "$SMPROGRAMS\${TITLE}"
         CreateDirectory "$SMPROGRAMS\${TITLE}"
         CreateDirectory "$SMPROGRAMS\${TITLE}"
     SectionEnd
     SectionEnd