Jump to content

Recommended Posts

Posted

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!

Posted

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

Posted (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 by MHz
Posted

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!

:lmao:

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...