Properties(they are strings only)
---
variables in installation package
public -- capital, value persist for all phases of install.So, if created in client/UI phase and will be available in Execute phase also.can be mentioned in command line also.
private: lowercase letter, values persist in the phase defines.values cannot be mentioned in command line also.
stored in Property table.
mandatory properties:
ProductCode,ProductLanguage,Manufacturer,ProductVersion,ProductName
we can use properties in the conditions also.
---
variables in installation package
public -- capital, value persist for all phases of install.So, if created in client/UI phase and will be available in Execute phase also.can be mentioned in command line also.
private: lowercase letter, values persist in the phase defines.values cannot be mentioned in command line also.
stored in Property table.
mandatory properties:
ProductCode,ProductLanguage,Manufacturer,ProductVersion,ProductName
we can use properties in the conditions also.
No comments:
Post a Comment