Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creation of installer #38

Closed
fcharlie opened this issue Dec 15, 2020 · 3 comments
Closed

Support creation of installer #38

fcharlie opened this issue Dec 15, 2020 · 3 comments

Comments

@fcharlie
Copy link
Member

fcharlie commented Dec 15, 2020

The following are technical options:

  • NSIS
  • Inno Setup
  • Go Exe Sfx + ZIP
  • MSI

Maybe you can use the PE Overlay mechanism to achieve compression and decompression, that is, append the compressed package to the end of the PE file.

Reference: https://github.com/jrsoftware/issrc

@fcharlie
Copy link
Member Author

PE Overlay Installer:

PE sub + archive[ZIP] + SHA256 checksum

@fcharlie
Copy link
Member Author

The limited choice here is to create an Inno Setup script to find the Inno installer in the system.

@fcharlie
Copy link
Member Author

If you create an iss script, you can use Docker to run issc to compile and generate a Windows package, so bali may need to generate an iss script.

see: https://github.com/amake/innosetup-docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant