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

#964: fix aws win-setup to work again #989

Conversation

cinnamon-coder-hub
Copy link
Member

While looking at issue #964, I stumbled upon a setup problem. On my computer the msi file won't be installed.
It turned out, that powershell.exe -Command "Start-Process msiexec.exe -verb runas -Wait -ArgumentList '/I ${windows_path_to_package}\aws-*-windows.msi /quiet'" won't work on my computer, because the asterix sign * in aws-*-windows.msi won't be replaced by the version number. There may be another way to solve, like with \"\" instead of '', but I liked Carstens way of using ${windows_path_to_package} as this also worked for me, so I only modified it a bit.

@github-actions github-actions bot added bash related to bash shell or scripts commandlet related to commandlets (scripts/command/*) scripts related to shell scripts (bash and CMD) labels Nov 22, 2022
@hohwille hohwille added this to the rejected milestone Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash related to bash shell or scripts commandlet related to commandlets (scripts/command/*) scripts related to shell scripts (bash and CMD)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants