Win 10. Installer for application created with Installshield PE 2015.
When I call uninstall by link at Start menu or from Programs and Features control panel started uninstallation. Unistall call custom script and call some application by cmd call with lower permissions then expected.
Process explorer shows: started msiexec.exe with full permissions and it is call msiexec.exe with lower permitions, that's not enough for called by csutom action applications.
If uninstaller link run as Administrator from start menu - permissions enough.
question: Is this a new bug or feature? What is the meaning of the restriction of rights if uninstallation is already called with maximum permissions on behalf of the administrator?
note: application run during uninstallation is strongly requirement for my uninstallation, and for Installshield and uninstaller it is normal to call some custom scripts for this.