Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add manifest files for install.exe and patch.exe to fix issue #156 #157

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

yjfvictor
Copy link

Add manifest files for install.exe and patch.exe, in order to persuade Windows 7's UAC that they are not installers.

…e Windows 7'UAC that they are not installers.
@yjfvictor
Copy link
Author

This pull request is just to solve the issue 156.

@yjfvictor yjfvictor changed the title add manifest files Add manifest files for install.exe and patch.exe Sep 7, 2014
@yjfvictor yjfvictor changed the title Add manifest files for install.exe and patch.exe Add manifest files for install.exe and patch.exe to fix issue #156 Sep 7, 2014
@monty241
Copy link

Would be great improvement for me.

mt -nologo -manifest "install.exe.manifest" -outputresource:"install.exe;bmatzelle#1"
mt -nologo -manifest "patch.exe.manifest" -outputresource:"patch.exe;bmatzelle#1"
@yjfvictor
Copy link
Author

yjfvictor commented Jan 4, 2019

  1. Embed manifest files in the executable files using the mt command, so the manifest files are not needed anymore.
mt -nologo -manifest "install.exe.manifest" -outputresource:"install.exe;#1"
mt -nologo -manifest "patch.exe.manifest" -outputresource:"patch.exe;#1"
  1. Update curl.exe to version 7.63.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants