From 471e9269077a3fc493dcd88074c3160445539c37 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Thu, 23 Apr 2009 15:19:35 +0000 Subject: Fix display of the Desktop on the One and the right on the file to fix the icon under Windows --- Autorun.suo | Bin 46080 -> 46080 bytes Mandriva - Autorun CD-DVD/AutorunForm.cs | 6 +++--- .../bin/Release/autorun-release.tar.gz | Bin 125848 -> 126137 bytes .../bin/Release/autorun.application | 2 +- Mandriva - Autorun CD-DVD/bin/Release/autorun.exe | Bin 302592 -> 302592 bytes .../bin/Release/autorun.exe.manifest | 16 ++++++++-------- Mandriva - Autorun CD-DVD/bin/Release/autorun.inf | 2 +- Mandriva - Autorun CD-DVD/bin/Release/autorun.pdb | Bin 34304 -> 34304 bytes .../bin/Release/changelog.txt | 17 ----------------- .../bin/Release/de-DE/autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Release/es-ES/autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Release/fr-FR/autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Release/it-IT/autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Release/pt-BR/autorun.resources.dll | Bin 4608 -> 4608 bytes Mandriva - Autorun CD-DVD/bin/Release/readme.txt | 5 ----- .../bin/Release/ru-RU/autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Release/zh-CN/autorun.resources.dll | Bin 4608 -> 4608 bytes 17 files changed, 13 insertions(+), 35 deletions(-) delete mode 100644 Mandriva - Autorun CD-DVD/bin/Release/changelog.txt delete mode 100644 Mandriva - Autorun CD-DVD/bin/Release/readme.txt diff --git a/Autorun.suo b/Autorun.suo index 587a12f..c7044b7 100755 Binary files a/Autorun.suo and b/Autorun.suo differ diff --git a/Mandriva - Autorun CD-DVD/AutorunForm.cs b/Mandriva - Autorun CD-DVD/AutorunForm.cs index c02ce9b..cf0d9d6 100755 --- a/Mandriva - Autorun CD-DVD/AutorunForm.cs +++ b/Mandriva - Autorun CD-DVD/AutorunForm.cs @@ -71,9 +71,9 @@ namespace autorun product_label.Text = product + " " + temp[1].ToString(); version = temp[1].TrimEnd('1').ToString() + ".0"; } - if (temp[0].ToString() == "One") + if (product == "One") { - desktop = temp[2].ToString(); + product_label.Text += " " + temp[2].ToString(); arch_label.Text = "32-bit"; } else @@ -226,7 +226,7 @@ namespace autorun private void UpdateUI() { - if (desktop == "KDE") + if (product == "One") { install_button.Text = m_ResourceManager.GetString("labelRestartButton"); } diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun-release.tar.gz b/Mandriva - Autorun CD-DVD/bin/Release/autorun-release.tar.gz index 8af25c1..940d240 100644 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/autorun-release.tar.gz and b/Mandriva - Autorun CD-DVD/bin/Release/autorun-release.tar.gz differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun.application b/Mandriva - Autorun CD-DVD/bin/Release/autorun.application index c337ad0..8677843 100755 --- a/Mandriva - Autorun CD-DVD/bin/Release/autorun.application +++ b/Mandriva - Autorun CD-DVD/bin/Release/autorun.application @@ -11,7 +11,7 @@ - gnLyeXo7ajcqT+OnNdu/0gJtE+s= + dJPKApuH/oQ6OMzkagTaP/QoXzo= diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe b/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe index f1dfbdb..9d4a793 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe and b/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe.manifest b/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe.manifest index e4153ad..fd2cd28 100755 --- a/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe.manifest +++ b/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe.manifest @@ -59,7 +59,7 @@ - cde8T+kIRAYrOsYz0+gKD0w4dbQ= + fgJ7+Q54lLH3LpRxB/PVdPQ+V9g= @@ -71,7 +71,7 @@ - blW5pWOVFdn8KlcjBOm8dNtvkow= + StEEdrQk4f1+eAr319/5aowC1PU= @@ -83,7 +83,7 @@ - /KjWs+9Tfg6zXXQzxZuH5SK/Djw= + xlbqhuwxTT1RXYiTRfKKmpORu/M= @@ -95,7 +95,7 @@ - gk3+u+khTNgO6++4pbaRB45zakY= + CmQumF1fwTOZ0o3iZz/NngFySCs= @@ -107,7 +107,7 @@ - QnjFwSiy9nNXB0MHRIz/IzBkKtQ= + wg3r6vCmhdcbrenG+S8ZTuFLYr0= @@ -119,7 +119,7 @@ - T6yD/eAGeekZNWcu7W3zdJFb1Ls= + GlnF/4T4hD/gKr4/oE9/AwIOEhA= @@ -131,7 +131,7 @@ - Jv7+Q+neQlxTnqEhjjifhFaHe24= + IPeDgwKr4qqnPkAPiSX0E+ylryA= @@ -143,7 +143,7 @@ - qnrkF/onur1nVL6TnEzUteNoMUU= + hIga54VpE7t1eTlIjACCx5LryDM= diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun.inf b/Mandriva - Autorun CD-DVD/bin/Release/autorun.inf index f51ea95..09aba47 100755 --- a/Mandriva - Autorun CD-DVD/bin/Release/autorun.inf +++ b/Mandriva - Autorun CD-DVD/bin/Release/autorun.inf @@ -1,3 +1,3 @@ [Autorun] open=autorun\autorun.exe -icon=autorun\mandriva.ico \ No newline at end of file +icon=autorun\autorun.ico diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun.pdb b/Mandriva - Autorun CD-DVD/bin/Release/autorun.pdb index 1f8feec..807dbea 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/autorun.pdb and b/Mandriva - Autorun CD-DVD/bin/Release/autorun.pdb differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/changelog.txt b/Mandriva - Autorun CD-DVD/bin/Release/changelog.txt deleted file mode 100644 index f72bc42..0000000 --- a/Mandriva - Autorun CD-DVD/bin/Release/changelog.txt +++ /dev/null @@ -1,17 +0,0 @@ -1.1.2 -MessageBox.Show() for debug still presents, now removed. :-) - -1.1.1 -Fix the information display. - -1.1 -Fix for the Mandriva Linux Free Dual Arch detection. - -1.0 -First final release. -Now detects the product, the version and the architecture. -There are displayed in the right top hand corner. -Depending on the product, it offers the choice to restart the system on Mandriva One or install a standard Mandriva Linux system - -0.9 -First RC release. diff --git a/Mandriva - Autorun CD-DVD/bin/Release/de-DE/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/de-DE/autorun.resources.dll index bd7d257..5a75274 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/de-DE/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Release/de-DE/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/es-ES/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/es-ES/autorun.resources.dll index 0b8d24e..c5a9767 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/es-ES/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Release/es-ES/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/fr-FR/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/fr-FR/autorun.resources.dll index 292929b..fda820a 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/fr-FR/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Release/fr-FR/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/it-IT/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/it-IT/autorun.resources.dll index 0149e54..4c7f2ea 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/it-IT/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Release/it-IT/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/pt-BR/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/pt-BR/autorun.resources.dll index 5121806..3230f05 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/pt-BR/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Release/pt-BR/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/readme.txt b/Mandriva - Autorun CD-DVD/bin/Release/readme.txt deleted file mode 100644 index a8dab9e..0000000 --- a/Mandriva - Autorun CD-DVD/bin/Release/readme.txt +++ /dev/null @@ -1,5 +0,0 @@ -Autorun for the Mandriva Linux CD/DVD. -Will be displayed when your media will be inserted under Windows XP, Vista, Seven. -The C# Framework is needed to launch the programm. - -The flags icons come from FAMFAMFAM, you can visit http://www.famfamfam.com diff --git a/Mandriva - Autorun CD-DVD/bin/Release/ru-RU/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/ru-RU/autorun.resources.dll index 0cf7d60..20d8f3c 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/ru-RU/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Release/ru-RU/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/zh-CN/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/zh-CN/autorun.resources.dll index 1f55eac..2a829cc 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/zh-CN/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Release/zh-CN/autorun.resources.dll differ -- cgit v1.2.1