Guest User

Untitled

a guest
Oct 21st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!--
  3. This is the shortcut specification for windows. Its considered default so on
  4. Systems that are not shortcut compatible the information is taken from here.
  5. -->
  6. <shortcuts>
  7.     <programGroup defaultName="SteamNet" location="applications"/>
  8.     <shortcut
  9.         name = "One Click Wonder"
  10.         target = "$INSTALL_PATH\oneclickwonder.bat"
  11.         commandLine = ""
  12.         workingDirectory= "$INSTALL_PATH"
  13.         description="Minimal Desktop Timer"
  14.         iconFile="$INSTALL_PATH\images\windows_icon.ico"
  15.         iconIndex="0"
  16.         initialState="noShow"
  17.         programGroup="yes"
  18.         desktop="yes"
  19.         applications="yes"
  20.         startMenu="yes"
  21.         startup="yes"/>
  22. </shortcuts>
Add Comment
Please, Sign In to add comment