Difference between revisions of "Sharpdevelop"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with "Sharpdevelop (#Develop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. It is open-source. You can download it from http://www.icsharpcode.net/OpenSou...")
(No difference)

Revision as of 12:11, 5 August 2012

Sharpdevelop (#Develop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. It is open-source. You can download it from http://www.icsharpcode.net/OpenSource/SD/Download

The setup depends on Microsoft Dotnet 4 Framwork.

 <package id="sharpdev" 
	name="SharpDevelop" 
	revision="%version%" 
	reboot="false" 
	priority="0">

	<variable name="version" value="4.2.1.8805" />

	<check type="uninstall" condition="exists" path="SharpDevelop 4.2" />

	<depends package-id="dotnet40" />

        <install cmd='msiexec /i "%SOFTWARE%\sharpdevelop\SharpDevelop_%version%_Setup.msi" /qn' />

	<upgrade cmd='msiexec /i "%SOFTWARE%\sharpdevelop\SharpDevelop_%version%_Setup.msi" /qn' />
    
	<remove cmd='msiexec /x{EF3200AA-2323-40C8-99B7-F003424FBE29} /qn' />
	
 </package>