8000 Instructions on how to create launchers · Issue #648 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

Instructions on how to create launchers #648

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

Open
kawing-chiu opened this issue Jul 15, 2018 · 4 comments
Open

Instructions on how to create launchers #648

kawing-chiu opened this issue Jul 15, 2018 · 4 comments

Comments

@kawing-chiu
Copy link
kawing-chiu commented Jul 15, 2018

There are some nice launchers with icons in the root directory of winpython. When customizing winpython to include my own packages, I want to create a few more launchers like these for my app, but don't know how to proceed. It would be great if some instructions can be provided. Thanks!

@stonebig
Copy link
Contributor
stonebig commented Jul 21, 2018

well, it's nullsoft installer thing, as I didn't find a simpler alternative. and so it's not painless.
see https://github.com/winpython/winpython/blob/master/make.py#L505..L567 for usage.

maybe you can just hack the ".bat" embedded in a given icon, to get new launcher (with unfortunately same image as original (as the launcher itself does really nothing else, now)

@stonebig
Copy link
Contributor
stonebig commented Oct 29, 2018

in a side note, you MUST have an updated Windows 10 and activate the "long path option" (more than 260 characters), to be able to build WinPython with Jupyterlab.
(a javascript step "uglify" play with 300 characters, or more, path)

procedure:

  • run regedit.exe as administrator
  • go to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
  • change value of [LongPathsEnabled] (DWORD) from "0" to "1"
  • reboot.

https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/

or

https://social.msdn.microsoft.com/Forums/en-US/fc85630e-5684-4df6-ad2f-5a128de3deef/260-character-explorer-path-length-limit?forum=windowsgeneraldevelopmentissues

@RoyiAvital
Copy link

See #1079.

@stonebig
Copy link
Contributor
stonebig commented May 4, 2025

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

3 participants
0