I've successfully created a package to distribute our site but I was wondering how to create a package to that I can easily update it once I make changes to the original version.
Can that be done from package manager in Umbraco 4, or do I have to add something in package.xml?
How do you create upgrade packages? I installed a package a second time and instead of upgrading/overwriting the previous package, it created a duplicate in my list of installed packages.
How to creata a package that has upgrade option
I've successfully created a package to distribute our site but I was wondering how to create a package to that I can easily update it once I make changes to the original version.
Can that be done from package manager in Umbraco 4, or do I have to add something in package.xml?
To rephrase my question: how does umbraco detects if a package has a newer version than installed?
Hi Vanja,
There is no build in support for that so you have to create upgrade packages for that.
Cheers,
Richard
Hi Richard,
Thanks!
Richard,
How do you create upgrade packages? I installed a package a second time and instead of upgrading/overwriting the previous package, it created a duplicate in my list of installed packages.
is working on a reply...