home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / update_h / _winfile / winman / script / ppt_3x.int / powerpoi.wms
Encoding:
INI File  |  1994-04-10  |  1.2 KB  |  37 lines

  1. [Header]
  2. Name=POWERPOI.WMS
  3. Alias=Powerpoint 3.0
  4. Author=BrainWare / R.Schallberger
  5. Date_Written=23.3.94
  6. Changed_By=
  7. Changed_At=
  8. Change_Reason=
  9. Version=1
  10.  
  11. [Start]
  12.  cd '%PowerUser%'
  13.  highrun '%PowerApp%\powerpnt.exe'
  14.  
  15. [Common]
  16.  menu '%MT_Office%' '%MT_Power%' '%PowerApp%\powerpnt.exe' '%WinMan%\wmscr.exe %WinMan%\powerpoi.wms start' '%MG_Office%'
  17.  
  18. [Install]
  19.  menu '%MT_Office%' '%MT_Power%' '%PowerApp%\powerpnt.exe' '%WinMan%\wmscr.exe %WinMan%\powerpoi.wms start' '%MG_Office%'
  20.  md '%PowerUser%'
  21.  
  22.  iniwrite 'extensions' 'ppt' '%PowerApp%\powerpnt.exe ^.ppt'
  23.  iniwrite 'Microsoft PowerPoint 3' 'DefaultDirectory' '%PowerApp%'
  24.  iniwrite 'embedding' 'MSPowerPointSho' 'PowerPoint Presentation,PowerPoint Presentation,%PowerApp%\POWERPNT.EXE,picture'
  25.  iniwrite 'embedding' 'MSPowerPoint' 'PowerPoint Slide,PowerPoint Slide,%PowerApp%\POWERPNT.EXE,picture'
  26.  copy '%PowerApp%\powerpnt.ini' to '%PowerUser%\' /-r /-o
  27.  
  28. [UnInstall]
  29.  MessageBox '%MT_Power%' '%SWNotAvail%' /OK /INFO /O=OK
  30. :OK
  31.  menu '%MT_Office%' '%MT_Power%' /DELETE
  32.  
  33.  iniwrite 'extensions' 'ppt' {nil}
  34.  iniwrite 'Microsoft PowerPoint 3' {nil} {nil}
  35.  iniwrite 'embedding' 'MSPowerPointSho' {nil} {nil}
  36.  iniwrite 'embedding' 'MSPowerPoint' {nil} {nil}
  37.