Comos Unattned install
Hi,
I'm struggeling with deployment of Comos 9.2.
This is what I have put in to a batch file:
Start /Wait "" MsiExec.exe /i "\\<Installation folder>\COMOS 9.2.msi" ALLUSERS=1 LICENSESERVER="License-servername" COMOSTYPE="92" TRANSFORMS="\\<Installation folder>\1033.mst" SOURCEDIR="\\<installation folder>\<sourcefolder>\" UPDATEPATH="<Servicepack location>\" /passive /norestart /L*e "c:\temp\ComosInst.log"
The log file information just telling that the installation "successfully installed" but the installation only took about 1½ min.
Any one who might have made an unattend installation of Comos in a batch file?
Thanks in Advanced.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
7 years ago
Should it take longer, then? If so, my guess would be that by default the MSI doesn't install all of its features.
Run the installation again but with a UI (remove the '/passive' argument) and a log. Choose the features you require and then go through the resultant log to see which features got installed. Look for lines like this:
Once you have the feature names, use the ADDLOCAL property to add them, using commas to separate the feature names.
Also, please remove your duplicate post.
Run the installation again but with a UI (remove the '/passive' argument) and a log. Choose the features you require and then go through the resultant log to see which features got installed. Look for lines like this:
MSI (s) (B4:14) [09:29:42:417]: Feature: [some feature or other]; Installed: Absent; Request: Local; Action: Local
Once you have the feature names, use the ADDLOCAL property to add them, using commas to separate the feature names.
Also, please remove your duplicate post.