Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.2 KiB

  1. ; Euro Update Tool installation
  2. ; Copyright (c) 2001 Microsoft Corporation
  3. ; Author: lguindon
  4. [version]
  5. Signature="$Chicago$"
  6. Provider=%MSFT%
  7. SetupClass=BASE
  8. AdvancedINF=2.0,"INF installer is too old."
  9. DriverVer=10/30/2001
  10. [DefaultInstall]
  11. CopyFiles=Files.Base.Install,Inf.Install
  12. AddReg=Registry.Install
  13. [DefaultInstall.nt]
  14. CopyFiles=Files.Base.Install,Inf.Install
  15. AddReg=Registry.Install
  16. [DefaultInstall.ntx86]
  17. CopyFiles=Files.Base.Install,Inf.Install
  18. AddReg=Registry.Install
  19. [DefaultInstall.ntia64]
  20. ;CopyFiles=Files.Base.Install,Inf.Install
  21. ;AddReg=Registry.Install
  22. [SourceDisksNames]
  23. 1="",,0,
  24. [SourceDisksFiles]
  25. CLUF.txt=1
  26. eula.txt=1
  27. eula_de.txt=1
  28. eula_du.txt=1
  29. eula_EL.txt=1
  30. eula_fi.txt=1
  31. eula_fr.txt=1
  32. eula_it.txt=1
  33. eula_pt.txt=1
  34. euroconv.exe=1
  35. SetEuro.inf=1
  36. Leame.txt=1
  37. LEESMIJ.TXT=1
  38. LEGGIMI.TXT=1
  39. LEIAME.TXT=1
  40. lisezmoi.txt=1
  41. LUEMINUT.txt=1
  42. readme.txt=1
  43. readm_DE.txt=1
  44. readm_el.txt=1
  45. [Files.Base.Install]
  46. CLUF.txt
  47. eula.txt
  48. eula_de.txt
  49. eula_du.txt
  50. eula_EL.txt
  51. eula_fi.txt
  52. eula_fr.txt
  53. eula_it.txt
  54. eula_pt.txt
  55. euroconv.exe
  56. Leame.txt
  57. LEESMIJ.TXT
  58. LEGGIMI.TXT
  59. LEIAME.TXT
  60. lisezmoi.txt
  61. LUEMINUT.txt
  62. readme.txt
  63. readm_DE.txt
  64. readm_el.txt
  65. [Inf.Install]
  66. SetEuro.inf
  67. [Registry.Install]
  68. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{429D8DD3-05E0-4F56-B6D6-AC0730567C02}","ComponentID",,"Euro Update Tool"
  69. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{429D8DD3-05E0-4F56-B6D6-AC0730567C02}","Locale",,"EN"
  70. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{429D8DD3-05E0-4F56-B6D6-AC0730567C02}","Version",,"1.00.0000"
  71. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EuroConv",,,
  72. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EuroConv","DisplayName",,"Euro Update Tool (Remove only, which will not roll back currency sign choices)"
  73. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EuroConv","UninstallString",,"rundll32 advpack.dll,LaunchINFSectionEx %17%\SetEuro.inf,DefaultUninstall"
  74. [DestinationDirs]
  75. Files.Base.Install=24,"PROGRA~1\EuroTool"
  76. Inf.Install=17,
  77. [DefaultUninstall]
  78. DelFiles=Files.Base.Install,Inf.Install
  79. DelReg=Registry.Install
  80. [Strings]
  81. MSFT="Microsoft"
  82. EURO_CONV="Euro Update Tool"