dro
Posts: 3
Joined: Thu Dec 13, 2012 9:25 am

Install Settings with AddLocal Parameter

I have a setup with one feature.

By default the installation setting in set to "Run feature from installation source" on the customize dialog.

But if i start my setup.exe with the commandline AddLocal=ALL the installation should advertise as default "install the feature on local harddrive" on the customize dialog. But the command line parameter does not work...
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: Install Settings with AddLocal Parameter

Hi,

In order to achieve what you want you must write the name of the ADDLOCAL property with capitals.

For example in the command line you can write the following command:

Code: Select all

msiexec.exe /i "C:\Setup.msi" ADDLOCAL=ALL
Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”