August 25, 200521 yr What is the best way to install dot net prior to installing an MSI application that depends on it?
August 25, 200521 yr 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. B) Edited August 25, 200521 yr by cheezus420
August 25, 200521 yr Author I think I will just add the .Net redistributables section of the msi.Thanks
Create an account or sign in to comment