Join
or
Log in
WordFrame
Integra
Website
About
Get started
Blog
Support
Forums
Tickets
Projects
.
Webmaster
Developer
.
Search
Home
SDK
Development guide
UI Reference
Uninstall workflow of a software package
Application package uninstall
all dependencies need to be satisfied
Uninstall of the package with a SQL transaction
locate all applications instances from selected package
delete all applications instances from selected package
locate the application package local repository folder and delete it.
If something fails rollback prossible changes of all dependant packages
WebFrame package uninstall
all dependencies need to be satisfied
Uninstall of the package with a SQL transaction
locate all webframe instances from selected package
delete all webframe instances from selected package
locate the webframe package local repository folder and delete it.
If something fails rollback prossible changes of all dependant packages
UI package uninstall
all dependencies need to be satisfied
cannot be uninstalled if used - check usage by master pages. If no usage - proceed.
Uninstall of the package with a SQL transaction
locate the UI package local repository folder and delete it.
flush the related data from corresponding DB tables
If something fails rollback prossible changes of all dependant packages
Language package uninstall
all dependencies need to be satisfied
cannot be uninstalled if used - check usage by application. If no usage - proceed.
Uninstall of the package with a SQL transaction
locate the Language package local repository folder and delete it.
flush the related data from corresponding DB tables
If something fails rollback prossible changes of all dependant packages
Utility package uninstall
all dependencies need to be satisfied
Uninstall of the package with a SQL transaction
locate the utility local repository folder and delete it.
If something fails rollback prossible changes of all dependant packages
WordFrame basics
What is WordFrame?
The platform architecture
Development
Language package
Overview
Create from blank
Customize existing
UI package
Webframe package
Overview
Create from blank
Customize existing
Search appliance
Distribution
Process overview
Software packages
Overview
Conventions
Installation path
Installation workflow
Update workflow
Uninstall workflow
Package signing
Become a vendor