bugfixing

This commit is contained in:
Michael H.G. Schmidt 2023-01-14 17:15:31 +01:00
parent 6aebaef85a
commit a29ce48188
4 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
rem this script puts everything in place ... rem this script puts everything in place ...
set TOOLS=c:\tools set TOOLS=c:\tools
set SXS=c:\sources\sxs set SXS=%WINDIR%\sources\sxs
set BATCH=%TOOLS%\scripts\autoconfig-all.cmd set BATCH=%TOOLS%\scripts\autoconfig-all.cmd
set LOG=c:\CustomSetup.txt set LOG=c:\CustomSetup.txt

View File

@ -4,11 +4,10 @@ if %ERRORLEVEL% neq 0 exit /b
set EXE=..\software\iview-setup.exe set EXE=..\software\iview-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
set TARGET=%PROGRAMFILES%\IrfanView
if NOT EXIST %EXE% ( if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! echo ERROR: %EXE% not found!
echo GOTO: https://www.irfanview.com/64bit.htm
echo and save the file as "iview-setup.exe" in folder "software" !
pause pause
exit /b exit /b
) )
@ -16,7 +15,7 @@ if NOT EXIST %EXE% (
echo ####### %0 ####### echo ####### %0 #######
echo installing IrfanView ... echo installing IrfanView ...
start /wait %EXE% /silent /desktop=1 /thumbs=1 /folder="c:\iview" /group=1 /allusers=1 /assoc=1 start /wait %EXE% /silent /desktop=1 /thumbs=1 /folder="%TARGET%" /group=1 /allusers=1 /assoc=1
echo removing IrfanView startmenu folder ... echo removing IrfanView startmenu folder ...
rd /S /Q %STARTMENU%\"IrfanView" 2>nul rd /S /Q %STARTMENU%\"IrfanView" 2>nul

View File

@ -4,7 +4,7 @@ if %ERRORLEVEL% neq 0 exit /b
set EXE=..\software\totalcommander-setup.exe set EXE=..\software\totalcommander-setup.exe
set KEY=..\company\wincmd.key set KEY=..\company\wincmd.key
set TARGET=c:\totalcmd set TARGET=%PROGRAMFILES%\totalcommander
set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs" set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs"
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs" set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs"

View File

@ -109,7 +109,7 @@ powershell -Command ^
echo. echo.
echo enabling OS feature "NetFx3" ... echo enabling OS feature "NetFx3" ...
dism /online /enable-feature /featurename:NetFx3 /All /Source:c:\sources\sxs /LimitAccess /NoRestart dism /online /enable-feature /featurename:NetFx3 /All /Source:%WINDIR%:\sources\sxs /LimitAccess /NoRestart
echo. echo.
call modify-path.cmd call modify-path.cmd