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

Create an installer rather than using powershell #51

Open
macastanx opened this issue Jan 12, 2024 · 1 comment
Open

Create an installer rather than using powershell #51

macastanx opened this issue Jan 12, 2024 · 1 comment

Comments

@macastanx
Copy link

Powershell can complicate issues since this is disabled on some servers. Its also doesn't bundle all of the dependencies together. A single installer file would be more convenient to work with. You can potentially use innosetup to create and installer and script the operations performed in the existing powershell script.

@ThamSunc
Copy link

Nice Idea. But, how about the flexibility? how to let user change the sequence of process or update the Installer Download Link?
for example: the Grafana version in recent scrip is 10.2.2, whereas now (when I post this comment) the updated version is 10.4.0.
using PowerShell script, You could change the download link to the recent updated version one.

How to let user flexibility if installer is created instead of script?

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

2 participants