What is the best way to install dot net prior to installing an MSI application that depends on it?
Page 1 of 1
Adding a pre installation application
#3
Posted 25 August 2005 - 02:52 PM
Do you mean in an unattended install, or just in general???
If you mean during an unattended setup, you can add it to "DetachedProgram" which runs at the t-39 min mark of install. That would install it before GuiRunOnce or RunOnceEx. Does this help???
Or, as spazmire11 said, you could just have it installed before anything else... It doesnt require a reboot or anything like that.
If you mean during an unattended setup, you can add it to "DetachedProgram" which runs at the t-39 min mark of install. That would install it before GuiRunOnce or RunOnceEx. Does this help???
Or, as spazmire11 said, you could just have it installed before anything else... It doesnt require a reboot or anything like that.
This post has been edited by cheezus420: 25 August 2005 - 02:53 PM
#4
Posted 25 August 2005 - 04:07 PM
I think I will just add the .Net redistributables section of the msi.
Thanks
Thanks
Share this topic:
Page 1 of 1



Help
Back to top









