Creating Unattended Program Installation

-K-Crypt

Veteran XX
I'm looking for a program or method of creating an unattended installation of a program using predefined inputs or user defined inputs in some places if possible. I tried almeza multiset but it doesn't compile it all into a single installation file.

Any ideas?
 
I've wrestled with a few software packages to do this.

WISE Package Studio
WinInstall
Install Aware (sucks)
Advanced Installer
MSIBuilder

etc etc

If the installation is an MSI, you can just create a transform for it. If you're looking to change some things that are done AFTER the software is installed, you might have to go with modifying the MSI directly.
 
Back
Top