Page 1 of 1

Automated installation

Posted: 29.08.2008, 02:38
by clanman
I am in the process of creating a custom Windows image to be used in my home. So far I have slipstreamed the latest versions of Microsoft software and stated what I want installed and what I do not.

I have also placed a copy of FC (among some other freeware apps) on the CD to be so they are there for installation when a machine gets built.

It would be nice to have an MSI installation option for FC or the setup app to accept switches (or read an INI file) for each question asked. This way it could be included in custom images or be a standard script that is run on a machine already running Windows.

Posted: 29.08.2008, 11:13
by FLiER
Read this text.
If you want just silent install, then use /SP- /VERYSILENT
If you want detailed customization (but AFAIK there's nothing to customize :) ) then see /SAVEINF and /LOADINF parameters in the text above.

Posted: 31.08.2008, 07:50
by clanman
Thanks for the heads up FLiER. Even more reason to love FC. :D