removing FDM via powershell silently
removing FDM via powershell silently
Hi Guys,
Have anyone tried to uninstall the FDM via powershell silently ?. I mean 100% without user interaction.
I am using : get-package |where name -like *$pp* |% { & ($_.Meta.Attributes["UninstallString"] -replace '"') /S (inside the foreach) but the issue is assson as script runs FDM keeps prompting user input to confirm the uninstall.
Has anyone get around with it ?
thank you
Have anyone tried to uninstall the FDM via powershell silently ?. I mean 100% without user interaction.
I am using : get-package |where name -like *$pp* |% { & ($_.Meta.Attributes["UninstallString"] -replace '"') /S (inside the foreach) but the issue is assson as script runs FDM keeps prompting user input to confirm the uninstall.
Has anyone get around with it ?
thank you
Re: removing FDM via powershell silently
Hello,
Use /silent or /verysilent command line arguments.
Use /silent or /verysilent command line arguments.
Alex,
FDM development team
FDM development team
Who is online
Users browsing this forum: No registered users and 1 guest