2013-04-01 10:30:15 +02:00
|
|
|
DefVar $MSVersion$
|
|
|
|
Set $MSVersion$ = GetMsVersionInfo
|
|
|
|
DefVar $sereby_timer_value$
|
2013-06-26 15:42:01 +02:00
|
|
|
Set $sereby_timer_value$ = GetProductProperty("sereby_timer_value", "5")
|
2013-04-01 10:30:15 +02:00
|
|
|
DefVar $sereby_timer_enabled$
|
|
|
|
Set $sereby_timer_enabled$ = GetProductProperty("sereby_timer_enabled", "1")
|
|
|
|
DefVar $sereby_dotnet1.1$
|
|
|
|
Set $sereby_dotnet1.1$ = GetProductProperty("sereby_dotnet1.1", "install")
|
|
|
|
DefVar $sereby_dotnet2.0$
|
|
|
|
Set $sereby_dotnet2.0$ = GetProductProperty("sereby_dotnet2.0", "install")
|
|
|
|
DefVar $sereby_dotnet3.0$
|
|
|
|
Set $sereby_dotnet3.0$ = GetProductProperty("sereby_dotnet3.0", "install")
|
|
|
|
DefVar $sereby_dotnet3.5$
|
|
|
|
Set $sereby_dotnet3.5$ = GetProductProperty("sereby_dotnet3.5", "install")
|
|
|
|
DefVar $sereby_dotnet4.0$
|
|
|
|
Set $sereby_dotnet4.0$ = GetProductProperty("sereby_dotnet4.0", "none")
|
2014-05-11 13:39:38 +02:00
|
|
|
DefVar $sereby_dotnet4.5$
|
|
|
|
Set $sereby_dotnet4.5$ = GetProductProperty("sereby_dotnet4.5", "install")
|
2014-04-12 17:20:06 +02:00
|
|
|
DefVar $sereby_win8xdotnet3x$
|
|
|
|
Set $sereby_win8xdotnet3x$ = GetProductProperty("sereby_win8xdotnet3x", "install")
|
2013-04-01 10:30:15 +02:00
|
|
|
DefVar $sereby_msjsharp$
|
|
|
|
Set $sereby_msjsharp$ = GetProductProperty("sereby_msjsharp", "install")
|
2013-09-04 23:13:44 +02:00
|
|
|
DefVar $sereby_msfsharp$
|
|
|
|
Set $sereby_msfsharp$ = GetProductProperty("sereby_msfsharp", "install")
|
2013-04-01 10:30:15 +02:00
|
|
|
DefVar $sereby_silver$
|
|
|
|
Set $sereby_silver$ = GetProductProperty("sereby_silver", "install")
|
2014-04-12 17:20:06 +02:00
|
|
|
DefVar $sereby_jre7$
|
|
|
|
Set $sereby_jre7$ = GetProductProperty("sereby_jre7", "install")
|
|
|
|
DefVar $sereby_jre8$
|
|
|
|
Set $sereby_jre8$ = GetProductProperty("sereby_jre8", "install")
|
2013-04-01 10:30:15 +02:00
|
|
|
DefVar $sereby_AdobeShock$
|
|
|
|
Set $sereby_AdobeShock$ = GetProductProperty("sereby_AdobeShock", "install")
|
|
|
|
DefVar $sereby_basicruntimes$
|
|
|
|
Set $sereby_basicruntimes$ = GetProductProperty("sereby_basicruntimes", "install")
|
|
|
|
DefVar $sereby_msdx9$
|
|
|
|
Set $sereby_msdx9$ = GetProductProperty("sereby_msdx9", "install")
|
|
|
|
DefVar $sereby_msdxm$
|
|
|
|
Set $sereby_msdxm$ = GetProductProperty("sereby_msdxm", "install")
|
|
|
|
DefVar $sereby_msvc$
|
|
|
|
Set $sereby_msvc$ = GetProductProperty("sereby_msvc", "install")
|
|
|
|
DefVar $sereby_AdobeFlash$
|
|
|
|
Set $sereby_AdobeFlash$ = GetProductProperty("sereby_AdobeFlash", "install")
|
2013-04-08 22:12:02 +02:00
|
|
|
DefVar $sereby_AdobeAir$
|
|
|
|
Set $sereby_AdobeAir$ = GetProductProperty("sereby_AdobeAir", "install")
|
2013-04-01 10:30:15 +02:00
|
|
|
|
|
|
|
|