Hi. I have SetupFactory 6. I need to detect the version of a dll (which is easy enough) then if it is out of date I need to run an exe that updates that DLL, which will require a reboot. So I do not want to have the product "half installed" at that point (the reason for this is that registering the DLLs in my product will not succeed unless the system DLL in question is updated first).
What I need to do is extract this update executable and execute it in the "startup" action list if the system DLL is the wrong version, then exit the setup. How can I do this?
If for example there was an "extract" action that pulls the file out of the install package on demand in the startup phase that would be perfect, but I couldn't find such a thing.
Thanks for any hints.
What I need to do is extract this update executable and execute it in the "startup" action list if the system DLL is the wrong version, then exit the setup. How can I do this?
If for example there was an "extract" action that pulls the file out of the install package on demand in the startup phase that would be perfect, but I couldn't find such a thing.
Thanks for any hints.
Comment