Jump to content

Recommended Posts

Posted (edited)

Hello guys,

I've got a little question. How can I disable/remove the startmenu shortcuts that get created after an install ?

This AutoIT code is what I currently have:

Run("setup.exe /S")
WinWaitActive("Installer Language")
Send("{ENTER}")
;DirRemove(@StartMenuCommonDir & "\XP Codec Pack 2.3.2") - Didn't work here!
$SF_1 = "setup.exe /S"
If WinExists($SF_1) Then Exit
AutoItWinSetTitle($SF_1)

I would be very grateful!

Greetings,

stanny

Edited by stanny

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
×
×
  • Create New...