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")
|
2019-09-06 13:54:40 +02:00
|
|
|
DefVar $sereby_dotnet4.8.0$
|
|
|
|
Set $sereby_dotnet4.8.0$ = GetProductProperty("sereby_dotnet4.8.0", "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")
|
2019-09-06 12:11:08 +02:00
|
|
|
DefVar $sereby_jre11$
|
|
|
|
Set $sereby_jre11$ = GetProductProperty("sereby_jre11", "install")
|
2014-04-12 17:20:06 +02:00
|
|
|
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")
|
2018-03-01 01:37:22 +01:00
|
|
|
DefVar $sereby_msvc2005$
|
|
|
|
Set $sereby_msvc2005$ = GetProductProperty("sereby_msvc2005", "install")
|
|
|
|
DefVar $sereby_msvc2008$
|
|
|
|
Set $sereby_msvc2008$ = GetProductProperty("sereby_msvc2008", "install")
|
|
|
|
DefVar $sereby_msvc2010$
|
|
|
|
Set $sereby_msvc2010$ = GetProductProperty("sereby_msvc2010", "install")
|
|
|
|
DefVar $sereby_msvc2012$
|
|
|
|
Set $sereby_msvc2012$ = GetProductProperty("sereby_msvc2012", "install")
|
|
|
|
DefVar $sereby_msvc2013$
|
|
|
|
Set $sereby_msvc2013$ = GetProductProperty("sereby_msvc2013", "install")
|
|
|
|
DefVar $sereby_msvc2017$
|
|
|
|
Set $sereby_msvc2017$ = GetProductProperty("sereby_msvc2017", "install")
|
2013-04-01 10:30:15 +02:00
|
|
|
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
|
|
|
|
|
|
|
|