Launches the updater to install the updates
Namespace:
nsCDEngine.ISM
Assembly:
C-DEngine (in C-DEngine.dll)
Public Sub LaunchUpdater ( _
pSourceFile As String, _
pUpdateDir As String, _
pVersion As String, _
ShutdownRequired As Boolean _
)
public:
void LaunchUpdater(
String^ pSourceFile,
String^ pUpdateDir,
String^ pVersion,
bool^ ShutdownRequired
)
Parameters
- pSourceFile
- Type: String
What updates should be installed
- pUpdateDir
- Type: String
Where are the updates located
- pVersion
- Type: String
Version to update
- ShutdownRequired
- Type: Boolean
If true, the node will be shutdown before updates are installed