Last active
December 18, 2017 08:28
-
-
Save jongalloway/5f31f9dfaa11e0637868 to your computer and use it in GitHub Desktop.
Creates a list of cinst commands based on what you've already got installed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clist -l -r -y | % { "cinst " + $_.SubString(0,$_.IndexOf("|")) + " /y" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated with @sgwill fix and sort desc so .install, .commandline etc. are installed first.