IProductDetails
Product details view in AdvancedInstaller.
The interface is designed to allow the user to set project name, version, and publisher just like in the user interface of Advanced Installer.
Declaration
IProductDetails : IDispatch
Properties
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.
Methods
SetIcon(String IConSourceFile, UINT IconIndex)Sets the product icon.