C-DEngine 5.105

ICDEISManager..::..LaunchUpdater Method

Executes the updater operation.

Namespace:  nsCDEngine.ISM
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void LaunchUpdater(
	string pSourceFile,
	string pUdateDir,
	string pVersion,
	bool ShutdownRequired
)
Sub LaunchUpdater ( _
	pSourceFile As String, _
	pUdateDir As String, _
	pVersion As String, _
	ShutdownRequired As Boolean _
)
void LaunchUpdater(
	String^ pSourceFile, 
	String^ pUdateDir, 
	String^ pVersion, 
	bool^ ShutdownRequired
)

Parameters

pSourceFile
Type: String
Source file.
pUdateDir
Type: String
The update dir.
pVersion
Type: String
The version.
ShutdownRequired
Type: Boolean
True if shutdown required.