MSI property values
Posted: Tue Sep 19, 2006 4:15 pm
Our previous product installer was being built via MAKEMSI and relied on a specific DLL we wrote for specific product configuration tasks.
Various DLL functions rely on MSI property values at runtime and vice versa - (i.e. the DLL also sets specific property values used by the installer).
Is there any way in InstallAware (we are using 5.0) to replicate this functionality of persisting and accessing specfic MSI property values at runtime?
Our other option is to devise a different persistence model and modify the DLL code. We just don't want to do that if we don't have to.
Thanks in advance.
Various DLL functions rely on MSI property values at runtime and vice versa - (i.e. the DLL also sets specific property values used by the installer).
Is there any way in InstallAware (we are using 5.0) to replicate this functionality of persisting and accessing specfic MSI property values at runtime?
Our other option is to devise a different persistence model and modify the DLL code. We just don't want to do that if we don't have to.
Thanks in advance.