Skip to content

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

Open
yjfvictor wants to merge 5 commits intobmatzelle:masterfrom
yjfvictor:master
Open

Add manifest files for install.exe and patch.exe to fix issue #156#157
yjfvictor wants to merge 5 commits intobmatzelle:masterfrom
yjfvictor:master

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