Preconfig an MSI from params with ORCA


MSIEXEC /i CPN696000004Client.msi /qn WSPORT=9001 WSSERVER=VS8CPN WSDRIVE=C:\ INSTALLDRIVE=C:\qs

 2016-04-29 14_53_49-CPN696000004Client.msi - Orca

In this example, the params (ie Property values) are Added (Add Row) to the MSI and then saved. Once you do this, you'll see from the install log they're not configured. 

This allows you to put into GPO. * GPO you cannot specify params.

Property(S): WSSERVER = VS8CPN
Property(S): WSDRIVE = C:\
Property(S): INSTALLDRIVE = C:\qs
Property(S): WSPORT = 9001