home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 October / PCWorld_2005-10_cd.bin / hardware / topy / Excview / xlviewer.exe / RCDATA / CABINET / SETUP.INI < prev    next >
INI File  |  2004-11-18  |  3KB  |  73 lines

  1. ; Microsoft Office SETUP.EXE settings file.
  2.  
  3. [MSI]
  4. ; The MSI section gives the name of the MSI file to install. This file must be in 
  5. ; the same folder as Setup.exe, and both must be in the root of the installation 
  6. ; tree.
  7. MSI=XLVIEW.MSI
  8.  
  9. [Product]
  10. ProductCode={90840409-6000-11D3-8CFE-0150048383C9}
  11. ProductName=Microsoft Office Excel Viewer 2003
  12. ProductVersion=11.0.6412.0
  13. Recache=1
  14.  
  15. [MST]
  16. ; The MST section gives the full path to a transform that should be applied.
  17. ;MST1=\\server\share\some transform.mst
  18. ;MST1=D:\transforms\my transform.mst
  19.  
  20. [Options]
  21. ; The option section is used for specifying individual Installer Properties.
  22. ;USERNAME=Customer
  23. ;COMPANYNAME=my company
  24. ;INSTALLLOCATION=C:\Program Files\MyApp
  25.  
  26. [Display]
  27. ; The diplay section is used for overriding the default UI
  28. ;       Value           Default         Description
  29. ;       Display         full            Option to override the default UI
  30. ;                                       [none, quiet, basic, reduced, full]
  31. ;       CompletionNotice Yes            Option to display a setup completion 
  32. ;                                       notice for otherwise quiet setup
  33. ;Display=None
  34. ;CompletionNotice=Yes
  35.  
  36. [Logging]
  37. ; The logging section provides settings for controlling the Setup log files.
  38. ;       Value           Default         Description
  39. ;       Type            vpiwaeo         Logging modes  
  40. ;                                       [a, c, e, i, m, o, p, r, u , v, 
  41. ;                                       w, *, +]
  42. ;       Path            %TEMP%          Path to create logfiles
  43. ;       Template        SetupLog(*).txt File name for log file should end in 
  44. ;                                       "(*).txt"; the * is replaced with a 4 
  45. ;                                       digit number to make the file name unique
  46. Template=Microsoft Office Excel Viewer 2003 Setup(*).txt
  47. Type=piwaeo
  48. ;Path=\\MyServer\logfiles\ 
  49. ;Template=Product %UserName%(*).txt
  50.  
  51. [MinOSRequirement]
  52. ; MinOSRequirement is used for defining the minimal OS requirement for 
  53. ; installing the product. 
  54. VersionNT_1=500
  55. WindowsBuild_1=2195
  56. ServicePackLevel_1=3
  57.  
  58. [Cache]
  59. ; The cache section provides settings for caching the install source locally 
  60. ;       Value           Default         Description
  61. ;       CDCACHE            2             Option to specify cache level 
  62. ;                                       [auto, 0, 1, 2]
  63. ;       LOCALCACHEDRIVE <predefined>    Option to specify a drive to cache 
  64. ;                                       the install source to
  65. ;       DELETABLECACHE  1                Option to display UI to remove the 
  66. ;                                       cache at the end of setup [0,1]
  67. ;       PURGE           0               Option to always remove cache at end of 
  68. ;                                       setup [0,1]
  69. CDCACHE=auto
  70. ;LOCALCACHEDRIVE=C:\ 
  71. DELETABLECACHE=1
  72. PURGE=0
  73.