|
本帖最后由 xiao75918 于 2015-8-4 19:50 编辑
word艺术边框不能用,显示无.
BORDERS里文件齐全,因该是注册表的问题,能完善下吗?
自己加个cmd
@echo off
PUSHD %~dp0
cd /d "%~dp0"
rem word艺术边框
reg add "HKLM\SOFTWARE\Classes\Installer\Features\00002109030000000000000000F01FEC" /f /v "WORDBordersFiles" /t REG_SZ /d "WORDFiles"
reg add "HKLM\SOFTWARE\Classes\Record\{5931055C-16BA-101B-989C-00006B82871A}\11.0.0.0" /f /v "Assembly" /t REG_SZ /d "Microsoft.Vbe.Interop.Forms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"
reg add "HKLM\SOFTWARE\Classes\Record\{5931055C-16BA-101B-989C-00006B82871A}\11.0.0.0" /f /v "Class" /t REG_SZ /d "Microsoft.Vbe.Interop.Forms.fmBorderStyle"
reg add "HKLM\SOFTWARE\Classes\Record\{5931055C-16BA-101B-989C-00006B82871A}\11.0.0.0" /f /v "RuntimeVersion" /t REG_SZ /d "v1.1.4322"
reg add "HKLM\SOFTWARE\Classes\Record\{E1FC1640-70DF-101B-BC16-00AA003E3B29}\11.0.0.0" /f /v "Assembly" /t REG_SZ /d "Microsoft.Vbe.Interop.Forms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"
reg add "HKLM\SOFTWARE\Classes\Record\{E1FC1640-70DF-101B-BC16-00AA003E3B29}\11.0.0.0" /f /v "Class" /t REG_SZ /d "Microsoft.Vbe.Interop.Forms.fmBorders"
reg add "HKLM\SOFTWARE\Classes\Record\{E1FC1640-70DF-101B-BC16-00AA003E3B29}\11.0.0.0" /f /v "RuntimeVersion" /t REG_SZ /d "v1.1.4322"
reg add "HKLM\SOFTWARE\Classes\Wow6432Node\Interface\{00020855-0000-0000-C000-000000000046}" /f /ve /t REG_SZ /d "Borders"
reg add "HKLM\SOFTWARE\Classes\Wow6432Node\Interface\{0002093C-0000-0000-C000-000000000046}" /f /ve /t REG_SZ /d "Borders"
reg add "HKLM\SOFTWARE\Classes\Wow6432Node\Interface\{914934CA-5A91-11CF-8700-00AA0060263B}" /f /ve /t REG_SZ /d "Borders"
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders" /f /v "%CD%\\BORDERS\\" /t REG_SZ /d ""
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\45743AE98AAACAD4CBD8BC01EDF2BF0B" /f /v "00002109030000000000000000F01FEC" /t REG_SZ /d "%CD%\BORDERS\MSART1.BDR"
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\00002109030000000000000000F01FEC\Features" /f /v "WORDBordersFiles" /t REG_SZ /d "[mm}ZvG}z@N)oI(4,xsaWORDFiles"
|
|