Difference between revisions of "TweetDeck"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(This is a silent installer and uninstaller for TweetDeck (AdobeAIR required).)
(No difference)

Revision as of 15:50, 15 October 2009

This is a silent installer and uninstaller for TweetDeck (AdobeAIR required).

TweetDeckis a Twitter client for use with multipule accounts

I have not yet tried it for upgrades.

The AdobeAIR installer needs to be the same one used to install AIR to begin with.

<packages>

<package id="tweetdeck" name="Tweetdeck" revision="0.30.5" priority="0">
<check type="file" condition="exists" path="%PROGRAMFILES%\TweetDeck\TweetDeck.exe" />	           
<check type="uninstall" condition="exists" path="TweetDeck" />
<install cmd='%SOFTWARE%\AdobeAIR\AdobeAIRInstaller.exe -silent -eulaAccepted %SOFTWARE%\AdobeAIR\TweetDeck_0_30.5.air'>
<exit code="0" />
</install>
<remove  cmd='C:\WINDOWS\system32\msiexec.exe /qb /x {3AF47C4E-065B-FF3F-93DE-8D9AD4E8C10D} -quiet' />

</package> </packages>