You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/release/install/windows/windows_shortcut_specificat...

35 lines
886 B

<shortcuts>
<!--skipIfNotSupported/-->
<programGroup defaultName="SIPCommunicator" location="applications"/>
<shortcut
name="SIP Communicator"
target="$INSTALL_PATH\run.bat"
workingDirectory="$INSTALL_PATH"
description="This starts SIP Communicator Application"
iconFile="$INSTALL_PATH\sc-logo.ico"
iconIndex="0"
initialState="noShow"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no">
<createForPack name="run" />
</shortcut>
<shortcut
name="Uninstall SIP Communicator"
target="$INSTALL_PATH\uninstall.bat"
workingDirectory="$INSTALL_PATH"
description="This uninstalls SIP Communicator"
iconFile="$INSTALL_PATH\sc-logo.ico"
iconIndex="0"
initialState="noShow"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no">
<createForPack name="run" />
</shortcut>
</shortcuts>