Skip to content

Fix to installer and the dependencies of the HTML and DA modules #3221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2019
Merged

Fix to installer and the dependencies of the HTML and DA modules #3221

merged 1 commit into from
Oct 31, 2019

Conversation

donker
Copy link
Contributor

@donker donker commented Oct 30, 2019

Two issues are being addressed in this PR:

  1. When installing the installer skips the Install/Library folder. No packages in there are currently being installed when first installing DNN.

  2. The HTML and DA modules have a dependency on the Web.Deprecated package. The current type of "Package" means they don't actually get checked during install and will therefore not get sorted after that dependency has been installed. Changing this to "ManagedPackage" solves the issue and DNN correctly installs them towards the end.

@mitchelsellers mitchelsellers added this to the 9.4.2 milestone Oct 31, 2019
@bdukes bdukes merged commit ce3feb7 into dnnsoftware:release/9.4.x Oct 31, 2019
@donker donker deleted the installfix branch October 31, 2019 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants