How to find the Target *.exe file of *.appref-ms

前端 未结 7 1731
名媛妹妹
名媛妹妹 2021-01-31 00:58

I have to make a Backup of the Program running from the file *.appref-ms
When i Opened the File GitHub.appref-ms using text editor i found

http://gith

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-31 01:30

    The appref-ms file does not point to the exe. When you hit that shortcut, it invokes the deployment manifest at the deployment provider url and checks for updates. It checks the application manifest (yourapp.exe.manifest) to see what files to download, and this file contains the definition of the entry point (i.e. the exe).

提交回复
热议问题