fr

Changes for POL_Install_mono28

Revision by GNU_Raziel (23 April 2013 00:33:43)

@@ -10,7 +10,7 @@
 # Downloading Mono 2.8
 mkdir -p "$POL_USER_ROOT"/ressources/mono28/
 cd "$POL_USER_ROOT"/ressources/mono28/
-POL_Download_Resource "http://download.mono-project.com/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe" "c36436c1ba016b7cf25d8ec2480a2e03"
+POL_Download_Resource "http://download.mono-project.com/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe" "c36436c1ba016b7cf25d8ec2480a2e03" "mono28"
 
 # Check if mono28 is already installed
 CHECK_MONO28=`find $WINEPREFIX -name "mono-2.0.dll"`

Revision by GNU_Raziel (23 April 2013 00:22:33)

@@ -1,19 +1,20 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2010-11-14 21:00)
-# Last revision : (2012-09-15 09:40)
+# Last revision : (2013-04-22 21:00)
 # Author : GNU_Raziel
-#   modified by petch
 # Only For : http://www.playonlinux.com
 
 FORCE_MODE=$1
 
-mkdir "$POL_USER_ROOT/ressources/mono28"
-POL_Download_Resource "http://download.mono-project.com/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe" "c36436c1ba016b7cf25d8ec2480a2e03" "mono28"
+# Downloading Mono 2.8
+mkdir -p "$POL_USER_ROOT"/ressources/mono28/
+cd "$POL_USER_ROOT"/ressources/mono28/
+POL_Download_Resource "http://download.mono-project.com/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe" "c36436c1ba016b7cf25d8ec2480a2e03"
 
 # Check if mono28 is already installed
 CHECK_MONO28=`find $WINEPREFIX -name "mono-2.0.dll"`
-if [ "$CHECK_MONO28" = "" -o "$FORCE_MODE" = "--force" ]; then
-	POL_Wine start /unix "$POL_USER_ROOT/ressources/mono28/mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
+if [ "$CHECK_MONO28" == "" ] || [ "$FORCE_MODE" == "--force" ]; then
+	POL_Wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
 	POL_Wine_WaitExit "Mono 2.8"
-fi
+fi
\ No newline at end of file

Revision by petch (15 September 2012 21:07:09)

No change were made in the code

Revision by petch (15 September 2012 09:42:29)

@@ -1,23 +1,19 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2010-11-14 21:00)
-# Last revision : (2012-02-22 21:00)
+# Last revision : (2012-09-15 09:40)
 # Author : GNU_Raziel
+#   modified by petch
 # Only For : http://www.playonlinux.com
 
 FORCE_MODE=$1
 
-cd "$POL_USER_ROOT/ressources"
-mkdir -p mono28
-# Downloading Mono 2.8.x
-cd "$POL_USER_ROOT/ressources/mono28/"
-if [ ! -e "mono-2.8-gtksharp-2.12.10-win32-9.exe" ]; then
-POL_SetupWindow_download "$(eval_gettext 'Downloading Mono 2.8...')" "$TITLE" "http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe"
-fi
+mkdir "$POL_USER_ROOT/ressources/mono28"
+POL_Download_Resource "http://download.mono-project.com/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe" "c36436c1ba016b7cf25d8ec2480a2e03" "mono28"
 
 # Check if mono28 is already installed
 CHECK_MONO28=`find $WINEPREFIX -name "mono-2.0.dll"`
-if [ "$CHECK_MONO28" == "" ] || [ "$FORCE_MODE" == "--force" ]; then
-	POL_Wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
+if [ "$CHECK_MONO28" = "" -o "$FORCE_MODE" = "--force" ]; then
+	POL_Wine start /unix "$POL_USER_ROOT/ressources/mono28/mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
 	POL_Wine_WaitExit "Mono 2.8"
-fi
\ No newline at end of file
+fi

Revision by GNU_Raziel (22 February 2012 19:27:05)

@@ -1,33 +1,23 @@
 #!/bin/bash
 # PlayOnLinux Function
-# Date : (2010-14-11 21-00)
-# Last revision : (2011-20-07 21-00)
+# Date : (2010-11-14 21:00)
+# Last revision : (2012-02-22 21:00)
 # Author : GNU_Raziel
 # Only For : http://www.playonlinux.com
 
 FORCE_MODE=$1
 
-if [ "$POL_LANG" == "fr" ]; then
-LNG_MONO28_DL="Téléchargement de Mono 2.8..."
-LNG_MONO28_INSTALL="Installation Mono 2.8..."
-else
-LNG_MONO28_DL="Downloading Mono 2.8..."
-LNG_MONO28_INSTALL="Installing Mono 2.8..."
-fi
- 
 cd "$POL_USER_ROOT/ressources"
 mkdir -p mono28
 # Downloading Mono 2.8.x
 cd "$POL_USER_ROOT/ressources/mono28/"
 if [ ! -e "mono-2.8-gtksharp-2.12.10-win32-9.exe" ]; then
-POL_SetupWindow_download "$LNG_MONO28_DL" "$TITLE" "http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe"
+POL_SetupWindow_download "$(eval_gettext 'Downloading Mono 2.8...')" "$TITLE" "http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe"
 fi
 
 # Check if mono28 is already installed
 CHECK_MONO28=`find $WINEPREFIX -name "mono-2.0.dll"`
 if [ "$CHECK_MONO28" == "" ] || [ "$FORCE_MODE" == "--force" ]; then
-	POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
-	wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
-	wineserver -w
-	POL_SetupWindow_detect_exit
+	POL_Wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
+	POL_Wine_WaitExit "Mono 2.8"
 fi
\ No newline at end of file

Revision by GNU_Raziel (20 July 2011 15:21:50)

@@ -4,7 +4,9 @@
 # Last revision : (2011-20-07 21-00)
 # Author : GNU_Raziel
 # Only For : http://www.playonlinux.com
- 
+
+FORCE_MODE=$1
+
 if [ "$POL_LANG" == "fr" ]; then
 LNG_MONO28_DL="Téléchargement de Mono 2.8..."
 LNG_MONO28_INSTALL="Installation Mono 2.8..."
@@ -23,7 +25,7 @@
 
 # Check if mono28 is already installed
 CHECK_MONO28=`find $WINEPREFIX -name "mono-2.0.dll"`
-if [ "$CHECK_MONO28" == "" ]; then
+if [ "$CHECK_MONO28" == "" ] || [ "$FORCE_MODE" == "--force" ]; then
 	POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
 	wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
 	wineserver -w

Revision by GNU_Raziel (20 July 2011 15:01:53)

@@ -20,9 +20,12 @@
 if [ ! -e "mono-2.8-gtksharp-2.12.10-win32-9.exe" ]; then
 POL_SetupWindow_download "$LNG_MONO28_DL" "$TITLE" "http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe"
 fi
- 
-POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
-wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
-wineserver -w
 
-POL_SetupWindow_detect_exit
\ No newline at end of file
+# Check if mono28 is already installed
+CHECK_MONO28=`find $WINEPREFIX -name "mono-2.0.dll"`
+if [ "$CHECK_MONO28" == "" ]; then
+	POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
+	wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
+	wineserver -w
+	POL_SetupWindow_detect_exit
+fi
\ No newline at end of file

Revision by GNU_Raziel (20 July 2011 13:24:52)

@@ -1,7 +1,7 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2010-14-11 21-00)
-# Last revision : (2011-17-03 21-00)
+# Last revision : (2011-20-07 21-00)
 # Author : GNU_Raziel
 # Only For : http://www.playonlinux.com
  
@@ -23,15 +23,6 @@
  
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
 wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
-
-cat << EOF > mono_fix.reg
-[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727]
-"Install"=dword:00000001
-"SP"=dword:00000001
-
-[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\policy\\v2.0]
-"4322"="3706-4322"
-EOF
-regedit mono_fix.reg
+wineserver -w
 
 POL_SetupWindow_detect_exit
\ No newline at end of file

Revision by GNU_Raziel (19 July 2011 17:41:55)

@@ -22,6 +22,16 @@
 fi
  
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
-wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /q
+wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
+
+cat << EOF > mono_fix.reg
+[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727]
+"Install"=dword:00000001
+"SP"=dword:00000001
+
+[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\policy\\v2.0]
+"4322"="3706-4322"
+EOF
+regedit mono_fix.reg
 
 POL_SetupWindow_detect_exit
\ No newline at end of file

Revision by GNU_Raziel (19 July 2011 17:20:42)

@@ -24,14 +24,4 @@
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
 wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /q
 
-cat << EOF > mono28_fix.reg
-[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727]
-"Install"=dword:00000001
-"SP"=dword:00000001
-
-[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\policy\\v2.0]
-"4322"="3706-4322"
-EOF
-regedit mono28_fix.reg
-
 POL_SetupWindow_detect_exit
\ No newline at end of file

Revision by GNU_Raziel (19 July 2011 17:19:06)

@@ -22,7 +22,7 @@
 fi
  
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
-wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe"
+wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /q
 
 cat << EOF > mono28_fix.reg
 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727]

Revision by GNU_Raziel (19 July 2011 17:15:48)

@@ -23,7 +23,6 @@
  
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
 wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe"
-wineserver -w
 
 cat << EOF > mono28_fix.reg
 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727]

Revision by GNU_Raziel (19 July 2011 16:58:38)

@@ -22,7 +22,7 @@
 fi
  
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
-wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
+wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe"
 wineserver -w
 
 cat << EOF > mono28_fix.reg

Revision by GNU_Raziel (19 July 2011 16:54:21)

@@ -24,4 +24,15 @@
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
 wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
 wineserver -w
+
+cat << EOF > mono28_fix.reg
+[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727]
+"Install"=dword:00000001
+"SP"=dword:00000001
+
+[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\policy\\v2.0]
+"4322"="3706-4322"
+EOF
+regedit mono28_fix.reg
+
 POL_SetupWindow_detect_exit
\ No newline at end of file

Revision by GNU_Raziel (19 July 2011 16:02:03)

@@ -15,13 +15,13 @@
  
 cd "$POL_USER_ROOT/ressources"
 mkdir -p mono28
-#downloading Mono 2.8
+# Downloading Mono 2.8.x
 cd "$POL_USER_ROOT/ressources/mono28/"
 if [ ! -e "mono-2.8-gtksharp-2.12.10-win32-9.exe" ]; then
 POL_SetupWindow_download "$LNG_MONO28_DL" "$TITLE" "http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe"
 fi
  
 POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
-wine mono-2.8-gtksharp-2.12.10-win32-9.exe /q
- 
+wine start /unix "mono-2.8-gtksharp-2.12.10-win32-9.exe" /silent
+wineserver -w
 POL_SetupWindow_detect_exit
\ No newline at end of file

Revision by GNU_Raziel (17 March 2011 20:48:53)

@@ -1,9 +1,9 @@
 #!/bin/bash
 # PlayOnLinux Function
- 
 # Date : (2010-14-11 21-00)
-# Last revision : (2010-14-11 16-00)
+# Last revision : (2011-17-03 21-00)
 # Author : GNU_Raziel
+# Only For : http://www.playonlinux.com
  
 if [ "$POL_LANG" == "fr" ]; then
 LNG_MONO28_DL="Téléchargement de Mono 2.8..."
@@ -13,11 +13,11 @@
 LNG_MONO28_INSTALL="Installing Mono 2.8..."
 fi
  
-cd "$REPERTOIRE/ressources"
+cd "$POL_USER_ROOT/ressources"
 mkdir -p mono28
 #downloading Mono 2.8
-cd "$REPERTOIRE/ressources/mono28/"
-if [ ! -e $REPERTOIRE/ressources/mono28/mono-2.8-gtksharp-2.12.10-win32-9.exe ]; then
+cd "$POL_USER_ROOT/ressources/mono28/"
+if [ ! -e "mono-2.8-gtksharp-2.12.10-win32-9.exe" ]; then
 POL_SetupWindow_download "$LNG_MONO28_DL" "$TITLE" "http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe"
 fi
  

Revision by GNU_Raziel (14 November 2010 22:54:51)

No change were made in the code

Revision by GNU_Raziel (14 November 2010 22:54:37)

@@ -0,0 +1,27 @@
+#!/bin/bash
+# PlayOnLinux Function
+ 
+# Date : (2010-14-11 21-00)
+# Last revision : (2010-14-11 16-00)
+# Author : GNU_Raziel
+ 
+if [ "$POL_LANG" == "fr" ]; then
+LNG_MONO28_DL="Téléchargement de Mono 2.8..."
+LNG_MONO28_INSTALL="Installation Mono 2.8..."
+else
+LNG_MONO28_DL="Downloading Mono 2.8..."
+LNG_MONO28_INSTALL="Installing Mono 2.8..."
+fi
+ 
+cd "$REPERTOIRE/ressources"
+mkdir -p mono28
+#downloading Mono 2.8
+cd "$REPERTOIRE/ressources/mono28/"
+if [ ! -e $REPERTOIRE/ressources/mono28/mono-2.8-gtksharp-2.12.10-win32-9.exe ]; then
+POL_SetupWindow_download "$LNG_MONO28_DL" "$TITLE" "http://ftp.novell.com/pub/mono/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe"
+fi
+ 
+POL_SetupWindow_wait_next_signal "$LNG_MONO28_INSTALL" "$TITLE"
+wine mono-2.8-gtksharp-2.12.10-win32-9.exe /q
+ 
+POL_SetupWindow_detect_exit
\ No newline at end of file
Il n'y a rien à voir ici