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 >
Wrap
Extensible Markup Language
|
2010-08-30
|
2KB
|
82 lines
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<shortcuts>
<programGroup defaultName='Jajuk' location='applications'/>
<skipIfNotSupported/>
<!-- Unix -->
<shortcut
name='Jajuk'
programGroup='yes'
desktop='yes'
applications='yes'
startMenu='yes'
startup='no'
target='sh'
type='Application'
encoding='UTF-8'
commandLine='"$INSTALL_PATH/jajuk"'
workingDirectory='$INSTALL_PATH'
description='Jajuk advanced JukeBox'
iconIndex='0'
iconFile='$INSTALL_PATH/jajuk-icon-shortcut_64x64.png'
initialState='noShow'
os='unix'>
<createForPack name='main pack'/>
</shortcut>
<shortcut
name='Uninstall'
programGroup='yes'
desktop='no'
applications='no'
startMenu='no'
startup='no'
type='Application'
encoding='UTF-8'
target='java'
commandLine='-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"'
workingDirectory=''
description='Uninstall Jajuk'
iconIndex='0'
iconFile='$INSTALL_PATH/jajuk-uninstall.png'
initialState='noShow'
os='unix'>
<createForPack name='main pack'/>
</shortcut>
<!-- Windows -->
<shortcut
name='Jajuk'
programGroup='yes'
desktop='yes'
applications='no'
startMenu='no'
startup='no'
target='javaw'
commandLine='-client -Xms20M -Xmx512M -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar "$INSTALL_PATH/bin/jajuk.jar" -notest'
workingDirectory='$INSTALL_PATH/bin'
description='Jajuk advanced JukeBox'
iconIndex='0'
iconFile='$INSTALL_PATH/jajuk-icon.ico'
initialState='noShow'
os='windows'>
<createForPack name='main pack'/>
</shortcut>
<shortcut
name='Uninstall'
programGroup='yes'
desktop='no'
applications='no'
startMenu='no'
startup='no'
target='javaw'
commandLine='-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"'
workingDirectory='$INSTALL_PATH/Uninstaller'
description='Uninstall Jajuk'
iconIndex='0'
iconFile='$INSTALL_PATH/jajuk-uninstall.ico'
initialState='noShow'
os='windows'>
<createForPack name='main pack'/>
</shortcut>
</shortcuts>