Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to deploy third party exe setup file to client PCs

Status
Not open for further replies.

unslog

Technical User
Jan 25, 2009
25
GB
Hi

I have an application provided by third party software house, who supply an update every month.

The problem is that the installation of the exe setup is manual , and takes time to install all on PCs. The install prompts questions during setup, which requires acknowledgement i.e. "Press yes to confirm update". The answers are always same. There is no silient install feature, nor do they provide MSI packed install file.

Does anyone have any ideas how I could best automate the deplyment, may a script at startup (I have no scripting knowledge).
 
I would try WinInstall LE. It is free. In a nutshell you have a nice clean workstation, take a snapshot of all the files and reg settings on that pc, install and configure your software, then take another snapshot. It then compares the differences and packages them in an msi that you could further modify if you wish. You can then deploy that msi however you normally would, AD, login script or whatever.



RoadKi11

"This apparent fear reaction is typical, rather than try to solve technical problems technically, policy solutions are often chosen." - Fred Cohen
 
You could also use Autoit, although as you say you have no scripting knowledge Wininstall LE may be the way to go...




Paul
MCTS: Exchange 2007, Configuration
MCSA:2003
MCSE:2003
MCITP:Enterprise Administrator

If there are no stupid questions, then what kind of questions do stupid people ask? Do they get smart just in time to ask questions?
Scott Adams
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top