first commit

This commit is contained in:
Шершнев Игорь Александрович
2022-05-25 16:54:13 +03:00
commit 350ea7e6c6
79 changed files with 18298 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
%ComSpec% /c if not exist "%PROGRAMDATA%\R7-Office\License" mkdir "%PROGRAMDATA%\R7-Office\License"
%COMSPEC% /c copy \\fs.aao.ru\INSTALL\WPKG\packages\office\R7\96995304.lickey "%PROGRAMDATA%\R7-Office\License\license.lickey"
%COMSPEC% /c cacls "%PROGRAMDATA%\R7-Office\License" /T /E /G Все:F>nil
%COMSPEC% /c cacls "%PROGRAMDATA%\R7-Office\License\license.lickey" /T /E /G Все:F>nil

View File

@@ -0,0 +1,20 @@
.doc, R7.Document.12
.docx, R7.Document.12
.dotx, R7.Document.12
.odt, R7.Document.12
.ott, R7.Document.12
.rtf, R7.Document.12
.epub, R7.Document.12
.xps, R7.Document.12
.djvu, R7.Document.12
.xls, R7.Sheet.12
.xlsx, R7.Sheet.12
.xltx, R7.Sheet.12
.ods, R7.Sheet.12
.ots, R7.Sheet.12
.csv, R7.Sheet.12
.ppt, R7.Show.12
.pptx, R7.Show.12
.potx, R7.Show.12
.odp, R7.Show.12
.otp, R7.Show.12

View File

@@ -0,0 +1,22 @@
Set objShell = Wscript.CreateObject("WScript.Shell")
objShell.RegWrite "HKCR\.doc\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.docx\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.dotx\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.odt\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.ott\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.rtf\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.epub\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.xps\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.djvu\", "R7.Document.12", "REG_SZ"
objShell.RegWrite "HKCR\.xls\", "R7.Sheet.12", "REG_SZ"
objShell.RegWrite "HKCR\.xlsx\", "R7.Sheet.12", "REG_SZ"
objShell.RegWrite "HKCR\.xltx\", "R7.Sheet.12", "REG_SZ"
objShell.RegWrite "HKCR\.ods\", "R7.Sheet.12", "REG_SZ"
objShell.RegWrite "HKCR\.ots\", "R7.Sheet.12", "REG_SZ"
objShell.RegWrite "HKCR\.csv\", "R7.Sheet.12", "REG_SZ"
objShell.RegWrite "HKCR\.ppt\", "R7.Show.12", "REG_SZ"
objShell.RegWrite "HKCR\.pptx\", "R7.Show.12", "REG_SZ"
objShell.RegWrite "HKCR\.potx\", "R7.Show.12", "REG_SZ"
objShell.RegWrite "HKCR\.odp\", "R7.Show.12", "REG_SZ"
objShell.RegWrite "HKCR\.otp\", "R7.Show.12", "REG_SZ"

View File

@@ -0,0 +1,23 @@
<?xml version="1.0″ encoding="UTF-8″?>
<DefaultAssociations>
<Association Identifier=".doc" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".docx" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".dotx" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".odt" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".ott" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".rtf" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".epub" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".xps" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".djvu" ProgId="R7.Document.12" ApplicationName="Р7-Офис" />
<Association Identifier=".xls" ProgId="R7.Sheet.12" ApplicationName="Р7-Офис" />
<Association Identifier=".xlsx" ProgId="R7.Sheet.12" ApplicationName="Р7-Офис" />
<Association Identifier=".xltx" ProgId="R7.Sheet.12" ApplicationName="Р7-Офис" />
<Association Identifier=".ods" ProgId="R7.Sheet.12" ApplicationName="Р7-Офис" />
<Association Identifier=".ots" ProgId="R7.Sheet.12" ApplicationName="Р7-Офис" />
<Association Identifier=".csv" ProgId="R7.Sheet.12" ApplicationName="Р7-Офис" />
<Association Identifier=".ppt" ProgId="R7.Show.12" ApplicationName="Р7-Офис" />
<Association Identifier=".pptx" ProgId="R7.Show.12" ApplicationName="Р7-Офис" />
<Association Identifier=".potx" ProgId="R7.Show.12" ApplicationName="Р7-Офис" />
<Association Identifier=".odp" ProgId="R7.Show.12" ApplicationName="Р7-Офис" />
<Association Identifier=".otp" ProgId="R7.Show.12" ApplicationName="Р7-Офис" />
</DefaultAssociations>