Jump to content

Recommended Posts

Posted

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.

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...