My installation is always executed in a Computer where I know the user/password of a user with administrator privileges.
The installation needs Administrative privileges to execute so I created an EXE that executes the installation using this known user.
My problem know is that the installation launches an EXE from a Custom Action once the installation is finished. This EXE is executed also with Administrative Privileges as the installation itself has this privileges.
Is there a way to launch an EXE from a Custom Action using a different user that the one is executing the installation???