I have an issue with msp (Microsoft Patch) creation for Windows 8.
Executing my msp fails to add to the registry on some machines. If the msp is "run as admin" all is fine. But adding "run as admin" to .msp extension is not trivial & is not accepted as a solution.
The core issue is that this msp has a custom action (an exe) which adds some key/values to the registry. UAC avoids this custom action to execute at system/admin privileges. Actually the exe executes but only some parts of the exe (like updating registries) do not work (UAC at its best)!
How can I elevate the custom action execution privileges? I am using the basic msimsp to create the patch. I use orca to modify msi/msp.
Thanks.