File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.0.4.3 " ) ]
33- [ assembly: AssemblyFileVersion ( "1.0.4.3 " ) ]
32+ [ assembly: AssemblyVersion ( "1.0.4.4 " ) ]
33+ [ assembly: AssemblyFileVersion ( "1.0.4.4 " ) ]
Original file line number Diff line number Diff line change 11<# CalibreImportShellExtension Setup file.
22 This script registers the CalibreImportShellExtension.dll file as a context menu handler for various file extensions.
33 The script can be run with the following arguments:
4- -Install, - i: Register the DLL and add registry entries.
5- -Uninstall, - u: Unregister the DLL and remove registry entries.
6- -RestartExplorer, - re: Restart Windows Explorer.
4+ -i: Register the DLL and add registry entries.
5+ -u: Unregister the DLL and remove registry entries.
6+ -re: Restart Windows Explorer.
77 If no arguments are provided, the script will default to the Install action.
88 #>
99
You can’t perform that action at this time.
0 commit comments