Hi,
I have developed a python based application for windows 10 and I created a setup exe for installation into Program Files (x86) folder via inno setup tool. My problem is whenever I execute my setup.exe file on another windows device, SmartScreen shows "Microsoft defender SmartScreen...
Hi,
I am trying to register a shell context menu dll in Windows7. For that it needed explorer to be restarted. I use inno setup(installer script) and in that script I tried to restart the explorer as an Administrator.
1. Stop Explorer
2. Register the DLL
3. Start Explorer.
When the...