and if you want to install Service Packs from server then AFAIK this will not work.
This you can ommit by using windows' subst command.
Just call directory with SP's CD1 as e.g. CD1, and CD2 as CD2.
Then make:
subst X: U:\CD1
(where X: is the new drive, and U:\ is your server share on the PC, where you want to install CATIA, and CD1 is the directory where CD1 of SP is )
and install SP from X:\ drive
When installation program asks you for the second CD run commands:
subst X: /D
subst X: U:\CD2
After finishing the installation run:
subst X: /D
/Krz |