Is there any silent command parameters to uninstall this driver?
I have tried the -S parameter for installershield but it still doesn't work. How can this be uninstalled silently via a .bat file?
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
MiBrown
9 years ago
The uninstall string in my registry is
"C:\Program Files\InstallShield Installation Information\{ECC3713C-08A4-40E3-95F1-7D0704F1CE5E}\setup.exe" -runfromtemp -l0x0009 -removeonly
I could record an installshield answer file using
"C:\Program Files\InstallShield Installation Information\{ECC3713C-08A4-40E3-95F1-7D0704F1CE5E}\setup.exe" -runfromtemp -l0x0009 -removeonly -r -f1c:\temp\uninstall.iss
and then uninstall silently by using
"C:\Program Files\InstallShield Installation Information\{ECC3713C-08A4-40E3-95F1-7D0704F1CE5E}\setup.exe" -runfromtemp -l0x0009 -removeonly -s -f1c:\temp\uninstall.iss
This works with most such installshield setups.
Posted by:
cblake
10 years ago
Note sure if it's helpful, or related, but this is what I found based on the Prolific tag:
http://www.guard1.com/Support/KB/Content/Hardware/Unable-to-install-Prolific-USB-to-Serial-Comm-Port-driver---Windows-Vista-and-7.htm
We might need more information about the package, the GUID uninstall registry, and more to be of any real help.