We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many of the tools using VM-Install-With-Installer have this pattern:
VM-Install-With-Installer
$toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName $executablePath = (Join-Path $toolDir "$toolName.exe") VM-Install-With-Installer $toolName $category "EXE" $silentArgs /Dir=`"$($toolDir)`"" $executablePath $zipUrl -sha256 $zipSha256
Can we use them as defaults to remove this duplication in the packages?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
Many of the tools using
VM-Install-With-Installer
have this pattern:Can we use them as defaults to remove this duplication in the packages?
The text was updated successfully, but these errors were encountered: