add flash force install thx silc

This commit is contained in:
Mario Fetka
2013-04-04 07:15:53 +02:00
parent 5512f521fd
commit 6b35833fa7
5 changed files with 331 additions and 30 deletions

View File

@@ -3,32 +3,32 @@ DefStringList $productProperty$
DefVar $reboot$
Set $reboot$ = "false"
if ($sereby_dotnet1.1$ = "uninstall")
if ($sereby_dotnet1.1$ = "reinstall")
Winbatch_dotnet1.1_uninstall
opsiservicecall_dotnet1.1_uninstall
Set $reboot$ = "true"
endif
if ($sereby_dotnet2.0$ = "uninstall")
if ($sereby_dotnet2.0$ = "reinstall")
Winbatch_dotnet2.0_uninstall
opsiservicecall_dotnet2.0_uninstall
Set $reboot$ = "true"
endif
if ($sereby_dotnet3.0$ = "uninstall")
if ($sereby_dotnet3.0$ = "reinstall")
Winbatch_dotnet3.0_uninstall
opsiservicecall_dotnet3.0_uninstall
Set $reboot$ = "true"
endif
if ($sereby_dotnet3.5$ = "uninstall")
if ($sereby_dotnet3.5$ = "reinstall")
Winbatch_dotnet3.5_uninstall
opsiservicecall_dotnet3.5_uninstall
Set $reboot$ = "true"
endif
if ($sereby_dotnet4.0$ = "uninstall")
if ($sereby_dotnet4.0$ = "reinstall")
Winbatch_dotnet4.0_uninstall
opsiservicecall_dotnet4.0_uninstall
Set $reboot$ = "true"
endif
if ($sereby_dotnet4.5$ = "uninstall")
if ($sereby_dotnet4.5$ = "reinstall")
Winbatch_dotnet4.5_uninstall
opsiservicecall_dotnet4.5_uninstall
Set $reboot$ = "true"
@@ -40,47 +40,47 @@ if ($reboot$ = "true")
ExitWindows /ImmediateReboot
endif
if ($sereby_msjsharp$ = "uninstall")
if ($sereby_msjsharp$ = "reinstall")
Winbatch_msjsharp_uninstall
opsiservicecall_msjsharp_uninstall
Set $reboot$ = "true"
endif
if ($sereby_silver$ = "uninstall")
if ($sereby_silver$ = "reinstall")
Winbatch_silver_uninstall
opsiservicecall_silver_uninstall
Set $reboot$ = "true"
endif
if ($sereby_jre$ = "uninstall")
if ($sereby_jre$ = "reinstall")
Dosbatch_jre_uninstall
opsiservicecall_jre_uninstall
Set $reboot$ = "true"
endif
if ($sereby_AdobeShock$ = "uninstall")
if ($sereby_AdobeShock$ = "reinstall")
Winbatch_AdobeShock_uninstall
opsiservicecall_AdobeShock_uninstall
Set $reboot$ = "true"
endif
if ($sereby_basicruntimes$ = "uninstall")
if ($sereby_basicruntimes$ = "reinstall")
Winbatch_basicruntimes_uninstall
opsiservicecall_basicruntimes_uninstall
Set $reboot$ = "true"
endif
if ($sereby_msdx9$ = "uninstall")
if ($sereby_msdx9$ = "reinstall")
Winbatch_msdx9_uninstall
opsiservicecall_msdx9_uninstall
Set $reboot$ = "true"
endif
if ($sereby_msdxm$ = "uninstall")
if ($sereby_msdxm$ = "reinstall")
Winbatch_msdxm_uninstall
opsiservicecall_msdxm_uninstall
Set $reboot$ = "true"
endif
if ($sereby_msvc$ = "uninstall")
if ($sereby_msvc$ = "reinstall")
Winbatch_msvc_uninstall
opsiservicecall_msvc_uninstall
Set $reboot$ = "true"
endif
if ($sereby_AdobeFlash$ = "uninstall")
if ($sereby_AdobeFlash$ = "reinstall")
Winbatch_AdobeFlash_uninstall
opsiservicecall_AdobeFlash_uninstall
Set $reboot$ = "true"