Difference between revisions of "Bloomberg"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
+ | This is a silent installer for Bloomberg. | ||
+ | |||
+ | <source lang="xml"> | ||
<package | <package | ||
id="bloomberg" | id="bloomberg" | ||
Line 13: | Line 16: | ||
<remove cmd='Thereisnoremovecommandthatworks' /> | <remove cmd='Thereisnoremovecommandthatworks' /> | ||
</package> | </package> | ||
+ | </source> | ||
− | Currently there is no way to | + | Currently there is no way to silently remove Bloomberg software from the machine. I have tried every UNWISE.exe switch there is to no avail. I have lodge multiple calls with Bloomberg tech support about this. Their 'Install' reps have no clue what i am on about. If anyone knows how to do this please let me know. |
− | It installs fine however, and you can install new versions right over the top of the old ones fine as well. | + | It installs fine however, and you can install new versions right over the top of the old ones fine as well. |
[[Category: Silent Installers]] | [[Category: Silent Installers]] |
Latest revision as of 22:09, 5 February 2008
This is a silent installer for Bloomberg.
<package
id="bloomberg"
name="Bloomberg Professional Software"
revision="1"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Bloomberg, V.11.07.05" />
<check type="uninstall" condition="exists" path="Bloomberg Report Viewer (CR)" />
<check type="uninstall" condition="exists" path="Bloomberg PFM Upload Tool for Microsoft Excel" />
<check type="uninstall" condition="exists" path="Bloomberg DDE Server" />
<install cmd='%SOFTWARE%\bloomberg\sotrt1107.exe /s' />
<upgrade cmd='%SOFTWARE%\bloomberg\sotrt1107.exe /s' />
<remove cmd='Thereisnoremovecommandthatworks' />
</package>
Currently there is no way to silently remove Bloomberg software from the machine. I have tried every UNWISE.exe switch there is to no avail. I have lodge multiple calls with Bloomberg tech support about this. Their 'Install' reps have no clue what i am on about. If anyone knows how to do this please let me know.
It installs fine however, and you can install new versions right over the top of the old ones fine as well.