Set file extensions after install by script

This commit is contained in:
Michael H.G. Schmidt 2023-01-19 14:31:37 +01:00
parent cdf57b941d
commit ad5abad9f1
4 changed files with 1515 additions and 0 deletions

View File

@ -27,6 +27,100 @@ move /Y "%PUBLIC%\Desktop\IrfanView*.lnk" %STARTMENU%\IrfanView
rem refresh desktop (W10 style)
ie4uinit.exe -show
for %%A in (
acr
ani
b3d
bmp
dib
clp
crw
cr2
cr3
cur
dcm
ima
dcx
dds
djvu
iw44
dxf
ecw
emf
eps
ps
exr
g3
gif
hdp
jxr
wdp
heic
ico
iff
lbm
jls
jp2
jpc
j2k
jpg
jpeg
jpe
jpm
mng
jng
pbm
pcd
pcx
pgm
png
ppm
psd
psp
ras
sun
raw
rle
sff
sgi
rgb
sid
tga
tif
tiff
wbmp
webp
wmf
xbm
xpm
swf
flv
ttf
asf
avi
mpg
mpe
mpeg
mov
wmv
aif
mid
rmi
mp3
ogg
au
snd
wav
wma
) do (
echo registering file type [ .%%A ] ...
sfta --reg "%TARGET%\i_view64.exe" ".%%A
)
echo ####### %0 #######
pause

1419
source/SFTA.pb Normal file

File diff suppressed because it is too large Load Diff

2
tools/.gitignore vendored
View File

@ -11,3 +11,5 @@
!searchreplace.exe
!isuseradmin.exe
!prompt-user.exe
!SFTA.exe

BIN
tools/SFTA.exe Normal file

Binary file not shown.