the_duck Posted September 14, 2004 Posted September 14, 2004 Anyone have any information on the switch for an Outlook plugin for a Barracuda Antispam appliance? When the install runs you need to click yes, next, next and finish. I'd like to bypass all of this. Many thanks in advance.
prathapml Posted September 14, 2004 Posted September 14, 2004 Auto-It is a scripting tool, which will compile into an EXE and send automated key-presses to whatever window-handle you want. Turns out to be VERY useful for installers that don't have the necessary switches for unattending. To put it simply, think of it as a merger of VBscripts and batch-files (not very accurate description, I know - but close).Auto-It home-page
the_duck Posted September 14, 2004 Author Posted September 14, 2004 TY for the in-depth description. I'll check it out.
CoffeeFiend Posted September 14, 2004 Posted September 14, 2004 To put it simply, think of it as a merger of VBscripts and batch-files (not very accurate description, I know - but close).Hmm, it's just a simple script that sends keypresses and such (windows messages) to the window to make the app install. Even though it's scripted, it doesn't relate much to neither vbscript nor batchfiles IMHO.
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