Implement SentTo Recomposed

This commit is contained in:
DSR! 2025-05-25 23:52:39 -03:00
parent 2c6ada08b0
commit 24208b41cb
4 changed files with 6 additions and 4 deletions

View File

@ -14,6 +14,7 @@ Es el complemento perfecto para los [manuales](https://github.com/indetectables-
2. **Actualizaciones Automáticas**: Integrado con un [Actualizador Universal](https://github.com/xchwarze/universal-tool-updater) personalizado para mantener las herramientas actualizadas automáticamente.
3. **Extensible**: Agrega fácilmente nuevas herramientas actualizando `bin\updater\tools.ini` y enlazándolas en `bin\sendto\sendto`.
4. **Configuración Automática**: El instalador maneja las dependencias, las variables de entorno y puede programar actualizaciones semanales.
5. **Integración del menú contextual**: Registra [SendTo Recomposed](https://github.com/xchwarze/sendto-recomposed) en el menú contextual de Windows para archivos.
## Instalación

View File

@ -14,6 +14,7 @@ This toolkit complements the [manuals](https://github.com/indetectables-net/manu
2. **Automated Updates**: Integrated with a custom [Universal Updater](https://github.com/xchwarze/universal-tool-updater) to keep tools updated automatically.
3. **Extensible**: Easily add new tools by updating `bin\updater\tools.ini` and linking them in `bin\sendto\sendto`.
4. **Automatic Setup**: The installer handles dependencies, environment variables, and can schedule weekly updates.
5. **Context menu integration**: Registers [SendTo Recomposed](https://github.com/xchwarze/sendto-recomposed) in the Windows right-click menu for files.
## Installation

View File

@ -25,10 +25,10 @@ Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit"; ValueType: string; ValueNa
;Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit"; ValueType: string; ValueName: "SeparatorAfter"; ValueData: ""; Components: "extras\contextmenu"; Flags: uninsdeletekey;
; x64
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\hstart\hstart64.exe"" /SHELL /D=""{#MyAppBinsFolder}\sendto"" """"{#MyAppBinsFolder}\sendto\sendto_x64.exe"" ""%1"""""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: Is64BitInstallMode;
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\sendto\sendto_x64.exe"" /D=""{#MyAppBinsFolder}\sendto"" ""%1"""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: Is64BitInstallMode;
; x32
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\hstart\hstart.exe"" /SHELL /D=""{#MyAppBinsFolder}\sendto"" """"{#MyAppBinsFolder}\sendto\sendto_x86.exe"" ""%1"""""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: not Is64BitInstallMode;
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\sendto\sendto_x86.exe"" /D=""{#MyAppBinsFolder}\sendto"" ""%1"""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: not Is64BitInstallMode;

View File

@ -25,10 +25,10 @@ Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit"; ValueType: string; ValueNa
;Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit"; ValueType: string; ValueName: "SeparatorAfter"; ValueData: ""; Components: "extras\contextmenu"; Flags: uninsdeletekey;
; x64
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\hstart\hstart64.exe"" /SHELL /D=""{#MyAppBinsFolder}\sendto"" """"{#MyAppBinsFolder}\sendto\sendto_x64.exe"" ""%1"""""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: Is64BitInstallMode;
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\sendto\sendto_x64.exe"" /D=""{#MyAppBinsFolder}\sendto"" ""%1"""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: Is64BitInstallMode;
; x32
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\hstart\hstart.exe"" /SHELL /D=""{#MyAppBinsFolder}\sendto"" """"{#MyAppBinsFolder}\sendto\sendto_x86.exe"" ""%1"""""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: not Is64BitInstallMode;
Root: "HKCR"; Subkey: "*\shell\IndetectablesToolkit\command"; ValueType: string; ValueName: ""; ValueData: """{#MyAppBinsFolder}\sendto\sendto_x86.exe"" /D=""{#MyAppBinsFolder}\sendto"" ""%1"""; Components: "extras\contextmenu"; Flags: uninsdeletekey; Check: not Is64BitInstallMode;