https://github.com/zhaotianff/custominstaller
Simple custom installer
https://github.com/zhaotianff/custominstaller
installation installer setup setuptools wpf
Last synced: 21 days ago
JSON representation
Simple custom installer
- Host: GitHub
- URL: https://github.com/zhaotianff/custominstaller
- Owner: zhaotianff
- License: mit
- Created: 2024-01-19T03:44:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T09:02:07.000Z (over 1 year ago)
- Last Synced: 2025-08-24T15:00:35.570Z (about 2 months ago)
- Topics: installation, installer, setup, setuptools, wpf
- Language: C#
- Homepage:
- Size: 13.8 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Installer
Simple custom installer full implemented by C#.### Features
* **Extract files**
* **Install dependencies**
* **register COM lib(regsvr32)**
* **create shortcut/startup**
* **Create control panel uninstall**
* **Installation progress and status display**### install demo
https://github.com/zhaotianff/CustomInstaller/assets/22126367/3aad6699-b526-4215-bc25-5419e4a38ab9
### uninstall demo
https://github.com/zhaotianff/CustomInstaller/assets/22126367/683c3b6d-a5d4-4405-9fd3-e2029e307737
A detailed introduction can be found in the cnblogs
https://www.cnblogs.com/zhaotianff/p/17387496.html
> 代码还有可以优化的地方,我自己估计暂时不会去做这个工作,有需要的小伙伴可以自己优化
> It is necessary to distinguish between x86 and x64 systems. Currently, the default is AnyCPU, which may cause errors when running on certain systems. Please be aware of this.### LICENSE
[MIT](LICENSE)