.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::ReplaceEmbedded

Replace a Zip embedded in an EXE with another Zip file.

  Declarations  
    [Visual Basic]
Public Function ReplaceEmbedded(ByVal String exeFilename , ByVal String resourceName , ByVal String zipFilename) As Boolean

[C#]
public bool ReplaceEmbedded(string exeFilename , string resourceName , string zipFilename);

[C++]
public bool ReplaceEmbedded(String *exeFilename , String *resourceName , String *zipFilename);

[JScript]
public function ReplaceEmbedded(String exeFilename , String resourceName , String zipFilename) : Boolean
 
  Parameters  
   
exeFilename
The EXE file to be modified
resourceName
The name of the resource within the EXE to be replaced.
zipFilename
The Zip file to inject into the EXE
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.