Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-03-19 22:21:34 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-03-19 22:21:34 +0300
commit5900e84b8407966c250cd9b131ed6faee3e0cc3a (patch)
tree137a2cf65c7f0e51eb1aca11693cfaa931bde602 /monowiz.win32.nsi
parent6451a9be2eaa3dfaedcffe1a204c6e44c15af71e (diff)
Update
svn path=/trunk/mono/; revision=24343
Diffstat (limited to 'monowiz.win32.nsi')
-rw-r--r--monowiz.win32.nsi10
1 files changed, 6 insertions, 4 deletions
diff --git a/monowiz.win32.nsi b/monowiz.win32.nsi
index bd016197618..a636bc04047 100644
--- a/monowiz.win32.nsi
+++ b/monowiz.win32.nsi
@@ -26,9 +26,12 @@
; SET MILESTONE & SOURCE DIR
; =====================================================
; set by makefile!!
+; !define MILESTONE 0.29
+; !define SOURCE_INSTALL_DIR E:\cygwin\home\danmorg\mono029\*.*
-!define MILESTONE 0.29
-!define SOURCE_INSTALL_DIR E:\cygwin\home\danmorg\mono029\*.*
+!define MILESTONE 0.31
+!define SOURCE_INSTALL_DIR c:\b\install\*.*
+;E:\cygwin\home\danmorg\mono029\*.*
; =====================================================
; SET LOGO
@@ -106,7 +109,7 @@ Caption "Mono ${MILESTONE} Setup"
!include "MUI.nsh"
!include "Sections.nsh"
-SetCompressor lzma
+SetCompressor bzip2
SilentInstall normal
ShowInstDetails show
SetDateSave on
@@ -128,7 +131,6 @@ AutoCloseWindow false
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Mono for Windows.\r\n\r\n\r\n$_CLICK"
!insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "E:\cygwin\home\danmorg\mono029\license.txt"
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES