From c0ddb63e888d3458d7555990e98f90e7df7ed522 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 25 Aug 2013 19:39:15 +0000 Subject: [PATCH] minor fix --- direct/src/directscripts/packpanda.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/direct/src/directscripts/packpanda.nsi b/direct/src/directscripts/packpanda.nsi index aca9dd833f..04cb72279c 100755 --- a/direct/src/directscripts/packpanda.nsi +++ b/direct/src/directscripts/packpanda.nsi @@ -92,7 +92,7 @@ Section "${SMDIRECTORY}" SecCore SetOutPath $INSTDIR\bin File /r "${PANDA}\bin\*.dll" File /nonfatal /r "${PANDA}\bin\*.pyd" - File /r "${PANDA}\bin\Microsoft.*.manifest" + File /nonfatal /r "${PANDA}\bin\Microsoft.*.manifest" SetOutPath $INSTDIR\etc File /r "${PANDACONF}\*" SetOutPath $INSTDIR\direct\directscripts @@ -675,7 +675,7 @@ Function IsUserAdmin Push 1 Return - NOtAdmin: + NotAdmin: ; You should still check for an empty string because the functions ; UserInfo.dll looks for may not be present on Windows 95. (per kichik) @@ -745,7 +745,7 @@ Function un.IsUserAdmin Push 1 Return - NOtAdmin: + NotAdmin: ; You should still check for an empty string because the functions ; UserInfo.dll looks for may not be present on Windows 95. (per kichik)