You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: