home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Studio / PIPR_CD1.ISO / pip / setup.ini < prev   
INI File  |  2000-06-08  |  1KB  |  36 lines

  1. [Logging]
  2. ; If present, the logging section provides default logging information.
  3. ;There are three possible values, all are optional and have defaults as shown below
  4. ;
  5. ;    Value        Default            Description
  6. ;    Type        <none>            Logging mode to use, e.g. ea
  7. ;                        Use * to get all logging modes; + to append to the
  8. ;                        logfile if it exists.
  9. ;    Path        %TEMP%            Path to create logfiles in.  May contain environment variables.
  10. ;                        Final component may be non-existent and will be created.
  11. ;    Template    SetupLog(*).txt        File name for log file.  May contain environment variables.
  12. ;                        Should end in "(*).txt"; the * is replaced with a zero-padded
  13. ;                        4 digit number to make the file name unique.
  14. Type=icewarmup
  15. Template=pihp(*).txt
  16.  
  17.  
  18. [setup]
  19. ; database indicates the msi that should be used during setup.  Whild cards are valid
  20. ; here also.  The MSI will be installed in order.  There is no autorun if reboot is
  21. ; required.
  22. database=pi5.pak
  23.  
  24.  
  25. [ProductInformation]
  26. ProductCode={F629C3EE-FD92-4EDC-BE49-3228AC392993}
  27. ProductValue=fvPIPrem2001
  28. DisplayName=Microsoft Picture It! Photo Premium 2001
  29.  
  30.  
  31. [ServicePack]
  32. NTVersion=4
  33. ; 0x300 as a decimal number.
  34. SPLevel=1024
  35. MessageText=%s cannot be installed on this computer.  This product requires Microsoft Windows NT Version 4.0 Service Pack 4 or higher.  Please download the service pack from www.microsoft.com prior to installing.
  36.