Difference between revisions of "MySQL Control Center"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
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.
  
<package id="mysqlcc" name="MySQL Control Center" revision="1" priority="0" reboot="false">
+
<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" />
 
  <check type="uninstall" condition="exists" path="MySQL Control Center" />
 
  <install cmd='msiexec /qb /l* c:\netinst\mysqlcc.log /i %SOFTWARE%\mysql\cc\mysqlcc.msi' />
 
  <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}" />
 
  <remove cmd="MsiExec.exe /qb /l* c:\netinst\mysqlcc.log /u{7EFDA3AC-8A61-43C0-B023-33866829C816}" />
</package>
+
</package>
 +
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 19:14, 19 February 2008

This is a silent installer and uninstaller for MySQL Control Center.

<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>