All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dib.bidibwizard-installer.2.0.29.source-code.unix_shortcut_specification.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<izpack:shortcuts version="5.0"
                  xmlns:izpack="http://izpack.org/schema/shortcuts"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">
                  
    <programGroup defaultName="${projectname}-${projectversion}" location="applications"/>
    
    <shortcut 
           name="${projectname}-${projectversion}" 
           programGroup="true" 
           desktop="yes" 
           applications="no" 
           startMenu="no"
           startup="no"
           target="java" 
           commandLine="${ADD_JVM_ARGS} -jar &quot;$INSTALL_PATH/bidibwizard-client-${projectversion}.jar&quot;" 
           description="${projectname}-Client" 
           categories="Application;Development;Utility" 
           iconFile="$INSTALL_PATH/icons/wizard-logo2-34x34.png" 
           iconIndex="0" 
           type="Application"
           createForAll="true"
           tryexec="java ${ADD_JVM_ARGS} -jar &quot;$INSTALL_PATH/bidibwizard-client-${projectversion}.jar&quot;"
           workingDirectory="$INSTALL_PATH" >
        
        <createForPack name="${projectname}"/>
    </shortcut>
    
    <shortcut
            name="${projectname}-${projectversion} Uninstaller"
            programGroup="true"
            desktop="yes"
            applications="no"
            startMenu="no"
            startup="no"
            target="java"
            commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"

            initialState="noShow"
            iconFile="trashcan_full"
            iconIndex="0"
            workingDirectory="$INSTALL_PATH"
            type="Application"
            KdeSubstUID="true"
            KdeUsername="root"
            createForAll="true"
            categories="Application;Development;Utility"
            tryexec="java -jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
            description="This uninstalls ${projectname} ${projectversion}">

        <createForPack name="${projectname}"/>
    </shortcut>
    
</izpack:shortcuts>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy