123456789101112131415161718192021222324 |
- Building installers
- ===================
- .. module:: nsist
- .. autoclass:: InstallerBuilder
-
- .. automethod:: run
- .. automethod:: fetch_python
- .. automethod:: fetch_pylauncher
- .. automethod:: write_script
- .. automethod:: prepare_shortcuts
- .. automethod:: prepare_packages
- .. automethod:: copy_extra_files
-
- .. automethod:: write_nsi
- .. automethod:: run_nsis
|