Difference between revisions of "MySQL Control Center"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link and and description) |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for MySQL Control Center. | + | This is a silent installer and uninstaller for MySQL Control Center, a GUI frontend for MySQL. More infos from [http://sourceforge.net/projects/mysqlcc/ here]. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 07:39, 1 April 2011
This is a silent installer and uninstaller for MySQL Control Center, a GUI frontend for MySQL. More infos from here.
<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>