-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further improvements to updater, permission check and UI
Added permission check and auto-elevation to plugin installation routine Added HideStatusBox option Added back is5comp as plugin, closes #18 Added /plugins command line switch Fixed .mht, .msi detection Fixed some untranslated terms in MethodSelect GUI Fixed possible file not found bug in updater Changed MethodSelect logic Further custom definition improvements
- Loading branch information
Showing
12 changed files
with
401 additions
and
367 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[Display] | ||
display=ARC | ||
displayTypeTranslation=TERM_ARCHIVE | ||
|
||
[Extract] | ||
useCmd=1 | ||
executable=arc.exe | ||
parameters=x %file | ||
hide=1 | ||
log=1 | ||
patternSearch=0 | ||
initialShow=0 | ||
|
||
[List] | ||
parameters= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Display] | ||
display=Flash Video | ||
displayTypeTranslation=TERM_CONTAINER | ||
|
||
[Extract] | ||
useCmd=1 | ||
executable=FLVExtractCL.exe | ||
parameters=-v -a -t -d %outdir %file | ||
hide=1 | ||
patternSearch=0 | ||
initialShow=0 | ||
workingdir=%filedir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[Display] | ||
display=Microsoft LIT | ||
displayTypeTranslation=TERM_EBOOK | ||
|
||
[Extract] | ||
useCmd=1 | ||
executable=clit.exe | ||
parameters=%file %outdir | ||
hide=1 | ||
log=1 | ||
patternSearch=0 | ||
initialShow=0 | ||
|
||
[List] | ||
parameters= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
; Detectied file type for TrID and Unix file tool, format: | ||
; Definition File=Filetype | ||
|
||
[Trid] | ||
arc=ARC Compressed archive | ||
flv=Flash Video | ||
lit=Microsoft Reader eBook | ||
|
||
[File] | ||
arc=ARC archive data | ||
flv=Macromedia Flash Video | ||
lit=Microsoft Reader eBook Data | ||
uu=uuencoded | ||
|
||
; File extension fallback, format: | ||
; Extension=Definition file | ||
|
||
[Extensions] | ||
arc=arc | ||
flv=flv | ||
lit=lit | ||
msi=msi | ||
uu=uu | ||
uue=uu | ||
wolf=arc_conv | ||
xx=uu | ||
xxe=uu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Display] | ||
display=UUencode | ||
displayTypeTranslation=TERM_ENCODED | ||
|
||
[Extract] | ||
useCmd=1 | ||
executable=uudeview.exe | ||
parameters=-p %outdir -i %file | ||
hide=1 | ||
patternSearch=0 | ||
initialShow=0 | ||
workingdir=%filedir |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters