CVS: packaging mspgcc-base.nsh,1.3,1.4

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/packaging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23610/packaging

Modified Files:
	mspgcc-base.nsh 
Log Message:
- don't show all these details when installing or uninstalling. the "show details" button is still there.
- enable "solid" compression, without it is NSIS 2.12 generating much bigger exes than older versions

Index: mspgcc-base.nsh
===================================================================
RCS file: /cvsroot/mspgcc/packaging/mspgcc-base.nsh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- mspgcc-base.nsh	4 Jan 2006 00:09:55 -0000	1.3
+++ mspgcc-base.nsh	4 Jan 2006 00:39:36 -0000	1.4
@@ -5,9 +5,9 @@
 
 !include "MUI.nsh"
 
-SetCompressor lzma
-ShowInstDetails show
-ShowUninstDetails show
+SetCompressor /SOLID lzma
+ShowInstDetails hide
+ShowUninstDetails hide
 SetDateSave on
 
 !define MUI_NAME "MSPGCC Installer ${VERSION}"
@@ -36,7 +36,7 @@
   !define MUI_HEADERIMAGE_UNBITMAP "msp430-header.bmp"
   
   !define MUI_COMPONENTSPAGE_SMALLDESC
-  !define MUI_FINISHPAGE_NOAUTOCLOSE
+;   !define MUI_FINISHPAGE_NOAUTOCLOSE
 
   ;Start Menu Folder Page Configuration
   !define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKCU" 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.