


The command line is: Packages ModarisVxRy.exe■/v”/norestart■INSTALLDIR= ”D: ProgramFiles FashionSolution ”” Lectra Pattern Making Software Custom Installation: Modaris installer and upgrader are the standard of Lectra software packages. Example: To install Modaris in following folder: “D: ProgramFiles FashionSolution”. The concatenation of these options gives the following command line Package.exe■/v”/norestart■INSTALLDIR= ”MYINSTALLPATH ”” Note: “■” means a space character where “Package.exe” represents the package to install and “/v” is the option for defining parameters.Īlways be careful to respect quotes””. If MSI engine is not installed on the Operating System then it will be deployed by Lectra applications installation.

The reboot prompt at the end of the Modaris Suite Installer deployment is due to a MSI Engine deployment. The command line will be like this -Packages ModarisVxRy.exe■/v”INSTALLDIR= ”D: ProgramFiles FashionSolution ”” To escape any dialog box requesting for a reboot you need to add the option “norestart” as shown in following command line: Package.exe■/v/norestart Note: “■” means a space character and “Package.exe” represents the package to install and “/v” is the option for defining parameters, “/norestart” is the argument for avoiding reboot. To define a specific installation folder, for example: MYINSTALLPATH, the command line will be: Package.exe■/v”INSTALLDIR= ”MYINSTALLPATH ”” Note: “■” means a space character, “Package.exe” represents the package to install, “/v” is the option for defining parameters, “INSTALLDIR” is the MSI Value to define with the specific installation folder, Be careful to respect quotes””.
