Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Launch]
  2. ProgramExecutable=libreoffice\program\soffice.exe
  3. MinOS=2000
  4. NoSpacesInPath=true
  5.  
  6. [Activate]
  7. Java=find
  8. XML=true
  9.  
  10. [Language]
  11. Base=%PortableApps.comLocaleglibc%
  12. CheckIfExists=%PAL:AppDir%\libreoffice\program\resource\ooo%PAL:LanguageCustom%.res
  13. DefaultIfNotExists=en-US
  14.  
  15. [LanguageFile]
  16. Type=XML text
  17. File=%PAL:DataDir%\settings\user\registrymodifications.xcu
  18. XPath=//prop[normalize-space(@oor:name)="UILocale"]/value
  19.  
  20. [LanguageStrings]
  21. en_US=en-US
  22. pt_BR=pt-br
  23. zh_CN=zh-cn
  24. zh_TW=zh-tw
  25.  
  26. [FileWrite1]
  27. Type=ini
  28. File=%PAL:AppDir%\libreoffice\program\bootstrap.ini
  29. Section=ErrorReport
  30. Key=ErrorReportServer
  31. Value=
  32.  
  33. [FileWrite2]
  34. Type=ini
  35. File=%PAL:AppDir%\libreoffice\program\bootstrap.ini
  36. Section=Bootstrap
  37. Key=UserInstallation
  38. Value=file:///%PAL:DataDir:ForwardSlash%/settings
  39.  
  40. [FileWrite3]
  41. File=%PAL:DataDir%\settings\user\config\javasettings_Windows_x86.xml
  42. Type=XML text
  43. XPath=/java/javaInfo/location
  44. Value=%JAVA_HOME%
  45.  
  46. [FileWrite4]
  47. File=%PAL:DataDir%\settings\user\registrymodifications.xcu
  48. Type=XML text
  49. XPath=//item[normalize-space(@oor:path)="/org.openoffice.Office.Paths/Paths/org.openoffice.Office.Paths:NamedPath['Temp']"]/prop/value
  50. Value=file:///%PAL:DataDir:ForwardSlash%/temp
  51.  
  52. [FileWrite5]
  53. File=%PAL:DataDir%\settings\user\registrymodifications.xcu
  54. Type=XML text
  55. XPath=//item[normalize-space(@oor:path)="/org.openoffice.Office.Paths/Paths/org.openoffice.Office.Paths:NamedPath['Work']"]/prop/value
  56. Value=file:///%PortableApps.comDocuments:ForwardSlash%
  57.  
  58. [FileWrite6]
  59. File=%PAL:DataDir%\settings\user\registrymodifications.xcu
  60. Type=XML text
  61. XPath=//prop[normalize-space(@oor:name)="UILocale"]/value
  62. Value=%PAL:LanguageCustom%
  63.  
  64. [FileWrite7]
  65. File=%PAL:DataDir%\settings\user\registrymodifications.xcu
  66. Type=XML text
  67. XPath=//prop[normalize-space(@oor:name)="ooSetupSystemLocale"]/value
  68. Value=%PAL:LanguageCustom%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement