From 227a088ba453acca589623e09f54c4a8e7c7a7f8 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Tue, 21 Apr 2009 15:11:16 +0000 Subject: update of the tarball and fix for the detection of the Free Dual --- Mandriva - Autorun CD-DVD/AutorunForm.cs | 18 +++++++---- Mandriva - Autorun CD-DVD/bin/Debug/Autorun.exe | Bin 303104 -> 303104 bytes Mandriva - Autorun CD-DVD/bin/Debug/Autorun.pdb | Bin 38400 -> 42496 bytes .../bin/Debug/autorun.application | 2 +- .../bin/Debug/autorun.exe.manifest | 16 +++++----- .../bin/Debug/autorun.vshost.application | 2 +- .../bin/Debug/de-DE/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Debug/es-ES/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Debug/fr-FR/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Debug/it-IT/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Debug/pt-BR/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Debug/ru-RU/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Debug/zh-CN/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Release/Release.tar.gz | Bin 131812 -> 0 bytes .../bin/Release/autorun-release.tar.gz | Bin 0 -> 129166 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.pdb | Bin 36352 -> 40448 bytes .../bin/Release/changelog.txt | 3 ++ .../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 .../bin/Release/ru-RU/autorun.resources.dll | Bin 4608 -> 4608 bytes .../bin/Release/zh-CN/autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Debug/Autorun.csproj.FileListAbsolute.txt | 34 +++++++++++++++++++++ Mandriva - Autorun CD-DVD/obj/Debug/Autorun.exe | Bin 303104 -> 303104 bytes .../obj/Debug/autorun.application | 2 +- .../obj/Debug/autorun.exe.manifest | 16 +++++----- Mandriva - Autorun CD-DVD/obj/Debug/autorun.pdb | Bin 38400 -> 42496 bytes .../obj/Debug/de-DE/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Debug/es-ES/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Debug/fr-FR/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Debug/it-IT/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Debug/pt-BR/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Debug/ru-RU/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Debug/zh-CN/Autorun.resources.dll | Bin 4608 -> 4608 bytes .../Release/Autorun.csproj.FileListAbsolute.txt | 34 +++++++++++++++++++++ .../obj/Release/autorun.application | 2 +- Mandriva - Autorun CD-DVD/obj/Release/autorun.exe | Bin 302592 -> 302592 bytes .../obj/Release/autorun.exe.manifest | 16 +++++----- Mandriva - Autorun CD-DVD/obj/Release/autorun.pdb | Bin 36352 -> 40448 bytes .../obj/Release/de-DE/autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Release/es-ES/autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Release/fr-FR/autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Release/it-IT/autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Release/pt-BR/autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Release/ru-RU/autorun.resources.dll | Bin 4608 -> 4608 bytes .../obj/Release/zh-CN/autorun.resources.dll | Bin 4608 -> 4608 bytes 51 files changed, 120 insertions(+), 43 deletions(-) delete mode 100644 Mandriva - Autorun CD-DVD/bin/Release/Release.tar.gz create mode 100644 Mandriva - Autorun CD-DVD/bin/Release/autorun-release.tar.gz diff --git a/Mandriva - Autorun CD-DVD/AutorunForm.cs b/Mandriva - Autorun CD-DVD/AutorunForm.cs index da801ba..6843be5 100755 --- a/Mandriva - Autorun CD-DVD/AutorunForm.cs +++ b/Mandriva - Autorun CD-DVD/AutorunForm.cs @@ -77,13 +77,19 @@ namespace autorun } else { - if (temp[2].ToString() == "i586") + switch (temp[2][0].ToString()) { - arch_label.Text = "32-bit"; - } - else - { - arch_label.Text = "64-bit"; + case "i": + arch_label.Text = "32-bit"; + break; + case "x": + product_label.Text = "64-bit"; + break; + case "d": + product_label.Text = "Dual Arch"; + break; + default: + break; } } } diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.exe b/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.exe index bce911b..25d3c55 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.exe and b/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.exe differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.pdb b/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.pdb index 114bdbf..b23ada7 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.pdb and b/Mandriva - Autorun CD-DVD/bin/Debug/Autorun.pdb differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/autorun.application b/Mandriva - Autorun CD-DVD/bin/Debug/autorun.application index 32091c9..01a6862 100755 --- a/Mandriva - Autorun CD-DVD/bin/Debug/autorun.application +++ b/Mandriva - Autorun CD-DVD/bin/Debug/autorun.application @@ -11,7 +11,7 @@ - 7TS8srSCxF7AxgrkC7f3jWeyfPs= + R8XDBrnninsJKGAsuBKcukFiHts= diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/autorun.exe.manifest b/Mandriva - Autorun CD-DVD/bin/Debug/autorun.exe.manifest index 3b9bd26..f365fa5 100755 --- a/Mandriva - Autorun CD-DVD/bin/Debug/autorun.exe.manifest +++ b/Mandriva - Autorun CD-DVD/bin/Debug/autorun.exe.manifest @@ -59,7 +59,7 @@ - mWzSn9HUXddRKv/W1gxlze8sD4s= + j80MgNA5Y/+MU7RU1BvR+pjdpIM= @@ -71,7 +71,7 @@ - oSpruiDEvXcQ9Cw96+Wh57X1VRY= + G4pz5IBOQED24p0X0T3vSjwXiV4= @@ -83,7 +83,7 @@ - GUHzCjN23I3eFyEkY51nCBER/W8= + d5cfxr9AlDm3bH8ku6NzowHDomw= @@ -95,7 +95,7 @@ - iM4QMJgu+r82e2tZOKQjfKb7qps= + EKO7pwfLSrBY6J8Svly2UqPsJEA= @@ -107,7 +107,7 @@ - JE30S8wi8A8Nlh0bWshK1R8syvU= + vj6BwOdp3jmC2pBtx381Ok0RdgU= @@ -119,7 +119,7 @@ - MdrUcMgReqB4ZhK40aAtD++5cc4= + dmvcGMmpIsja+PQwz1BQAJX9JFY= @@ -131,7 +131,7 @@ - yGEcmUvhBKIWPcCK1nD4CVr2Rkc= + gDYytuvXuN+vrPQDYQuVcKzKtRg= @@ -143,7 +143,7 @@ - ow71VNawe4PxStfMzLvMaq8iYyk= + +ELX7OlyP9R8Fvryn5jLPZJn3Po= diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/autorun.vshost.application b/Mandriva - Autorun CD-DVD/bin/Debug/autorun.vshost.application index bdd7f11..01a6862 100755 --- a/Mandriva - Autorun CD-DVD/bin/Debug/autorun.vshost.application +++ b/Mandriva - Autorun CD-DVD/bin/Debug/autorun.vshost.application @@ -11,7 +11,7 @@ - ya+kOHxEXgb313ZaO7o6/122KJQ= + R8XDBrnninsJKGAsuBKcukFiHts= diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/de-DE/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Debug/de-DE/Autorun.resources.dll index 532559d..453b67f 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/de-DE/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Debug/de-DE/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/es-ES/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Debug/es-ES/Autorun.resources.dll index 7caa93e..ad4bf89 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/es-ES/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Debug/es-ES/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/fr-FR/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Debug/fr-FR/Autorun.resources.dll index 9ad46b4..d0ede29 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/fr-FR/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Debug/fr-FR/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/it-IT/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Debug/it-IT/Autorun.resources.dll index fc153c6..fd5bb27 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/it-IT/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Debug/it-IT/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/pt-BR/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Debug/pt-BR/Autorun.resources.dll index c5e872c..70c0be8 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/pt-BR/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Debug/pt-BR/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/ru-RU/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Debug/ru-RU/Autorun.resources.dll index f51dd1c..233f4f2 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/ru-RU/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Debug/ru-RU/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Debug/zh-CN/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Debug/zh-CN/Autorun.resources.dll index 9d0ed2c..b49b3b0 100755 Binary files a/Mandriva - Autorun CD-DVD/bin/Debug/zh-CN/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/bin/Debug/zh-CN/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/Release.tar.gz b/Mandriva - Autorun CD-DVD/bin/Release/Release.tar.gz deleted file mode 100644 index 1f68047..0000000 Binary files a/Mandriva - Autorun CD-DVD/bin/Release/Release.tar.gz and /dev/null differ diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun-release.tar.gz b/Mandriva - Autorun CD-DVD/bin/Release/autorun-release.tar.gz new file mode 100644 index 0000000..37a4d38 Binary files /dev/null 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 26602da..6609036 100755 --- a/Mandriva - Autorun CD-DVD/bin/Release/autorun.application +++ b/Mandriva - Autorun CD-DVD/bin/Release/autorun.application @@ -11,7 +11,7 @@ - 2s213MACvCfVcU5ch4WhtTI+U18= + 9hb1/9Vxe2wVmOOOehmMdagl35w= diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe b/Mandriva - Autorun CD-DVD/bin/Release/autorun.exe index e0339da..f4455dd 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 7ec467d..b7e7ff3 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 @@ - TMupkNswtIUJgWuflp0eYOqsY/Y= + 1sJ+HxE12nXBjzsVnlHkbyOYAGk= @@ -71,7 +71,7 @@ - BtSJSM7dnaXImypSk2Qv9q0ycr8= + 2qsvinqgTN2yYPDnBeflqsAc1ps= @@ -83,7 +83,7 @@ - 4FZXd+0xzctp/+qADJi72wI1NOs= + fDRAyE69lN4kK4THVzRDT3mpp34= @@ -95,7 +95,7 @@ - SAwDOi/qSeW3KcC/oJJrUKT3T0I= + LT1uuW9U9DLlKxk5bWqx+18RgH8= @@ -107,7 +107,7 @@ - zooXpe2BpW24l8uSbqRjERC3LTM= + +YC/vfrHSfSV9nqcJm59dhRpXNs= @@ -119,7 +119,7 @@ - qUe2W6H3aWzOrbsiUOBQ+8RohfU= + u7lm+A4ETGhCyAP/ZryhjWMjPd0= @@ -131,7 +131,7 @@ - dysJXmw8+/EOsCvxKxNXdWrKXDA= + Q/rDXOB33sp/XofxFgMG9MNJXLo= @@ -143,7 +143,7 @@ - BJB99xSE0vq7dugMcONGmGVyb2M= + B8zWoIwQ8a6IfxPl5VA/AUTWr0c= diff --git a/Mandriva - Autorun CD-DVD/bin/Release/autorun.pdb b/Mandriva - Autorun CD-DVD/bin/Release/autorun.pdb index 9ccfc95..46a3d06 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 index a40b4c8..8b9e097 100644 --- a/Mandriva - Autorun CD-DVD/bin/Release/changelog.txt +++ b/Mandriva - Autorun CD-DVD/bin/Release/changelog.txt @@ -1,3 +1,6 @@ +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. 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 79151b1..4db8d8e 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 8040973..bf732a8 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 2cae4dd..7a5cedc 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 2015f20..dd944a1 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 9b85dbc..23b45ee 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/ru-RU/autorun.resources.dll b/Mandriva - Autorun CD-DVD/bin/Release/ru-RU/autorun.resources.dll index 3017fb8..3738923 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 979cd59..529dbf7 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 diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.csproj.FileListAbsolute.txt b/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.csproj.FileListAbsolute.txt index 0cf3bfa..0490b31 100755 --- a/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.csproj.FileListAbsolute.txt +++ b/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.csproj.FileListAbsolute.txt @@ -32,3 +32,37 @@ C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Ma C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Mandriva - Autorun CD-DVD\bin\Debug\autorun.application C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Mandriva - Autorun CD-DVD\obj\Debug\autorun.exe.manifest C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Mandriva - Autorun CD-DVD\obj\Debug\autorun.application +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\autorun.exe.manifest +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\autorun.application +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\autorun.exe +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\autorun.pdb +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\pt-BR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\zh-CN\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\de-DE\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\es-ES\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\fr-FR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\it-IT\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Debug\ru-RU\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\ResolveAssemblyReference.cache +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.autorunForm.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Properties.Resources.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.pt-BR.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.zh-CN.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.de-DE.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.es-ES.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.fr-FR.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.it-IT.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.Autorun.ru-RU.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\Autorun.csproj.GenerateResource.Cache +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\pt-BR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\zh-CN\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\de-DE\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\es-ES\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\fr-FR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\it-IT\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\ru-RU\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.exe.manifest +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.application +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.exe +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Debug\autorun.pdb diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.exe b/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.exe index bce911b..25d3c55 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.exe and b/Mandriva - Autorun CD-DVD/obj/Debug/Autorun.exe differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/autorun.application b/Mandriva - Autorun CD-DVD/obj/Debug/autorun.application index 32091c9..01a6862 100755 --- a/Mandriva - Autorun CD-DVD/obj/Debug/autorun.application +++ b/Mandriva - Autorun CD-DVD/obj/Debug/autorun.application @@ -11,7 +11,7 @@ - 7TS8srSCxF7AxgrkC7f3jWeyfPs= + R8XDBrnninsJKGAsuBKcukFiHts= diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/autorun.exe.manifest b/Mandriva - Autorun CD-DVD/obj/Debug/autorun.exe.manifest index 3b9bd26..f365fa5 100755 --- a/Mandriva - Autorun CD-DVD/obj/Debug/autorun.exe.manifest +++ b/Mandriva - Autorun CD-DVD/obj/Debug/autorun.exe.manifest @@ -59,7 +59,7 @@ - mWzSn9HUXddRKv/W1gxlze8sD4s= + j80MgNA5Y/+MU7RU1BvR+pjdpIM= @@ -71,7 +71,7 @@ - oSpruiDEvXcQ9Cw96+Wh57X1VRY= + G4pz5IBOQED24p0X0T3vSjwXiV4= @@ -83,7 +83,7 @@ - GUHzCjN23I3eFyEkY51nCBER/W8= + d5cfxr9AlDm3bH8ku6NzowHDomw= @@ -95,7 +95,7 @@ - iM4QMJgu+r82e2tZOKQjfKb7qps= + EKO7pwfLSrBY6J8Svly2UqPsJEA= @@ -107,7 +107,7 @@ - JE30S8wi8A8Nlh0bWshK1R8syvU= + vj6BwOdp3jmC2pBtx381Ok0RdgU= @@ -119,7 +119,7 @@ - MdrUcMgReqB4ZhK40aAtD++5cc4= + dmvcGMmpIsja+PQwz1BQAJX9JFY= @@ -131,7 +131,7 @@ - yGEcmUvhBKIWPcCK1nD4CVr2Rkc= + gDYytuvXuN+vrPQDYQuVcKzKtRg= @@ -143,7 +143,7 @@ - ow71VNawe4PxStfMzLvMaq8iYyk= + +ELX7OlyP9R8Fvryn5jLPZJn3Po= diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/autorun.pdb b/Mandriva - Autorun CD-DVD/obj/Debug/autorun.pdb index 114bdbf..b23ada7 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/autorun.pdb and b/Mandriva - Autorun CD-DVD/obj/Debug/autorun.pdb differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/de-DE/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Debug/de-DE/Autorun.resources.dll index 532559d..453b67f 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/de-DE/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Debug/de-DE/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/es-ES/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Debug/es-ES/Autorun.resources.dll index 7caa93e..ad4bf89 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/es-ES/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Debug/es-ES/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/fr-FR/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Debug/fr-FR/Autorun.resources.dll index 9ad46b4..d0ede29 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/fr-FR/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Debug/fr-FR/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/it-IT/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Debug/it-IT/Autorun.resources.dll index fc153c6..fd5bb27 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/it-IT/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Debug/it-IT/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/pt-BR/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Debug/pt-BR/Autorun.resources.dll index c5e872c..70c0be8 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/pt-BR/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Debug/pt-BR/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/ru-RU/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Debug/ru-RU/Autorun.resources.dll index f51dd1c..233f4f2 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/ru-RU/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Debug/ru-RU/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Debug/zh-CN/Autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Debug/zh-CN/Autorun.resources.dll index 9d0ed2c..b49b3b0 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Debug/zh-CN/Autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Debug/zh-CN/Autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/Autorun.csproj.FileListAbsolute.txt b/Mandriva - Autorun CD-DVD/obj/Release/Autorun.csproj.FileListAbsolute.txt index 8370277..d44631c 100755 --- a/Mandriva - Autorun CD-DVD/obj/Release/Autorun.csproj.FileListAbsolute.txt +++ b/Mandriva - Autorun CD-DVD/obj/Release/Autorun.csproj.FileListAbsolute.txt @@ -32,3 +32,37 @@ C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Ma C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Mandriva - Autorun CD-DVD\bin\Release\autorun.application C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Mandriva - Autorun CD-DVD\obj\Release\autorun.exe.manifest C:\Users\Dams\Documents\Visual Studio 2008\Projects\Mandriva - Autorun CD-DVD\Mandriva - Autorun CD-DVD\obj\Release\autorun.application +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.exe +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.pdb +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\autorun.exe.manifest +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\autorun.application +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\autorun.exe +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\autorun.pdb +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\pt-BR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\zh-CN\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\de-DE\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\es-ES\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\fr-FR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\it-IT\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\bin\Release\ru-RU\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\ResolveAssemblyReference.cache +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.autorunForm.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Properties.Resources.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.pt-BR.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.zh-CN.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.de-DE.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.es-ES.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.fr-FR.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.it-IT.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.Autorun.ru-RU.resources +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\Autorun.csproj.GenerateResource.Cache +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\pt-BR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\zh-CN\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\de-DE\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\es-ES\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\fr-FR\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\it-IT\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\ru-RU\autorun.resources.dll +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.exe.manifest +C:\Users\Dams\Documents\Visual Studio 2008\Projects\autorun\Mandriva - Autorun CD-DVD\obj\Release\autorun.application diff --git a/Mandriva - Autorun CD-DVD/obj/Release/autorun.application b/Mandriva - Autorun CD-DVD/obj/Release/autorun.application index 26602da..6609036 100755 --- a/Mandriva - Autorun CD-DVD/obj/Release/autorun.application +++ b/Mandriva - Autorun CD-DVD/obj/Release/autorun.application @@ -11,7 +11,7 @@ - 2s213MACvCfVcU5ch4WhtTI+U18= + 9hb1/9Vxe2wVmOOOehmMdagl35w= diff --git a/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe b/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe index e0339da..f4455dd 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe and b/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe.manifest b/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe.manifest index 7ec467d..b7e7ff3 100755 --- a/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe.manifest +++ b/Mandriva - Autorun CD-DVD/obj/Release/autorun.exe.manifest @@ -59,7 +59,7 @@ - TMupkNswtIUJgWuflp0eYOqsY/Y= + 1sJ+HxE12nXBjzsVnlHkbyOYAGk= @@ -71,7 +71,7 @@ - BtSJSM7dnaXImypSk2Qv9q0ycr8= + 2qsvinqgTN2yYPDnBeflqsAc1ps= @@ -83,7 +83,7 @@ - 4FZXd+0xzctp/+qADJi72wI1NOs= + fDRAyE69lN4kK4THVzRDT3mpp34= @@ -95,7 +95,7 @@ - SAwDOi/qSeW3KcC/oJJrUKT3T0I= + LT1uuW9U9DLlKxk5bWqx+18RgH8= @@ -107,7 +107,7 @@ - zooXpe2BpW24l8uSbqRjERC3LTM= + +YC/vfrHSfSV9nqcJm59dhRpXNs= @@ -119,7 +119,7 @@ - qUe2W6H3aWzOrbsiUOBQ+8RohfU= + u7lm+A4ETGhCyAP/ZryhjWMjPd0= @@ -131,7 +131,7 @@ - dysJXmw8+/EOsCvxKxNXdWrKXDA= + Q/rDXOB33sp/XofxFgMG9MNJXLo= @@ -143,7 +143,7 @@ - BJB99xSE0vq7dugMcONGmGVyb2M= + B8zWoIwQ8a6IfxPl5VA/AUTWr0c= diff --git a/Mandriva - Autorun CD-DVD/obj/Release/autorun.pdb b/Mandriva - Autorun CD-DVD/obj/Release/autorun.pdb index 9ccfc95..46a3d06 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/autorun.pdb and b/Mandriva - Autorun CD-DVD/obj/Release/autorun.pdb differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/de-DE/autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Release/de-DE/autorun.resources.dll index 79151b1..4db8d8e 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/de-DE/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Release/de-DE/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/es-ES/autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Release/es-ES/autorun.resources.dll index 8040973..bf732a8 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/es-ES/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Release/es-ES/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/fr-FR/autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Release/fr-FR/autorun.resources.dll index 2cae4dd..7a5cedc 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/fr-FR/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Release/fr-FR/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/it-IT/autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Release/it-IT/autorun.resources.dll index 2015f20..dd944a1 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/it-IT/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Release/it-IT/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/pt-BR/autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Release/pt-BR/autorun.resources.dll index 9b85dbc..23b45ee 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/pt-BR/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Release/pt-BR/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/ru-RU/autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Release/ru-RU/autorun.resources.dll index 3017fb8..3738923 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/ru-RU/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Release/ru-RU/autorun.resources.dll differ diff --git a/Mandriva - Autorun CD-DVD/obj/Release/zh-CN/autorun.resources.dll b/Mandriva - Autorun CD-DVD/obj/Release/zh-CN/autorun.resources.dll index 979cd59..529dbf7 100755 Binary files a/Mandriva - Autorun CD-DVD/obj/Release/zh-CN/autorun.resources.dll and b/Mandriva - Autorun CD-DVD/obj/Release/zh-CN/autorun.resources.dll differ -- cgit v1.2.1