Hi,
I need to run a custom action with full privileges (under the local system account) before "Install Execution State -> RemoveExistingProducts".
This custom action calls a function from a "Standard Dll" which will migrate the old software settings from an ini file to the new location within the windows registry.
To do this migration, the dll needs elevated user rights (it writes to HKEY_LOCAL_MASCHINE\Software\...).
After migration, the old software must be removed from the system (which is handled via Upgrades tab)
How can i achieve this - to get elevated rights?
Thanks in advance