NX5 Command Line Install
NX5 Command Line Install
(OP)
Does anybody can help me to create a command file or command line to install NX5 across the network ?
I couldn't find the related documentation
Thanks in advance
Regards
Didier
I couldn't find the related documentation
Thanks in advance
Regards
Didier





RE: NX5 Command Line Install
I found by myself the answer. I have forgotten to have a look on the install CD.
So, I found the command "msiexec". It works well but a congratulation message appear at the end and I am not able to run an ugs_update after.
Have a look at the 2 lines of my .bat file (example for NX4)
msiexec.exe /qn+ /L*v c:\temp\install.log /i "H:\softs\dvdrom_NX4\nx040\UGS NX 4.0.msi" ADDLOCAL="all" INSTALLDIR="c:\softs\ugnx4" LICENSESERVER=27000@psi-cad
H:\softs\dvdrom0404_02\ugs_update0404\ugs_update.bat /d
Any idea to avoid the message after install ?