This required property specifies the install wizard of the product to be included in the suite. The Installer property represents the name of the wizard (.jar file name), relative to the runtime location of the Multi-installer Suite install wizard.
For example, if a suite installer "suite.jar" is used to link to product installer "product1.jar" located in the same directory, this property would be specified asproduct1.jarIf the same product installer is stored in a subdirectory named "products", then this property would be specified as
products/product1.jar
NOTE: | Multi-installer Suite installers use each product's respective install wizard (.jar file) to install the product, tying multiple product installations into a single user experience. If this property is not specified correctly, the suite installer will not be able to install the targeted product. |