manifest.u3i

来自「teamviewer source code vc++」· U3I 代码 · 共 20 行

U3I
20
字号
<?xml version="1.0"?>
<!--Sample manifest file-->
<u3manifest version="1.0">
  <application uuid="3c4b09a4-27fe-4e1c-a630-71f8f3e6ffbb" version="2.41">
    <icon>TeamViewer.ico</icon>
    <name>TeamViewer</name>
    <description>Simple and fast remote control, desktop sharing and file transfer over the Internet. Also works behind firewalls and NAT proxies.</description>
    <shortDescription>Remote Control and File Transfer over the Internet, even behind Firewalls</shortDescription>
    <vendor url="www.teamviewer.com">TeamViewer GmbH</vendor>
    <options>
      <minFreeSpace>1</minFreeSpace>
     </options>
    <i18n />
  </application>
  <actions>
    <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\Teamviewer.exe">-remove</hostCleanUp>
    <appStop cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-appStop \"%U3_HOST_EXEC_PATH%\Teamviewer.exe\"</appStop>
    <appStart cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-appStart  \"%U3_HOST_EXEC_PATH%\Teamviewer.exe\"</appStart>
  </actions>
</u3manifest>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?