NotifySidChange Method (oldSid, newSid)

DTF API

Copy image CopyHover image
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++ F#
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
)
static member NotifySidChange : 
        oldSid : string * 
        newSid : string -> unit 
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.dll) Version: 3.0.0.0 (3.11.1.2318)