Silent install software Arduino IDE without drivers

Hello. Is it possible to install only Arduino IDE software in silent mode? (I.e. without drivers). The drivers themselves are separately installed.

Which operating system?

Windows 8.1 x64 Pro, 10 x64 Pro all Build

  • Use the "Windows ZIP file for non admin install" download link on the Software page (direct link is http://downloads.arduino.cc/arduino-{IDE version}-windows.zip).
  • Move the downloaded .zip file to the place you want to install the IDE.
  • Unzip the file.
  • Delete the .zip file.

That's all you need to do to install the IDE. This will not set the file association with .ino files.

Can the developer compile the exe file in which only the Arduino IDE software? Or add a key in InnoSetup so that the installation is without drivers?