Briandr 0 Posted January 11, 2012 Hi, I found the following code somewhere in this forum: Run("RUNDLL32.EXE NWSETUP.DLL NWUninstallClient") If WinWaitActive("RUNDLL", "loading NWSETUP", 3) = 1 Then Send("{ENTER}") Exit EndIf If WinWaitActive("Uninstall Novell Client for Windows", "uninstall the Novell Client") = 1 Then Send("{ENTER}") WinWaitActive("NMAS Client Components", "remove NMAS Client Components", "&Yes") Send("!y") WinWaitActive("NMAS Client Components", "has been successfully uninstalled") Send("{ENTER}") WinWaitActive("Uninstall Novell Client for Windows", "shut down and restart your computer") Send("!n") EndIf Can someone suggest how it may be modified so the uninstall is completely silent without prompts? Thank you. Share this post Link to post Share on other sites
Mikeman27294 8 Posted January 11, 2012 I have not got any experience with doing uninstallers, but for each prompt, use the AU3Info tool (In the AutoIT directory or the tools menu in scite) to retrieve the window info. Then you can use the program to automatically select the desired values in each prompt and should automatically uninstall. It isnt much of a silent uninstall but it will automate it. Share this post Link to post Share on other sites