1 Rookie

 • 

36 Posts

February 13th, 2007 01:00

Here is my cmd script :)

---------------------
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 \ECC\media_rep\remoteinstall\WinNativeInstall on your ecc server

Fox

8 Posts

February 23rd, 2007 14:00

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 ...

Idan.
No Events found!

Top