|
|
|
@ -59,12 +59,12 @@
@@ -59,12 +59,12 @@
|
|
|
|
|
Installed OR (NETFRAMEWORK40FULL AND NETFRAMEWORK40FULLVERSION = "4.0.30128") |
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
Check for the operating system is at least Windows 2000 (VersionNT = 500). |
|
|
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/operating_system_property_values.asp |
|
|
|
|
--> |
|
|
|
|
<Condition Message="The operating system you are using is not supported by SharpDevelop (95/98/ME/NT3.x/NT4.x)."> |
|
|
|
|
Installed OR VersionNT >= 500 |
|
|
|
|
<!-- Check for C++ 2008 Runtime (we accept any 2008 runtime version) --> |
|
|
|
|
<Property Id="VCPP2008RUNTIME" Secure="yes"> |
|
|
|
|
<RegistrySearch Id="VCpp2008Runtime" Root="HKLM" Key="SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0" Name="SP" Type="raw" /> |
|
|
|
|
</Property> |
|
|
|
|
<Condition Message="This setup requires the Microsoft Visual C++ 2008 SP1 Redistributable Package to be installed."> |
|
|
|
|
Installed OR (VCPP2008RUNTIME <> "") |
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|