Hi there. I am using Advanced installer 9.2 Enterprise edition.
I am currently creating an installer where I am including an MSI as a chained package. This MSI requires elevated rights as does the main MSI that I am chaining it to.
If I run the installer it will prompt for elevated rights and then start installing my product, then the chained MSI starts and runs but then I get an error with it as it can't register a dll (due to rights).
If I run the MSI that I have chained separately it prompts for elevation and it works fine.
So my thinking is that the either there is something I need to do to make the chained msi run with elevated rights... or the chained msi doesn't run with elevated rights...
Tried searching the net and here but not coming up with anything... Anyone please give me any advice here?
thanks!