IProductDetailsCopy link to this sectionLink to this section copied!

Product details view in AdvancedInstaller.

Product details view

The interface is designed to allow the user to set project name, version, and publisher just like in the user interface of Advanced Installer.

DeclarationCopy link to this sectionLink to this section copied!

IProductDetails : IDispatch

PropertiesCopy link to this sectionLink to this section copied!

String Name - Sets or gets the product name.

String Version - Sets or gets the current version of the product.

String Publisher - Sets or gets the publisher of this product.

RegisterWithWindowsInstaller - Registers the product with Windows Instaler

IProductCode ProductCode - Gets the product code interface.

IUpgradeCode UpgradeCode - Gets the upgrade code interface.

Product details

MethodsCopy link to this sectionLink to this section copied!

SetIcon(String IConSourceFile, UINT IconIndex)Sets the product icon.