An open API service indexing awesome lists of open source software.

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

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)