Changes

MySQL Control Center

28 bytes added, 19:14, 19 February 2008
m
no edit summary
This is a silent installer and uninstaller for MySQL Control Center.
<source lang="xml"><package id="mysqlcc" name="MySQL Control Center" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="MySQL Control Center" />
<install cmd='msiexec /qb /l* c:\netinst\mysqlcc.log /i %SOFTWARE%\mysql\cc\mysqlcc.msi' />
<remove cmd="MsiExec.exe /qb /l* c:\netinst\mysqlcc.log /u{7EFDA3AC-8A61-43C0-B023-33866829C816}" />
</package></source>
[[category:Silent Installers]]