voxpupuli / puppet-dotnet

puppet module for managing Microsoft .NET
https://forge.puppet.com/puppet/dotnet
MIT License
12 stars 27 forks source link

Uninstall may not work. #17

Open mdatgithub opened 8 years ago

mdatgithub commented 8 years ago

Here is my case

  dotnet { 
    'dotnet40':
    version     => '4.0',
    ensure      => 'absent',
    package_dir => $artifact_folder,
  }

Underlying command "dotNetFx40_Full_x86_x64.exe /x /q /norestart" intended to do uninstall will not work.