I have the need to use a chained installer, and from the user I capture the location of the system variable for [JavaHome] in Installer1 as [APPDIR], in chained Installer2 I need to register files with the same [AppDir] path as part of several custom action batch files.
How is it possible to pass [AppDir] value from Installer1 to chained MSI package, Installer2?
Background
[Installer1] has a chained packaged [Installer2]
Thanks for the help.