MSI Factory 2.3

System.RemoveRestorePoint

System.RemoveRestorePoint

This is the first topic This is the last topic  

System.RemoveRestorePoint

This is the first topic This is the last topic  

OverviewExamples

System.RemoveRestorePoint (

number SequenceNum )

Example 1

System.RemoveRestorePoint(107);

Removes the system restore point whose sequence number is 107.

Example 2

-- Get the sequence number of the restore point to remove

nSequenceNum = Registry.GetValue(HKEYHKEY_LOCAL_MACHINE, "Software\\MyCompany\\MyProduct\\RestorePointInfo", "SequenceNumber", false)

 

-- Remove the restore point

System.RemoveRestorePoint(nSequenceNum);

Gets a sequence number from the registry, and removes the corresponding restore point.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us