I would like to know the path where the msi is located whithin the InstallerClass that I use as a custom action in the setup.
I tried using properties like path, SrcDir etc. in Context.Parameters, but those values do not exsist (Throws NullReferenceException). Is there any other way way of getting that path or any reason why those values are null???
Thanks