home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Studio / PI_B_CD2.ISO / pip / setup.ini < prev   
INI File  |  2000-06-14  |  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=bonus.pak
  23.  
  24. [ProductInformation]
  25. ProductCode={120E6BD1-2149-11d4-A6AD-00A0CC28D961}
  26. ProductValue=fvBonus2001
  27. DisplayName=Microsoft Picture It! Photo Creativity 2001
  28.  
  29.  
  30. [ServicePack]
  31. NTVersion=4
  32. ; 0x300 as a decimal number.
  33. SPLevel=1024
  34. 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.
  35.  
  36.