Advertisement
Guest User

r6 vdf

a guest
Sep 17th, 2019
2,531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. "InstallScript"
  2. {
  3. "Registry"
  4. {
  5. "HKEY_LOCAL_MACHINE\\SOFTWARE\\Ubisoft\\Rainbow Six - Siege"
  6. {
  7. "dword"
  8. {
  9. "english"
  10. {
  11. "TextLanguage" "1"
  12. "AudioLanguage" "1"
  13. }
  14. "french"
  15. {
  16. "TextLanguage" "2"
  17. "AudioLanguage" "2"
  18. }
  19. "italian"
  20. {
  21. "TextLanguage" "5"
  22. "AudioLanguage" "5"
  23. }
  24. "german"
  25. {
  26. "TextLanguage" "4"
  27. "AudioLanguage" "4"
  28. }
  29. "spanish"
  30. {
  31. "TextLanguage" "3"
  32. "AudioLanguage" "3"
  33. }
  34. "brazilian"
  35. {
  36. "TextLanguage" "10"
  37. "AudioLanguage" "10"
  38. }
  39. "polish"
  40. {
  41. "TextLanguage" "13"
  42. "AudioLanguage" "1"
  43. }
  44. "dutch"
  45. {
  46. "TextLanguage" "11"
  47. "AudioLanguage" "1"
  48. }
  49. "czech"
  50. {
  51. "TextLanguage" "12"
  52. "AudioLanguage" "1"
  53. }
  54. "koreana"
  55. {
  56. "TextLanguage" "7"
  57. "AudioLanguage" "1"
  58. }
  59. "schinese"
  60. {
  61. "TextLanguage" "15"
  62. "AudioLanguage" "1"
  63. }
  64. "tchinese"
  65. {
  66. "TextLanguage" "14"
  67. "AudioLanguage" "1"
  68. }
  69. "japanese"
  70. {
  71. "TextLanguage" "6"
  72. "AudioLanguage" "6"
  73. }
  74. "russian"
  75. {
  76. "TextLanguage" "8"
  77. "AudioLanguage" "8"
  78. }
  79. "turkish"
  80. {
  81. "TextLanguage" "20"
  82. "AudioLanguage" "1"
  83. }
  84. }
  85. }
  86. }
  87. "Firewall"
  88. {
  89. "Rainbow Six - Siege: Launcher" "%INSTALLDIR%\\RainbowSix_BE.exe"
  90. "Rainbow Six - Siege: Game" "%INSTALLDIR%\\RainbowSix.exe"
  91. }
  92. "Run Process"
  93. {
  94. "Uplay"
  95. {
  96. "HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\359550"
  97. "process 1" "%INSTALLDIR%\\support\\installerresources\\uplayinstaller.exe"
  98. "command 1" "/S"
  99. }
  100. }
  101. "Run Process On Uninstall"
  102. {
  103. "Cleaner"
  104. {
  105. "process 1" "%INSTALLDIR%\\support\\cleaner\\cleaner.exe"
  106. "command 1" "directory \"%INSTALLDIR%\\download\""
  107. }
  108. "RegCleaner"
  109. {
  110. "process 1" "%WinDir%\\System32\\reg.exe"
  111. "command 1" "delete \"HKEY_CURRENT_USER\\Software\\Ubisoft\\Rainbow Six - Siege\" /f"
  112. }
  113. "BattleEyeUninstall"
  114. {
  115. "process 1" "%INSTALLDIR%\\RainbowSix_BE.exe"
  116. "command 1" "4"
  117. }
  118. }
  119. }
  120. "kvsignatures"
  121. {
  122. "InstallScript" "956941bc47cb97ab906a817bfe988ab2fe51d9adacef5c69f54eaa88a1b5c5a001c97d831f2ea733a657f3659edbe0dc2588b03822f8f52b39912bf3dbcc347b9c7a1c19df9b1ae28058b8e7f407b98819261a3e71cad865528caf8031d4dfdfa7951fb46a61c52e491ae0dd582face70c24f033c509a3d21505c0cc299ed531"
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement