MonoDevelop 4.0.9

Full internal name:monodevelop
Project site:http://monodevelop.com
Screen shots:
Screen shot
Download: Download MonoDevelop 4.0.9

http://download.xamarin.com/studio/Windows/XamarinStudio-4.0.9.msi

VirusTotal results
Change log:n/a
Description:

WARNING: newer versions of the IDE for Windows are available as source only.

Xamarin Studio. IDE (integrated development environment) for the development of software that uses both the Mono and Microsoft .NET frameworks

Supported languages: C#, F#, Visual Basic .NET, Vala

License:LGPLv2.1
Version:4.0.9
SHA-1 or SHA-256:fe6e774648062ef6d15f5f9f2fdf1d95bee6941b
Type:one file
Dependencies:
  • GTK# [2.12.20, 2.12.20]
Tags:
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
msiexec.exe /qn /norestart /lime .Npackd\MSI.log /i "%setup%" TARGETDIR="%CD%" ALLUSERS=1
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit 0
if %err% neq 0 exit %err%
.Npackd\Uninstall.bat:
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
msiexec.exe /qn /norestart /lime .Npackd\MSI.log /x "%setup%"
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit 0
if %err% neq 0 exit %err%
Last modified:Sat May 15 09:00:52 UTC 2021
Last modified by:tim.lebedk...
Created:Fri Nov 08 12:12:09 UTC 2013
Created by:tim.lebedk...
Automated tests:1 of 1 installations succeeded, 1 of 1 removals succeeded