inno setup

  1. E

    How to prevent "Microsoft defender SmartScreen prevented an unrecognised app" warning for my own python based app

    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...
  2. A

    Windows 7 Windows7 Issues while restarting Explorer

    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...
Back
Top