UpdateFiles Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation UpdateFiles Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPackageUpdateFiles()()()()
Updates the install package with new files from the WorkingDirectory. The files must be in the relative directory matching their SourcePath. This method re-compresses and packages the files if necessary, and also updates the following data: File.FileSize, File.Version, File.Language, MsiFileHash.HashPart*
Declaration Syntax
C# Visual Basic Visual C++ F#
public void UpdateFiles()
Public Sub UpdateFiles
public:
void UpdateFiles()
member UpdateFiles : unit -> unit 
Remarks
The cabinet compression level used during re-cabbing can be configured with the CompressionLevel property.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)