浏览代码

add show details button (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57039 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 年之前
父节点
当前提交
b976459e33
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      mswindows/GRASS-Installer.nsi.tmpl

+ 3 - 3
mswindows/GRASS-Installer.nsi.tmpl

@@ -91,9 +91,9 @@ InstallDir "$PROGRAMFILES\${GRASS_BASE}"
 ;Request application privileges for Windows Vista
 RequestExecutionLevel admin
 
-;Tell the installer to show Install and Uninstall details as default
-ShowInstDetails show
-ShowUnInstDetails show
+;Tell the installer to hide Install and Uninstall details as default
+ShowInstDetails hide
+ShowUnInstDetails hide
 
 ;----------------------------------------------------------------------------------------------------------------------------