MeanGene Posted August 25, 2005 Posted August 25, 2005 What is the best way to install dot net prior to installing an MSI application that depends on it?
cheezus420 Posted August 25, 2005 Posted August 25, 2005 (edited) 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, 2005 by cheezus420
MeanGene Posted August 25, 2005 Author Posted August 25, 2005 I think I will just add the .Net redistributables section of the msi.Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now