home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / view / addwv.inf < prev    next >
Encoding:
INI File  |  1995-07-11  |  1.4 KB  |  36 lines

  1. ; This file adds WordViewer registry items to a preinstalled machine and
  2. ; creates a link to "Microsoft Word Viewer" in the Accessories file.
  3. ; It is called via the [Install] section of PISETUP.INF
  4. ;
  5. ; Notes:
  6. ; * Group convertor must be run after the UpdateInis section is finished.
  7. ;   This is automatically handled by PISETUP during Runonce.
  8.  
  9. [Addwv]
  10. Addreg=addwvreg
  11. UpdateInis=addwvlink
  12.  
  13. [Addwvreg]
  14. HKCR,Wordpad.Document.1\shell\wordview,,,"Word&View"
  15. HKCR,Wordpad.Document.1\shell\wordview\command,,,"%25%\WORDVIEW\WORDVIEW.EXE ""%%1"""
  16. HKCR,Word.Document.6,,,"Microsoft Word Document"
  17. HKCR,Word.Document.6\shell\wordview,,,"Word&View"
  18. HKCR,Word.Document.6\shell\wordview\command,,,"%25%\WORDVIEW\WORDVIEW.EXE ""%%1"""
  19. HKCR,".dot",,,"Word.Template"
  20. HKCR,Word.Template,,,"Microsoft Word Template"
  21. HKCR,Word.Template\shell,,,"wordview"
  22. HKCR,Word.Template\shell\print\command,,,"%25%\WORDVIEW\WORDVIEW.EXE /p ""%%1"""
  23. HKCR,Word.Template\shell\wordview,,,"Word&View"
  24. HKCR,Word.Template\shell\wordview\command,,,"%25%\WORDVIEW\WORDVIEW.EXE ""%%1"""
  25. HKCR,Word.Template\DefaultIcon,,,"%25%\WORDVIEW\WORDVIEW.EXE,3"
  26. HKLM,Software\Classes\.doc,,,"Wordpad.Document.1"
  27.  
  28. [AddWVlink]
  29. setup.ini, progman.groups,, "group4=%APPS_DESC%"
  30. setup.ini, group4,, """%WordViewer_Desc%"", %25%\wordview\WORDVIEW.EXE"
  31.  
  32. [Strings]
  33. APPS_DESC="Accessories"
  34. ; to be the same as APPS_DESC in retail product
  35. WordViewer_Desc="Microsoft Word Viewer"
  36.