home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 Ek…a Alt Til Din Hjemmeside / K-CD_2001_Ekstra_Alt_til_din_hjemmeside.iso / SETUP.INI < prev    next >
INI File  |  2000-01-14  |  3KB  |  61 lines

  1. ; Microsoft Office 2000 Windows installer setup.exe information file.
  2. ; If a file exists in the same directory as setup.exe named "setup.ini", or
  3. ; /settings <path to ini file> is passed on the command line, that file will
  4. ; be read and modify the default behavior of setup as shown below.
  5.  
  6. [MSI]
  7. ; If a value is present, the MSI section gives the name of the MSI file to install.  
  8. ; This file must be in the same directory as setup.exe, and both must be in the root 
  9. ; of the installation tree.
  10. ; If no value is present, setup.exe will look for exactly one file matching "*.msi"
  11. ; in its directory and if found, use that.
  12. ;
  13. MSI=data1.msi
  14.  
  15. ;[MST]
  16. ; If a value is present, the MST section gives the full path to a transform to apply.  
  17. ; Specify it in the form MST1=path to MST
  18. ; Remember to uncomment both the section name and the value names.
  19. ;
  20. ;MST1=\\server\share\some transform.mst
  21. ;MST1=D:\transforms\my transform.mst
  22.  
  23. [Options]
  24. ; If a value is present, the [Options] section gives the values of properties to apply to
  25. ; this installation.  Specify them in the format: 
  26. ; PropName=PropValue
  27. ; Remember to uncomment both the section name and the value names.
  28. ;
  29. ;USERNAME=Customer
  30.  
  31. ;[Display]
  32. ; If a value is present, the [Display] section overrides default UI modes.
  33. ; Display has one of the following values:
  34. ;        quiet, none, basic, reduced, full
  35. ; CompletionNotice - if this value is present gives whether or not to display 
  36. ; a setup completion noticefor otherwise quiet setups. The completion notice will 
  37. ; only appear if Setup does not need to reboot to complete the installation.
  38. ; Remember to uncomment both the section name and the value names.
  39. ;
  40. ;Display=None
  41. ;CompletionNotice=Yes
  42.  
  43. [Logging]
  44. ; If a value is present, the logging section provides default logging information.  
  45. ; There are three possible values, all are optional and have defaults as shown below
  46. ;
  47. ;    Value        Default            Description
  48. ;    Type        <none>            Logging mode to use, e.g. ea
  49. ;                        Use * to get all logging modes; + to append to the
  50. ;                        logfile if it exists.
  51. ;    Path        %TEMP%            Path to create logfiles in.  May contain environment variables.
  52. ;                        Final component may be non-existent and will be created.
  53. ;    Template    SetupLog(*).txt        File name for log file.  May contain environment variables.
  54. ;                        Should end in "(*).txt"; the * is replaced with a zero-padded
  55. ;                        4 digit number to make the file name unique.
  56. ;Type=icewarmup
  57. ;Path=\\OfficeServer\logfiles\
  58. ;Template=Office %UserName%(*).txt
  59. Template=Office 2000 Premium Setup(*).txt
  60. Type=piwae
  61.