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

moving parts of the launcher complexity to Python #1379

Closed
2 of 4 tasks
stonebig opened this issue Aug 25, 2024 · 2 comments
Closed
2 of 4 tasks

moving parts of the launcher complexity to Python #1379

stonebig opened this issue Aug 25, 2024 · 2 comments

Comments

@stonebig
Copy link
Contributor

stonebig commented Aug 25, 2024

Launchers have been historically complex:

  • nullsoft to pre-create them, with .nsi code
  • vbs code and .bat code to prepare the environnement before launching 1 'standard' executable.

The replacement for 2024-04 has been:

  • to create a launcher generator in python from pfmoore shimmy project first commit,
  • to replace noshell.vbs layer (as it didn't work with the new teminal of windows11) per a powershell.exe command line layer

Next iteration shall be:

  • remove old bits from pfmoore, now that it's clear how it works (done in 2024-04)
  • aggregate the creation of a "launcher with icon" in one python file (done in 2024-04)
  • experiment launching a python script directly
  • experiment replacing "bat" , "vbs" and "ps1" scripts per ".py" scripts
@stonebig
Copy link
Contributor Author

as a remark:

@stonebig
Copy link
Contributor Author

2024-12-24:

  • due to anti-virus not happy with this technic, there is no choice but to drop it.
  • will try another way, when time

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