Devcpp
From WPKG | Open Source Software Deployment and Distribution
Dev-C++ 5.5.3
This is a silent installer and uninstaller for Dev-C++ Download from here
<package id="devcpp"
name="Dev C++"
revision="5.5.3"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Dev-C++" />
<install cmd='"%SOFTWARE%\devcpp\Dev-Cpp 5.5.3 MinGW 4.7.2 Setup.exe" /S' />
<remove architecture="x86" cmd='"%PROGRAMFILES%\Dev-Cpp\uninstall.exe /S' />
<remove architecture="x64" cmd='"%%PROGRAMFILES(X86)%\Dev-Cpp\uninstall.exe /S' />
</package>