Jump to content

Silent install XP Codec Pack


stanny
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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