White_Rabbit Posted April 5, 2005 Posted April 5, 2005 Hi. I tried to write a script that uses "rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl" to uninstall a special Programm (it has no seperate uninstaller.exe) I dont know what to do next - the program is called "Gubernator" but I cannot reach it with a key kombination. Next I wanted to use a mouse action but what to do if there are different programs on different PCs? Any ideas what to do? The script should select the Program "Gubernator" in the software list and start the De-Installation automatically... thanks, White Rabbit
DaveF Posted April 5, 2005 Posted April 5, 2005 Hi.I tried to write a script that uses"rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl"to uninstall a special Programm (it has no seperate uninstaller.exe)I dont know what to do next - the program is called "Gubernator" but I cannot reach it with a key kombination. Next I wanted to use a mouse action but what to do if there are different programs on different PCs? Any ideas what to do? The script should select the Program "Gubernator" in the software list and start the De-Installation automatically...thanks, White RabbitCheck in the system registry under:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstalland find the entry for Gubernator. It may appear as a key named Gubernator or you may have to go down the list of GUID-named subkeys and look at the DisplayName value to see which one is for Gubernator.When you find the right key the UninstallString value is a commandline that you can call to remove the program. Yes yes yes, there it was. Youth must go, ah yes. But youth is only being in a way like it might be an animal. No, it is not just being an animal so much as being like one of these malenky toys you viddy being sold in the streets, like little chellovecks made out of tin and with a spring inside and then a winding handle on the outside and you wind it up grrr grrr grrr and off it itties, like walking, O my brothers. But it itties in a straight line and bangs straight into things bang bang and it cannot help what it is doing. Being young is like being like one of these malenky machines.
White_Rabbit Posted April 5, 2005 Author Posted April 5, 2005 or you may have to go down the list of GUID-named subkeys and look at the DisplayName value to see which one is for Gubernator. sorry -- I'm new to this script language. What exactyl do you mean? How to realize it?Thanks again...White Rabbit
MHz Posted April 5, 2005 Posted April 5, 2005 This program at Nirsoft will help you find the uninstall string easily.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now