Deployment Tools Foundation
NotifySidChange Method (oldSid, newSid)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Installer ► NotifySidChange(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
Remarks
Win32 MSI API: MsiNotifySidChange
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)