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

Fix internet_detector not installing #1163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

emtuls
Copy link
Member

@emtuls emtuls commented Nov 13, 2024

This fixes #1131

I believe the issue stems primarily from BoxStarter running a terminal from system32, which PyInstaller will not run properly from. This is why it worked during testing via our test script and not when running a full install with the FlareVM install script.

I also noticed that what I thought was a workaround for cmd being spawned in a usermode context from an admin PowerShell was not actually doing such, so I removed the statement that said that and also forced PyInstaller to be a version that will continue to allow us to run it in an admin context.

@emtuls emtuls self-assigned this Nov 13, 2024
@emtuls emtuls added the 🌀 FLARE-VM A package or feature to be used by FLARE-VM label Nov 13, 2024
@emtuls emtuls requested a review from Ana06 November 13, 2024 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌀 FLARE-VM A package or feature to be used by FLARE-VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

internet_detector.exe missing
1 participant