home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / Chip_WPI / WPIScripts / useroptions.js < prev   
Encoding:
Text File  |  2009-11-25  |  1.3 KB  |  68 lines

  1. // WPI Options 5.0+
  2. //
  3. // User defined options
  4. //
  5.  
  6. // Interface tab
  7. Language='zz';
  8. Theme='Glossy';
  9. RandomTheme=false;
  10. BgPicture='40.jpg';
  11. Resolution=800;
  12. // ---
  13. ShowToolTips=true;
  14. UseTransitions=false;
  15. IndentText=false;
  16. // ---
  17. ShowExtraButtons=true;
  18. DoNotShowIfCD=true;
  19. // ---
  20. USSFSilentMode=false;
  21.  
  22. //Installer tab
  23. Configurations=[''];
  24. ShowMultiDefault=true;
  25. CheckOnLoad='default';
  26. NumCols=3;
  27. SortOrder=['╤≥αφΣα≡≥','╤Φ±≥σ∞α','╚φ≥σ≡φσ≥','┴στε∩α±φε±≥ⁿ','╠≤δⁿ≥Φ∞σΣΦα','╬⌠Φ±','├≡α⌠ΦΩα','CD-DVD','CD-DVD-┴στε∩α±φε±≥ⁿ','╨ατδΦ≈φ√σ ≤≥ΦδΦ≥√','╙Ω≡α°σφΦ  ±Φ±≥σ∞√',''];
  28. ReOpenAfterInstall=false;
  29. DisableCatCheckBoxes=true;
  30. SortWithinCats=true;
  31. DisableOnDepsNotMet=true;
  32. AlwaysUseScrollBar=true;
  33. DontSplitCats=true;
  34. InstallByCategory=true;
  35. ReallyForce=false;
  36. DisableIfDoGray=false;
  37. // ---
  38. Timer=true;
  39. Seconds=30;
  40. StartBeepAtSecs=10;
  41. // ---
  42. ExtraWidth=0;
  43. ExtraHeight=0;
  44.  
  45. //Audio tab
  46. PlayAudioInInstaller=false;
  47. InstallAudio=[''];
  48.  
  49. // Tools tab
  50. MonitorResolution=0;
  51. MonitorDepth=0;
  52. MonitorRefresh=0;
  53. // ---
  54. InstallFonts=false;
  55. // ---
  56. ExecuteBeforeEnabled=false;
  57. ExecuteBefore=[''];
  58. ExecuteAfterEnabled=false;
  59. ExecuteAfter=[''];
  60. // ---
  61. RestartComputer=false;
  62. RestartType=0;
  63. RestartSeconds=30;
  64. DoNotLoadDesktop=false;
  65. // ---
  66. LogInstallation=false;
  67. LogPath=['%systemdrive%\\WPI_Log.txt'];
  68.