Hi,
package (using default provider for windows) to uninstall windows software 
failed because its require interaction at some point for confirmation. It 
should be silent.

Is there someone here who experienced the same and solved?

the manifest is like :

    package { "uninstall_${soft}":
      ensure            => 'absent',
      name              => $soft,
      uninstall_options => [ ],
    }
I tried using uninstall_option : /q /quiet /silent, --force-uninstall, 
etc... but still not working,
specifically I had the problem with FileZilla, Gmail, Chrome, Google Drive
The error displayed in event viewer is :
/Package[uninstall_Google Chrome]/ensure: change from '117.0.5938.150' to 
'absent' failed: Failed to uninstall:  The remote adapter is not 
compatible.  (corrective)
Failed to uninstall:  The remote adapter is not compatible.

and for Gmail, Google Drive:
Package[uninstall_Google Drive]/ensure: change from '1.0' to 'absent' 
failed: FormatMessageW could not format code 3221225477 (corrective)



-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/2d6c86ca-a5e7-40d1-9f57-4022ce79f654n%40googlegroups.com.

Reply via email to