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

[Restructuring] Run thcrap through wrapper exes #110

Closed
brliron opened this issue Jun 17, 2019 · 1 comment
Closed

[Restructuring] Run thcrap through wrapper exes #110

brliron opened this issue Jun 17, 2019 · 1 comment
Assignees
Milestone

Comments

@brliron
Copy link
Member

brliron commented Jun 17, 2019

A big part of the restructuring is to move all the DLLs in a directory. But thcrap_configure.exe and thcrap_launcher.exe have to move with them, but I don't want the user to enter the binaries directory to run thcrap.
The idea is to have small CRT-less exes in the root directory, one of them called thcrap_configure.exe, that just does a CreateProcess("binaries\\thcrap_configure.exe", ...).
They could also install the CRT and the .NET runtime (see #107 and #108).
I already wrote the code, I just need to integrate it.

@brliron brliron added this to the Restructuring milestone Jun 17, 2019
@brliron brliron self-assigned this Jun 17, 2019
@brliron
Copy link
Member Author

brliron commented Jun 19, 2019

Closed by 9490a9e

@brliron brliron closed this as completed Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant