TommyE Posted September 7, 2006 Posted September 7, 2006 Ok, I'm a complete and total noob to AutoIt. What I am wanting to do is do an unintended Uninstall of Real VNC on all of the computers at my workplace. Can someone supply me with the script to do this? Thanks
nitekram Posted September 7, 2006 Posted September 7, 2006 Ok, I'm a complete and total noob to AutoIt. What I am wanting to do is do an unintended Uninstall of Real VNC on all of the computers at my workplace. Can someone supply me with the script to do this? ThanksYou could start by making a list of the OS's that are going to be involved. And then do a test on each of those.Next you will have to check to see if the application is installed.You will have to do a few by hand to get the names of the windows - helpful will be the AutoIt Window Info for this task.A couple of functions to look into would be Run() and Send().If your looking for a complete rollout (or remover) you will have to also use RunAsSet() since you will be doing it via a logon script.That should get you going - post what you come up with and I am sure someone will be able to help. 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator
nitekram Posted September 7, 2006 Posted September 7, 2006 (edited) As a further note to the MODs - how did this get in with the v3 forum?Nevermind I guess it is for all support Edited September 7, 2006 by nitekram 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator
Developers Jos Posted September 7, 2006 Developers Posted September 7, 2006 As a further note to the MODs - how did this get in with the v3 forum?it isn't ...... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Confuzzled Posted September 8, 2006 Posted September 8, 2006 unintended Uninstall of Real VNC on all of the computers at my workplace. Huh? Why unintended? Talk to your system administrator.
iceberg Posted September 8, 2006 Posted September 8, 2006 i think its unattended.... mouse not found....scroll any mouse to continue.
Confuzzled Posted September 9, 2006 Posted September 9, 2006 Oh, I see: Intended unattended uninstall. Righto! Does it have a silent uninstall switch?
iceberg Posted September 12, 2006 Posted September 12, 2006 not to sure abt the limitations or capabilites of the uninstaller...maybe wat u can try is this: Run(uninstaller.exe @sw_hide) mouse not found....scroll any mouse to continue.
/dev/null Posted September 12, 2006 Posted September 12, 2006 Ok, I'm a complete and total noob to AutoIt. What I am wanting to do is do an unintended Uninstall of Real VNC on all of the computers at my workplace. Can someone supply me with the script to do this? Thanksuninstall it manually on a test system and monitor the changes of the file system and the registry and then do the same things with autoit. Tools: See filemon, regmon (Sysinternals.com) or sysdiff (M$).CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Recommended Posts