Hello,
I have an MSI project and as part of the installation process I would like to launch installers for some third-party software that our program requires (e.g., MS Visual C++ redistributable, Flash Player, Java, etc.). I created a custom action that runs through some code to determine whether or not the third-party software needs to be installed, but I am running into a roadblock and wonder if what I want to do is even possible. As far as I know, the execution needs to be deferred to run with administrative privileges, and immediate to run a nested MSI installation, but is there any way to run a nested MSI installation with administrative privileges?
Thanks for any help you can offer!
I have an MSI project and as part of the installation process I would like to launch installers for some third-party software that our program requires (e.g., MS Visual C++ redistributable, Flash Player, Java, etc.). I created a custom action that runs through some code to determine whether or not the third-party software needs to be installed, but I am running into a roadblock and wonder if what I want to do is even possible. As far as I know, the execution needs to be deferred to run with administrative privileges, and immediate to run a nested MSI installation, but is there any way to run a nested MSI installation with administrative privileges?
Thanks for any help you can offer!