Basically InstallAware offers runtime customizability and therefore this precludes the standard notion of administrative installs. However, there are many ways for them to achieve what they want -
a) Get INI File Settings on a, for example, $SETUPPATH$\setup.ini, to read any kind of custom parameters that you will expose (this will work with even a GPO MSI).
b) Use a command like "if Variable CMDLINE Contains parameter=value", to permit customization via the command line.
c) Or even any other method/combination of methods that uses MSIcode's runtime branching capabilities to achieve whatever the customer wants to do at runtime.
Essentially this eliminates the need to create an administrative install point, while preserving the full flexibility of other automatic runtime customization that the developer embeds into MSIcode. The customer here does not appear aware of the inherent meaning of MSIcode and the flexibility this affords. InstallAware will never support an administrative installation mode, because that beats the entire point of having MSIcode and runtime customization.
The customer here does not appear aware of the inherent meaning of MSIcode and the flexibility this affords. InstallAware will never support an administrative installation mode, because that beats the entire point of having MSIcode and runtime customization.
Users browsing this forum: Google [Bot] and 4 guests