- Main Application
- Office Integration
When i run advertised installation using following command line:
Code: Select all
msiexec /jm Setup.msi
it only advertise the "Main Application" and only installs the feature. Office Integration is not installed.
When I install it using following command line:
Code: Select all
msiexec /i Setup.msi ADVERTISE=MainApplication,OfficeIntegration
it advertises the both features but when I click on icon in start menu installation only installs the Main Application. I can verify this with following line in the log
Code: Select all
Feature: OfficeIntegration; Installed: Advertise; Request: Absent; Action: Absent
Can advertised install possible if there is not link advertised for application or through add in architecture of Office?