DevX-Cipher

Results 157 comments of DevX-Cipher

ok what is your email address

@MouriNaruto i sent they now sorry i had to finish up

@MouriNaruto I'm trying to add Inno Setup scripts, but it seems a lot harder are you working on adding this as well as other installer

@MouriNaruto ill create a pull request with some changes in the next hour or something for you

@MouriNaruto wait im confused do you mean about the context menu showing up the new windows 11 one stay hidden under show more options

can you screenshot to me because it works fine for me

ok i added in checks for this it should work now I will update it later

also works for browse under run as well

@MouriNaruto hope this helps ``` IFACEMETHODIMP GetState(_In_opt_ IShellItemArray* selection, _In_ BOOL okToBeSlow, _Out_ EXPCMDSTATE* cmdState) { bool isWindows11OrLater = IsWindows11OrLater(); if (isWindows11OrLater) { if (selection && okToBeSlow) { *cmdState =...

@MouriNaruto Please explain