SharpShooter 0 Posted September 20, 2010 i have been using Ccleaner for a long time and i really like the new uninstall technique used by it. We can get rid of any program just by one click and it removes the program. i just want to know that how it works & how can i make such a program. Share this post Link to post Share on other sites
Bert 1,430 Posted September 20, 2010 Google is your friend. Check this out: http://www.tech-recipes.com/rx/2947/windows_uninstall_application_command_line/ The Vollatran project My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
MvGulik 86 Posted September 20, 2010 I don't see the AutoIt(General Help and Support) relevance. http://forum.piriform.com/ seems a better place to go for this. (or Chat) "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)"Believing what you know ain't so" ...Knock Knock ... Share this post Link to post Share on other sites
SharpShooter 0 Posted September 20, 2010 @MPH How do i use WMIC using AutoIt? i think it does not work on WinXP Pro SP3. @MvGulik Programmers of Cclener don't reveal secrets of their software, we shall have to figure it out ourselves. Perhaps: the same or better solution? Share this post Link to post Share on other sites
MvGulik 86 Posted September 20, 2010 (edited) @MvGulikProgrammers of Cclener don't reveal secrets of their software, we shall have to figure it out ourselves.Perhaps: the same or better solution?Better than CCleaner ... don't think that thats possible. Edited September 20, 2010 by MvGulik "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)"Believing what you know ain't so" ...Knock Knock ... Share this post Link to post Share on other sites
SharpShooter 0 Posted September 21, 2010 ok, at least something to help me out about doing this? Share this post Link to post Share on other sites
iamtheky 927 Posted September 21, 2010 (edited) why not start by tying selections to "msiexec /x <GUID>" commands, then you can go back and see what pieces of itself it left behind and add some subsequent delete actions to the Case. HKLM\Software\Microsoft\Windows\Currentversion\Uninstall = Keys and their uninstall strings. Edited September 21, 2010 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Share this post Link to post Share on other sites
Bert 1,430 Posted September 21, 2010 ok, at least something to help me out about doing this?If you don't have a basic understanding of command line, how do you expect to build something? Writing code is pretty much putting together a series of commands in a script. Also, we did help you out with a link to get a BASIC understanding on what you want to do. If you are asking for us to just build it for you, sorry, that isn't going to happen. We like teaching people to fish, not just give them fish. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites