Changes

Jump to: navigation, search

Bing bar

249 bytes added, 20:57, 30 July 2012
Added Check, removed unused variable
== Bing Bar ==
This script is runing on every start of a machine script to remove bing barthe Bing Bar, which sometimes comes with certain softwareinstallationssoftware installations.
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 <packages>
<package
id="bing"
name="bing"
revision="45" execute> <check type="alwayslogical" condition="not"> <variable namecheck type="SOFTWARElogical" valuecondition="or"> <check type="file" condition="exists" path="%PROGRAMFILES%\Bing bar Installer\sfbk0002InstallManager.exe" /> <check type="file" condition="exists" path="%PROGRAMFILES(x86)%\programmeBing bar Installer\wpkg\softwareInstallManager.exe"/> </check> </check>
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Bing Bar Installer\InstallManager.exe" "%PROGRAMFILES%\Bing Bar Installer\InstallManager.exe" /UNINSTALL /silent' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\Bing Bar Installer\InstallManager.exe" "%PROGRAMFILES(x86)%\Bing Bar Installer\InstallManager.exe" /UNINSTALL /silent' /> </package>
</packages>
 
 
</source>
[[category:Silent Installers]]
117
edits

Navigation menu