NotifySidChange Method (oldSid, newSid)

Microsoft Deployment Tools

Deployment Tools Foundation NotifySidChange Method (oldSid, newSid)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerNotifySidChange(String, String)
[MSI 3.1] Migrates a user's application configuration data to a new SID.
Declaration Syntax
C# Visual Basic Visual C++
public static void NotifySidChange(
	string oldSid,
	string newSid
)
Public Shared Sub NotifySidChange ( _
	oldSid As String, _
	newSid As String _
)
public:
static void NotifySidChange(
	String^ oldSid, 
	String^ newSid
)
Parameters
oldSid (String)
Previous user SID that data is to be migrated from
newSid (String)
New user SID that data is to be migrated to
Remarks

Win32 MSI API: MsiNotifySidChange

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)