Uninstalling the LS Central Extension
Follow these steps to uninstall the LS Central and LS Central System extensions from Business Central:
- Open the Setup & Extensions page.
- Select Uninstall for the LS Central extension.
- Select Uninstall for the LS Central System App extension.
To unpublish the extension from the database, run this script in PowerShell:
Unpublish-NAVApp
-ServerInstance
"BC180"
-Name
"LS Central"
Unpublish-NAVApp
-ServerInstance
"BC180"
-Name
"LS Central System App"
You can also uninstall (steps 1 to 3) through PowerShell by running this script:
Uninstall-NAVApp
-ServerInstance
"BC180"
-Name
"LS Central"
Uninstall-NAVApp
-ServerInstance
"BC180"
-Name
"LS Central System App"
Unpublish-NAVApp
-ServerInstance
"BC180"
-Name
"LS Central"
Unpublish-NAVApp
-ServerInstance
"BC180"
-Name
"LS Central System App"