asiancracka Posted November 27, 2006 Posted November 27, 2006 Hello everyone. I'm very new to this world of scripting. I would be very grateful if someone can assist me with getting a script together to uninstall an application from a PC. I have the uninstall string that will uninstall the application, but I can't seem to figure out how I would input this into the "RUN" command. If someone can help me with when the computer starts it automatically opens the RUN command and it can then type in the uninstall string. Thank you in advance with any assistance!
Xenobiologist Posted November 27, 2006 Posted November 27, 2006 Hi, try to use AU3Record.exe So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
MHz Posted November 28, 2006 Posted November 28, 2006 (edited) If someone can help me with when the computer starts it automatically opens the RUN command and it can then type in the uninstall string. Thank you in advance with any assistance!Just run the uninstall string. For example Run('"' & @ProgramFilesDir & '\AutoIt3\Uninstall.exe"') Edited November 28, 2006 by MHz
asiancracka Posted November 28, 2006 Author Posted November 28, 2006 Just run the uninstall string. For example Run('"' & @ProgramFilesDir & '\AutoIt3\Uninstall.exe"') Hey guys thanks for all your assistance! I know my question was a really novice one, but since I'm doing this for the first time I guess it's expected. Again thanks!
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