Komodo Edit is the leading free multi-language code editor (Python, Perl, Ruby, HTML/CSS, JavaScript and more) for programming and web development. However, Komodo IDE provides more features such as debugging and unit testing, and is now free for everyone!
1 | 2 |
---|---|
Software Name | Komodo Edit |
Publisher | ActiveState Software Inc. |
Homepage | https://www.activestate.com/ |
Architecture | 64-bit |
Software Version | 12.0.1 |
Download (.msi) | Komodo-Edit-12.0.1-18441.msi |
Install Behavior | System Context (All Users) |
Detection (Location) | C:\Program Files\ActiveState Komodo Edit 12\komodo.exe |
Silent Installation | msiexec.exe /i "Komodo-Edit-12.0.1-18441.msi" /qn |
Silent Uninstallation | msiexec.exe /X "{1EEA9A57-9EA5-47B2-93D9-29F6E0B49EBD}" /qn |
Winget | winget install --id=ActiveState.KomodoEdit -e |
How to Install The App Silently
- Download the installer from the link in the above table.
- Copy the downloaded file to a designated folder, such as (
C:\Installers)
. Alternatively, you can transfer the installer to a USB device for installing the application on other computers. - Open CMD (Command Prompt) as administrator.
- Navigate to the source folder using the cd command:
cd /d "C:\Installer"
- Type the silent installation command in the above table the press to install the app.
After a minute or so, you should see the app installed in the installation directory. The app should appear in the Installed Apps section in Windows Settings or under Programs and Features in the Control Panel.
How to Uninstall The App Silently
- Open CMD (Command Prompt) as administrator.
- Type the silent uninstallation command in the above table the press to install the app.