This commit is contained in:
Michael H.G. Schmidt 2022-06-19 19:13:19 +02:00
parent d5a23cb5e0
commit 12e887eedb
5 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,5 @@
[ofw]
AutoSave=0
AutoTime=1
BackupType=0
UpdateCheckEnabled=0

View File

@ -0,0 +1,5 @@
[pmw]
AutoSave=0
AutoTime=1
BackupType=0
UpdateCheckEnabled=0

View File

@ -0,0 +1,5 @@
[prw]
AutoSave=0
AutoTime=1
BackupType=0
UpdateCheckEnabled=0

View File

@ -0,0 +1,5 @@
[tmw]
AutoSave=0
AutoTime=1
BackupType=0
UpdateCheckEnabled=0

View File

@ -1,6 +1,7 @@
@echo off
set OPT=..\optional
set CONFIG=config
set SOFTWARE=..\software
set MSI=softmaker-setup.msi
set SETTINGS=..\company\settings.cmd
@ -24,7 +25,6 @@ if NOT EXIST %SETTINGS% (
call %SETTINGS%
)
echo ####### %0 #######
cd %SOFTWARE%
@ -89,6 +89,27 @@ reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^
/v "BackupFilesPath" /d "" /t REG_SZ /f
echo copying .ini files ...
mkdir %USERPROFILE%\Documents\SoftMaker\Settings 2>nul
copy /Y %CONFIG%\*21config.ini %USERPROFILE%\Documents\SoftMaker\Settings
echo preparing Softmaker documents folders ...
for %%D in (
"Backup"
"Bullets"
"Samples"
"PlanMaker 2021 templates"
"Presentations 2021 designs"
"TextMaker 2021 templates"
) do (
mkdir %USERPROFILE%\Documents\SoftMaker\%%D 2>/nul
attrib +R %USERPROFILE%\Documents\SoftMaker\%%D 2>/nul
)
echo setting default formats ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^
/v "DefaultFormat" /d 6 /t REG_DWORD /f