~mysql/mysql-utilities/1.5

« back to all changes in this revision

Viewing changes to support/MSWindows/mysql_utilities_com.xml

  • Committer: Israel Gomez
  • Date: 2014-07-25 15:49:36 UTC
  • Revision ID: israel.gomez@oracle.com-20140725154936-qq2v9ndmdsle4lec
Tags: release-1.5.1rc1
BUG#19262669 : fixes to Package mechanisms regarding release-1.5.1rc

The release-1.5.1rc will be a standalone release, meaning it Utilities will
no longer be a subproduct of Workbench. As a result we need to fix some of
the Package mechanism.

This patch fixes the Package mechanism to remove the references to Workbench,
in addition adds the functionality to package additional info files from
Fabric proyect.

This patch also fixes the shortcuts to the online documentation installed by
the Windows MSI package.

v3

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
          <RegistryValue Type="string" Name="Version" Value="$(var.Version)"/>
185
185
          <RegistryValue Type="string" Name="Location" Value="[INSTALLDIR]"/>
186
186
        </RegistryKey>
187
 
        <util:InternetShortcut Id="url_workbench"
188
 
         Name="MySQL Workbench Manual (online)"
189
 
         Target="http://dev.mysql.com/doc/workbench/en/index.html"/>
190
 
        <util:InternetShortcut Id="url_mysqlauditadmin"
191
 
         Name="mysqlauditadmin (online)"
192
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlauditadmin.html"/>
193
 
        <util:InternetShortcut Id="url_mysqlauditgrep"
194
 
         Name="mysqlauditgrep (online)"
195
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlauditgrep.html"/>
196
 
        <util:InternetShortcut Id="url_mysqldbcompare"
197
 
         Name="mysqldbcompare (online)"
198
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbcompare.html"/>
199
 
        <util:InternetShortcut Id="url_mysqldbcopy"
200
 
         Name="mysqldbcopy (online)"
201
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbcopy.html"/>
202
 
        <util:InternetShortcut Id="url_mysqldbexport"
203
 
         Name="mysqldbexport (online)"
204
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbexport.html"/>
205
 
        <util:InternetShortcut Id="url_mysqldbimport"
206
 
         Name="mysqldbimport (online)"
207
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbimport.html"/>
208
 
        <util:InternetShortcut Id="url_mysqldiff"
209
 
         Name="mysqldiff (online)"
210
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldiff.html"/>
211
 
        <util:InternetShortcut Id="url_mysqldiskusage"
212
 
         Name="mysqldiskusage (online)"
213
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldiskusage.html"/>
214
 
        <util:InternetShortcut Id="url_mysqlfailover"
215
 
         Name="mysqlfailover (online)"
216
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlfailover.html"/>
217
 
        <util:InternetShortcut Id="url_mysqlindexcheck"
218
 
         Name="mysqlindexcheck (online)"
219
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlindexcheck.html"/>
220
 
        <util:InternetShortcut Id="url_mysqlmedagrep"
221
 
         Name="mysqlmetagrep (online)"
222
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlmetagrep.html"/>
223
 
        <util:InternetShortcut Id="url_mysqlprocgrep"
224
 
         Name="mysqlprocgrep (online)"
225
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlprocgrep.html"/>
226
 
        <util:InternetShortcut Id="url_mysqlreplicate"
227
 
         Name="mysqlreplicate (online)"
228
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlreplicate.html"/>
229
 
        <util:InternetShortcut Id="url_mysqlrpladmin"
230
 
         Name="mysqlrepladmin (online)"
231
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlrpladmin.html"/>
232
 
        <util:InternetShortcut Id="url_mysqlrplcheck"
233
 
         Name="mysqlrplcheck (online)"
234
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlrplcheck.html"/>
235
 
        <util:InternetShortcut Id="url_mysqlrplshow"
236
 
         Name="mysqlrplshow (online)"
237
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlrplshow.html"/>
238
 
        <util:InternetShortcut Id="url_mysqlserverclone"
239
 
         Name="mysqlserverclone (online)"
240
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlserverclone.html"/>
241
 
        <util:InternetShortcut Id="url_mysqlserverinfo"
242
 
         Name="mysqlserverinfo (online)"
243
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlserverinfo.html"/>
244
 
        <util:InternetShortcut Id="url_mysqluc"
245
 
         Name="mysqluc (online)"
246
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqluc.html"/>
247
 
        <util:InternetShortcut Id="url_mysqluserclone"
248
 
         Name="mysqluserclone (online)"
249
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqluserclone.html"/>
 
187
        <util:InternetShortcut Id="url_utils_fabric"
 
188
         Name="MySQL Utilities - MySQL Fabric Manual (online)"
 
189
         Target="http://dev.mysql.com/doc/index-utils-fabric.html"/>
250
190
      </Component>
251
191
    </DirectoryRef>
252
192
 
299
239
     Value="$(var.BitmapDir)\WixUIDialog_Utilities.bmp"/>
300
240
 
301
241
    <Property Id="Version" Value="$(var.Version)"/>
302
 
    <Property Id="WorkbenchReleaseNotice" Value="$(var.ReleaseString)"/>
303
242
  </Product>
304
243
</Wix>