InstallAnywhere 2013
Edition: This information applies to the Premier edition of InstallAnywhere.
Often, it is desirable to debug some portions of an installation during installer development. InstallAnywhere lets you to add a Display Message panel that can display specific InstallAnywhere variable values at run time; you can use this Display Message panel to debug your installer.
For example:
1. | Add the rule: Install only if $prop.os.name$=Solaris |
2. | Run the installer. Notice that the action to which the rule was assigned does not execute. |
3. | Add a Display Message panel with the message: The prop.os.name is: $prop.os.name$ |
4. | Rebuild and rerun the installer. |
Notice that the message in the Display Message panel shows the value of prop.os.name is SunOS, not Solaris. Knowing this, you can reformulate the rule to match the proper name.
See Also
Setting Variables in the Advanced Designer
InstallAnywhere 2013 Help LibraryOctober 2013 |
Copyright Information | Contact Us |