PC Review


Reply
Thread Tools Rate Thread

batch file for unattended application install

 
 
needlove
Guest
Posts: n/a
 
      30th Mar 2007
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.

Is this possible? If so, do you have some advice or links?

Thank you


 
Reply With Quote
 
 
 
 
Mark V
Guest
Posts: n/a
 
      30th Mar 2007
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/

 
Reply With Quote
 
needlove
Guest
Posts: n/a
 
      30th Mar 2007
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/
|


 
Reply With Quote
 
Neil Pike
Guest
Posts: n/a
 
      2nd Apr 2007
SendKeys() is the function/api you'd use if you wrote code to do it yourself.

AutoIT will do the trick. Another tool worth looking at is WinBatch - that's
not free but it's even more powerful than AutoIT.

For what you need either will do, but I know some companies have a policy
against allowing the use of anything that's "freeware" without an official
support policy.

> Thanks. I just downloaded autoit and I'll google the "SendKeys()" thing.


Neil Pike. Protech Computing Ltd



 
Reply With Quote
 
Mark V
Guest
Posts: n/a
 
      10th Apr 2007
In microsoft.public.win2000.cmdprompt.admin, Neil Pike wrote:

> SendKeys() is the function/api you'd use if you wrote code to
> do it yourself.
>
> AutoIT will do the trick. Another tool worth looking at is
> WinBatch - that's
> not free but it's even more powerful than AutoIT.
>
> For what you need either will do, but I know some companies
> have a policy
> against allowing the use of anything that's "freeware" without
> an official support policy.

[ ]

In that event perhaps VBS will be a solution.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RIS unattended install file SchoolTech Windows XP Setup 0 27th Feb 2007 01:14 AM
unattended install of cab file Tony Microsoft Dot NET Compact Framework 7 30th Dec 2005 08:29 PM
How to Format unattended using a batch file. Steve Schilz Windows XP Embedded 5 23rd Jul 2004 02:34 PM
Unattended close of batch file-Windows 2000 Server Sp4 Davo Microsoft Windows 2000 1 18th Feb 2004 03:37 PM
Strange batch file that doesn't install .exe unattended using /u switch. Doing .exe /u from command line it works Marlon Brown Microsoft Windows 2000 CMD Promt 1 19th Oct 2003 10:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:20 PM.