Hi Micael, Just use the silent install file ... the install file should include all paramaters which are menually defined in every installation . After you've created the file, you should just run the install_master.bat -s Silent_Install_File . Where "Silent_Install_File" is the path to that file . if you want to automate that, just write another Batch file that will just net use that location to a network drive (assuming the ECC install is on a network share) and then just run the Install Master Batch.
If you require further assistance - I'm more than happy to help ...
fox2_b90627
1 Rookie
•
36 Posts
0
February 13th, 2007 01:00
---------------------
SET ECC_HOME=%SystemDrive%\ecc
SET ECC_LOG=%ECC_HOME%\install.log
SET ECC_SERVER=
mkdir %ECC_HOME%
copy uninstall_master.bat %ECC_HOME%
setup.exe /s /v" /qn CMDLINE=true INSTALLDIR=%ECC_HOME% SERVERHOSTNAME_ORIP=%ECC_SERVER% /Liwrmo!veacup+ %ECC_LOG%"
----------------------
where setup.exe is under this path
Fox
IdanK
8 Posts
0
February 23rd, 2007 14:00
Just use the silent install file ...
the install file should include all paramaters which are menually defined in every installation .
After you've created the file, you should just run the install_master.bat -s Silent_Install_File .
Where "Silent_Install_File" is the path to that file .
if you want to automate that, just write another Batch file that will just net use that location to a network drive (assuming the ECC install is on a network share) and then just run the Install Master Batch.
If you require further assistance - I'm more than happy to help ...
Idan.