Skip to content

Instantly share code, notes, and snippets.

@petems
Created February 12, 2015 15:26
Show Gist options
  • Save petems/95e28454b0347adbb2c1 to your computer and use it in GitHub Desktop.
Save petems/95e28454b0347adbb2c1 to your computer and use it in GitHub Desktop.
Uninstall Winrar
package { 'WinRAR 5.21 beta 2 (64-bit)':
ensure => absent,
uninstall_options => ['/S'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment