home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-07-11 | 1.4 KB | 36 lines |
- ; This file adds WordViewer registry items to a preinstalled machine and
- ; creates a link to "Microsoft Word Viewer" in the Accessories file.
- ; It is called via the [Install] section of PISETUP.INF
- ;
- ; Notes:
- ; * Group convertor must be run after the UpdateInis section is finished.
- ; This is automatically handled by PISETUP during Runonce.
-
- [Addwv]
- Addreg=addwvreg
- UpdateInis=addwvlink
-
- [Addwvreg]
- HKCR,Wordpad.Document.1\shell\wordview,,,"Word&View"
- HKCR,Wordpad.Document.1\shell\wordview\command,,,"%25%\WORDVIEW\WORDVIEW.EXE ""%%1"""
- HKCR,Word.Document.6,,,"Microsoft Word Document"
- HKCR,Word.Document.6\shell\wordview,,,"Word&View"
- HKCR,Word.Document.6\shell\wordview\command,,,"%25%\WORDVIEW\WORDVIEW.EXE ""%%1"""
- HKCR,".dot",,,"Word.Template"
- HKCR,Word.Template,,,"Microsoft Word Template"
- HKCR,Word.Template\shell,,,"wordview"
- HKCR,Word.Template\shell\print\command,,,"%25%\WORDVIEW\WORDVIEW.EXE /p ""%%1"""
- HKCR,Word.Template\shell\wordview,,,"Word&View"
- HKCR,Word.Template\shell\wordview\command,,,"%25%\WORDVIEW\WORDVIEW.EXE ""%%1"""
- HKCR,Word.Template\DefaultIcon,,,"%25%\WORDVIEW\WORDVIEW.EXE,3"
- HKLM,Software\Classes\.doc,,,"Wordpad.Document.1"
-
- [AddWVlink]
- setup.ini, progman.groups,, "group4=%APPS_DESC%"
- setup.ini, group4,, """%WordViewer_Desc%"", %25%\wordview\WORDVIEW.EXE"
-
- [Strings]
- APPS_DESC="Accessories"
- ; to be the same as APPS_DESC in retail product
- WordViewer_Desc="Microsoft Word Viewer"
-