Deployment Tools Foundation
UpdateFiles Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackage ► UpdateFiles()()()
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++ |
public void UpdateFiles()
Public Sub UpdateFiles
public: void UpdateFiles()
Remarks
The cabinet compression level used during re-cabbing can be configured with the
CompressionLevel property.