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