home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / jajuk / jajuk-1.9RC7-win32-setup.exe / res / shortcutSpec.xml < prev    next >
Extensible Markup Language  |  2010-08-30  |  2KB  |  82 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <shortcuts>
  3.    <programGroup defaultName='Jajuk' location='applications'/>
  4.    <skipIfNotSupported/>
  5.   <!-- Unix -->
  6.   <shortcut
  7.      name='Jajuk'
  8.      programGroup='yes'
  9.      desktop='yes'
  10.      applications='yes'
  11.      startMenu='yes'
  12.      startup='no'
  13.      target='sh'
  14.      type='Application'
  15.      encoding='UTF-8'
  16.      commandLine='"$INSTALL_PATH/jajuk"'
  17.      workingDirectory='$INSTALL_PATH'
  18.      description='Jajuk advanced JukeBox'
  19.      iconIndex='0'
  20.      iconFile='$INSTALL_PATH/jajuk-icon-shortcut_64x64.png'
  21.      initialState='noShow'
  22.      os='unix'>
  23.      <createForPack name='main pack'/>
  24.    </shortcut>
  25.    
  26.     <shortcut
  27.      name='Uninstall'
  28.      programGroup='yes'
  29.      desktop='no'
  30.      applications='no'
  31.      startMenu='no'
  32.      startup='no'
  33.      type='Application'
  34.      encoding='UTF-8'
  35.      target='java'
  36.      commandLine='-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"'
  37.      workingDirectory=''
  38.      description='Uninstall Jajuk'
  39.      iconIndex='0'
  40.      iconFile='$INSTALL_PATH/jajuk-uninstall.png'
  41.      initialState='noShow'
  42.      os='unix'>
  43.      <createForPack name='main pack'/>
  44.    </shortcut>
  45.    
  46.    <!-- Windows -->
  47.    <shortcut
  48.      name='Jajuk'
  49.      programGroup='yes'
  50.      desktop='yes'
  51.      applications='no'
  52.      startMenu='no'
  53.      startup='no'
  54.      target='javaw'
  55.      commandLine='-client -Xms20M -Xmx512M -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar "$INSTALL_PATH/bin/jajuk.jar" -notest'
  56.      workingDirectory='$INSTALL_PATH/bin'
  57.      description='Jajuk advanced JukeBox'
  58.      iconIndex='0'
  59.      iconFile='$INSTALL_PATH/jajuk-icon.ico'
  60.      initialState='noShow'
  61.      os='windows'>
  62.      <createForPack name='main pack'/>
  63.    </shortcut>
  64.     <shortcut
  65.      name='Uninstall'
  66.      programGroup='yes'
  67.      desktop='no'
  68.      applications='no'
  69.      startMenu='no'
  70.      startup='no'
  71.      target='javaw'
  72.      commandLine='-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"'
  73.      workingDirectory='$INSTALL_PATH/Uninstaller'
  74.      description='Uninstall Jajuk'
  75.      iconIndex='0'
  76.      iconFile='$INSTALL_PATH/jajuk-uninstall.ico'
  77.      initialState='noShow'
  78.      os='windows'>
  79.      <createForPack name='main pack'/>
  80.    </shortcut>
  81.   </shortcuts>
  82.