Hi
I have the following Situation.
On a prod-environment I got an app running. This app is not inside a solution. The goal is to have the same app running on production but inside of a managed solution.
My plan was to:
- export the app from production
- import the app on a dev-environment
- create a solution on the dev-environment
- add the imported app to the solution
- export the solution as managed
- deploy the solution back to production
This works except that the app is created again on production as soon as i import the solution.
I was not able to correlate the two apps in order to convince the system that they are in fact the same app.
Is there a way to upgrade the existing app on production instead of creating a second new app?
Any help or insight is apreciated.
Thank you
Jek1