Changes

Arcgis10

478 bytes added, 12:04, 25 February 2011
dot Net
</source>
== dot Net ==
The .NET SDK also requires some version of Visual Studio installed. The package definition below has a dependency on [[Microsoft_Visual_Studio_2008| Microsoft Visual Studio 2008]], however any of the follow versions of VS should work:
* Microsoft Visual Studio 2008 Service Pack 1 (Standard, Professional, Visual Basic Express or )
Visual C# Express
* Microsoft Visual Studio 2010 (Professional, Premium, Ultimate, or Test Professional)
 
<source lang="xml">
<package id="arcgis10-dotnet-sdk" name=".Net SDK for ArcGIS Desktop 10.0" revision="20110223.1" priority="0" reboot="false">
<depends package-id="arcgis10" />
<depends package-id="vs2008" />
<install cmd='msiexec /qn /norestart /i "%SOFTWARE%\GIS\ArcDesktop10\SDK_dotnet\setup.msi"' />