This commit is contained in:
Michael H.G. Schmidt 2023-01-16 17:19:18 +01:00
parent 40eacd7f5d
commit 5287121790

View File

@ -15,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="%TARGET%" /group=1 /allusers=1 /assoc=1 start /wait %EXE% /silent /desktop=1 /thumbs=1 /folder="%TARGET%" /group=1 /allusers=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