Alert user of virtualization of bootstrap script on Windows in powershell #17907
thatrobotguy
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for the report! I'm glad you managed to pinpoint your issue. We're not currently looking into implementing virtualization detection but we would gladly take a PR from a contributor that implements the requested feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been messing with
vcpkg
s bootstrap lately trying to getvcpkg.exe
to be created and I eventually came to my problem and solution, as outlined here.Essentially, my problem is that the bootstrap script kept getting flagged by anti-malware software and it would be blocked from actually writing any data to the hard drive.
The bootstrap script would correctly identify that the OS the script was running on was not recognized. This problem would make the script throw this error:
I am requesting a feature be built in to
vcpkg
such that it can recognize if the program is being containerized. I do not want other people after me to be stuck with correct scripts not working because of a silly malware guard. Maybe the script can output to the terminal some message and some options for getting the script to run outside of a container. A way to turn off that container through CLI would be great (though I do not know how possible that is; it may not be).I am not sure how to implement this, but I wanted to make aware the developers of this software such that somebody at some point can make such a fix.
Beta Was this translation helpful? Give feedback.
All reactions