Need help on uninstall using powershell
Hi, can someone please help me to uninstall the following one, i have created uninstall.iss but it is working only when i run on command line. I want to get it uninstall using powershell, when i run it in powershell and it is showing" the format of the path incorrect. Can someone please help on this.
Uninstall string path: "C:\Program Files (x86)\ Comman Files\ InstallSheild\Driver\7\Intel 32\IDriver.exe" /M{ product id}"
Answers (2)
Hi, i have tried without quote also, it was working manually with command line but not working in powershell.
This is the path which i took it from uninstall string in registry.
"C:\Program Files (x86)\ Comman Files\ InstallSheild\Driver\7\Intel 32\IDriver.exe" /M{ product id}"
The complete command isĀ
"C:\Program Files (x86)\ Comman Files\ InstallSheild\Driver\7\Intel 32\IDriver.exe" /M{ product id}" -s -f1"path of uninstall.iss"