Thanks. I just downloaded autoit and I'll google the "SendKeys()" thing.
"Mark V" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| In microsoft.public.win2000.cmdprompt.admin, needlove wrote:
|
| > I have googled but can't seem to find an example of a batch file
| > that would automate the process of clicking the "Next" and
| > "Finish" radio buttons of an application's setup installation
| > wizard. The application is being installed from a batch file.
| >
| > The Application's setup wizard cannot be bypassed by installing
| > from the cmd line with any switches, ie; /VERYSILENT
| > /SUPPRESSMSGBOXES, do not work and they are the correct switches
| > for the installer.
| >
| > The wizard is embedded pascal code in the setup.exe and I would
| > rather not mess with the scripting.
| >
| > The application's install wizard defaults are what I want. I
| > just need to click two "next" buttons and a "finish" button with
| > no user present.
|
| You need a SendKeys() capability.
| One solution that may fit is AutoIt3 (Free)
|
www.autoitscript.com/autoit3/
|