Difference between revisions of "Windows Messenger"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
Line 1: | Line 1: | ||
− | This is a silent installer for Windows Messenger. | + | This is a silent installer for Windows Messenger. Windows messenger have been replaced by [[Live Messenger]] |
<source lang="xml"> | <source lang="xml"> | ||
Line 12: | Line 12: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
+ | [[Category:Microsoft software]] |
Revision as of 14:03, 1 April 2011
This is a silent installer for Windows Messenger. Windows messenger have been replaced by Live Messenger
<package id="wm52k" name="Windows Messenger 5 for Windows 2000">
<!-- Windows Messenger 5.0 -->
<check type="file" condition="versiongreaterorequal" path="%ProgramFiles%\Messenger\msmsgs.exe" value="5.0.0.0" />
<install cmd='%SOFTWARE%\windowsmessenger\enu\install.exe /q /r:n' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>