bduffek
bduffek
It's so the same configuration information is read in 32 bit and 64 bit mode. If I recall correctly (since it's been a few years), the 32 bit version is...
I want to look into this but I'm a novice. Implementing specific languages would be trivial but ideally as you suggest would be best. As it stands, if Microsoft changes...
This explains it: http://broken-e.com/dragdropconfirm-instructions
I'm not very familiar with the inner workings of this. It seems to me the code executes every single time, so I'm not sure how much overhead would be acceptable...
I just learned there is a multistring registry type. Not only that, but it doesn't even break the current implementation if it exists instead of a string. I am hoping...
Because this uses C++ extreme care needs to be taken working with memory, so I'm not rushing into trying to implement the multistring support. I do plan to work on...
I'm leaving this open due to PeJeyDimO's suggestion. It might be possible to do those things with the install system.
I'm not saying I will definitely personally implement this however I see with the currently utilized installer tool the functionality likely exists: http://nsis.sourceforge.net/Detect_System_Language_Name https://stackoverflow.com/questions/14409801/nsis-detect-windows-version Such a feature would need an...
> Is there any update on this issue? It works with other versions, but instructions need to be updated. See my reply to this closed issue here: https://github.com/broken-e/DragDropConfirm/issues/22#issuecomment-571279832 Actually implementing...
I am totally new to this. As in I never compiled anything with Visual C++ much less messed with an explorer extension prior to less than a week ago. That...