Windows XP ExecWait a program with admin rights
In Windows XP as a limited user I want to be able to run a custom exe and wait for it to finish as admin. The exe I want to run is a custom legacy uninstaller I have coded up. I have accomplished this in Vista with the manifest via RequestExecutionLevel Admin. However in XP there is no elevation dialog that pops up and the custom uninstaller is unable to remove files from program files and the registry. Does anyone have any solution? Any help would be greatly appreciated! Thanks!