Set file extensions after install by script #87
This commit is contained in:
parent
cdf57b941d
commit
ad5abad9f1
@ -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
1419
source/SFTA.pb
Normal file
File diff suppressed because it is too large
Load Diff
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
@ -11,3 +11,5 @@
|
||||
!searchreplace.exe
|
||||
!isuseradmin.exe
|
||||
!prompt-user.exe
|
||||
!SFTA.exe
|
||||
|
||||
|
BIN
tools/SFTA.exe
Normal file
BIN
tools/SFTA.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user