home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / aTunes / aTunes_2.0.1_installer.exe / res / shortcutSpec.xml < prev   
Extensible Markup Language  |  2010-06-20  |  3KB  |  116 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <shortcuts>
  3.     <programGroup defaultName='aTunes' location='applications'/>
  4.     <skipIfNotSupported/>
  5.    <!-- Unix -->
  6.    <shortcut
  7.       name='aTunes'
  8.       programGroup='yes'
  9.       desktop='yes'
  10.       applications='no'
  11.       startMenu='no'
  12.       startup='no'
  13.       target='sh'
  14.       type='Application'
  15.       encoding='UTF-8'
  16.       commandLine='"$INSTALL_PATH/aTunes.sh"'
  17.       workingDirectory=''
  18.       description='aTunes'
  19.       iconIndex='0'
  20.       iconFile='$INSTALL_PATH/aTunes.ico'
  21.       initialState='noShow'
  22.       os='unix'>
  23.       <createForPack name='aTunes Base'/>
  24.    </shortcut>
  25.  
  26.    <shortcut
  27.       name='Uninstall aTunes'
  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 aTunes'
  39.       iconIndex='0'
  40.       iconFile='$INSTALL_PATH/uninstall.ico'
  41.       initialState='noShow'
  42.       os='unix'>
  43.       <createForPack name='aTunes Base'/>
  44.    </shortcut>
  45.  
  46.    <!-- Windows -->
  47.       <shortcut
  48.         name='aTunes'
  49.         programGroup='yes'
  50.         desktop='yes'
  51.         applications='no'
  52.         startMenu='no'
  53.         startup='no'
  54.         target='$INSTALL_PATH\aTunes.exe'
  55.         commandLine=''
  56.            workingDirectory="$INSTALL_PATH\"
  57.         description='aTunes'
  58.         iconIndex='0'
  59.         iconFile='$INSTALL_PATH/aTunes.ico'
  60.         initialState='noShow'
  61.         os='windows'>
  62.         <createForPack name='aTunes Base'/>
  63.       </shortcut>
  64.       <shortcut
  65.         name='Uninstall aTunes'
  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 aTunes'
  75.         iconIndex='0'
  76.         iconFile='$INSTALL_PATH/uninstall.ico'
  77.         initialState='noShow'
  78.         os='windows'>
  79.         <createForPack name='aTunes Base'/>
  80.       </shortcut>
  81.       <!-- Mac OS -->
  82.       <shortcut
  83.            name='aTunes'
  84.            programGroup='yes'
  85.            desktop='yes'
  86.            applications='no'
  87.            startMenu='no'
  88.            startup='no'
  89.            target='$INSTALL_PATH\aTunes.command'
  90.            commandLine=''
  91.            workingDirectory="$INSTALL_PATH\"
  92.            description='aTunes'
  93.            iconIndex='0'
  94.            iconFile='$INSTALL_PATH/aTunes.ico'
  95.            initialState='noShow'
  96.            os='mac'>
  97.           <createForPack name='aTunes Base'/>
  98.       </shortcut>
  99.       <shortcut
  100.            name='Uninstall aTunes'
  101.            programGroup='yes'
  102.            desktop='no'
  103.            applications='no'
  104.            startMenu='no'
  105.            startup='no'
  106.            target='javaw'
  107.            commandLine='-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"'
  108.            workingDirectory='$INSTALL_PATH/Uninstaller'
  109.            description='Uninstall aTunes'
  110.            iconIndex='0'
  111.            iconFile='$INSTALL_PATH/uninstall.ico'
  112.            initialState='noShow'
  113.            os='mac'>
  114.           <createForPack name='aTunes Base'/>
  115.       </shortcut>
  116.     </shortcuts>