mods/README.md

33 lines
683 B
Markdown
Raw Normal View History

2024-04-14 18:02:49 +00:00
# NSIS Installer for PolyMC instances
2024-04-15 14:19:26 +00:00
## Prerequisites
### Warning
2024-04-14 18:02:49 +00:00
- Only for PolyMC Minecraft installation!
- There are destructive operations into PolyMC data folders!
- Overrides instances defined in PolyMC!
2024-04-15 14:19:26 +00:00
### Notice
2024-04-14 18:02:49 +00:00
- Using NSIS installer for packaging
- Using CMD for batch installation _(trapped into NSIS)_
2024-04-15 14:19:26 +00:00
### Functionnalities
2024-04-14 18:02:49 +00:00
- Ask for previous installation _(can be bypassed or uninstalled silently)_
- Create uninstaller
- Add shortcuts in 'Start Menu' folder
2024-04-14 17:48:39 +00:00
2024-04-14 17:53:07 +00:00
## Changelog
2024-04-15 14:19:26 +00:00
### 2024-04-15
- Moved content to external 7zip file _(with download & extract during install process)_
- Fixes in registry keys
- Minor fixes in logic
2024-04-14 17:53:07 +00:00
### 2024-04-14
- Initial release