I'm trying to add a custom action to the end of my installer but it requires elevation.
I am using Installshield Limited Edition and my custom action is written in C#.
The custom action executes when there is no elevation but as soon as I add elevation to the manifest, I get an error and the msi rolls back.
I had hoped that the exe would inherit the elevation from the installer but this isn't the case. I can't use a dll for the custom action in this version of Installshield.
Any ideas?
Thanks, Alan