Trap: Properties set at the command line are lost at uninstall

One of my colleagues set some property at the command line to dynamically create a directory at install time. The package would install fine but at removal time, the package could not remember what the property was set at at install time and the uninstall would fail.

Solution: The package was redone to set the property dynamically via an internal VBS script.