This package is great, I'm finally upgrading my creaking old toolbox to the latest and greatest (i.e. MVC and Razor) so your package is an excellent starting point.
One point is that I keep forgetting to update the defaultRenderingEngine before I install the package. Is it possible to do this automatically when you install the package? Or maybe there's a reason that you wouldn't want to do this?
Will a package action help you? These actions will be executed after the package is installed. I'm happy to add it to the package action contrib project.
Automatically set the defaultRenderingEngine?
Hi Chris,
This package is great, I'm finally upgrading my creaking old toolbox to the latest and greatest (i.e. MVC and Razor) so your package is an excellent starting point.
One point is that I keep forgetting to update the defaultRenderingEngine before I install the package. Is it possible to do this automatically when you install the package? Or maybe there's a reason that you wouldn't want to do this?
Keep up the good work! ;)
David
I'd really like to automatically set this but can't find a way to do so.
That's a shame - thanks for having a look anyway!
Why can you do this during package transfer/install?
If main system running on MVC so be it, if on webform - install only compatible part of the package or ask user to change value?
Could this work?
Basically you just read from umbracoSettings.config value of the defaultRenderingEngine and act on it...
Why not?
Hi Chris,
Will a package action help you? These actions will be executed after the package is installed. I'm happy to add it to the package action contrib project.
Cheers,
Richard
is working on a reply...