This project contains a Windows CMD file which can be used to install a Python file including a portable version of Python and all the requirements.
The CMD File can be configured to install a shortcut on the user's Windows App Menu.
This whole script can be used to be able to publish open source code as open source without needing to create an executable.
Download the finished CMD file, which should be provided by the program or app you want to install (An example can be found here).
Then execute this file and follow the instructions provided.
An example CMD file can be found here
- Download the CMD template form here.
- Open this file in any text editor.
- Change all the variables to your own values (for example your URL or your program name). The variables which you can change are on lines 20 to 30.
- Test if it installs everything correctly on your computer.
- Publish this file so others can easily download your program or app.