Transforming
ILMerge.exe to DLL [for convenient usage only].
Use:
1. reference->Add [ILMerge_Portable.dll]
2. ...
Imports ILMerge_Portable
Sub Main()
' [1]
Dim args As String() = {"/out:target.dll", "D:\source1.exe", "D:\source2.exe"}
If Emicrox.Processing(args) Then
EndIf
' [2]
If Emicrox.Processing("D:\source.exe", "target.dll", False) Then
EndIf
' [3]
If Emicrox.Processing("D:\source1.exe", "D:\source2.dll", "target.dll", False) Then
EndIf
End Sub
http://emicrox-net.1gb.ru/source/ILMerge_Portable.dll
INFO: http://emicrox.net