Difference between revisions of "Bloomberg"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
m
Line 9: Line 9:
 
   <check type="uninstall" condition="exists" path="Bloomberg PFM Upload Tool for Microsoft Excel" />
 
   <check type="uninstall" condition="exists" path="Bloomberg PFM Upload Tool for Microsoft Excel" />
 
   <check type="uninstall" condition="exists" path="Bloomberg DDE Server" />
 
   <check type="uninstall" condition="exists" path="Bloomberg DDE Server" />
   <install cmd='\\ntinstall\wpkg\packages\bloomberg\sotrt1107.exe /s'>
+
   <install cmd='%SOFTWARE%\bloomberg\sotrt1107.exe /s' />
    <exit code="0" />
+
   <upgrade cmd='%SOFTWARE%\bloomberg\sotrt1107.exe /s' />
  </install>
+
   <upgrade cmd='\\ntinstall\wpkg\packages\bloomberg\sotrt1107.exe /s'>
+
    <exit code="0" />
+
  </upgrade>
+
 
   <remove cmd='Thereisnoremovecommandthatworks' />
 
   <remove cmd='Thereisnoremovecommandthatworks' />
 
  </package>  
 
  </package>  

Revision as of 20:04, 30 September 2006

<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 unattendedly 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. Or a way to repackage the program to work the way i want.

It installs fine however, and you can install new versions right over the top of the old ones fine as well. just no remove :(