I want to change the HTML content displayed on the Home Tab during a new install.
I can do this by changing the file...
\Web\Data\MessageTemplates\en-US-InitialSiteHomeContent.config
but I don't like changing core mojoPortal Code.
I am using the info here Configuring Initial Content and it is great. I have added 3 pages with custom features during setup and my SQL runs fine.
I would just do an update to the database table mp_HtmlContent on the Body text field but adding the default page and html is that last process run in a new setup and my scripts all run before this.
Can I create my own default content page so the setup script will not create one on the last step of the setup?
Thanks
Rick