I successfully created a msi installer package using WiX. Now I need to access the file name (the name which is displayed in explorer, like "myPackage.msi") of the msi installer package in the code (note, user can change the installation package name to anything he/she wants). Is there any way to identify the package file name? Using of custom actions is also allowed.
FYI, I need the file name to create a config file based on the package file name, name would be unique for different user.