Scalanie .dll z .exe

Próbuję połączyć CabalMain.exe z crckd.dll Pobrałem ilmerge i poszedłem do> Program giles (x86)> Microsoft> Ilmerge I to zrobiłem.

    C:\Program Files (x86)\Microsoft\ILMerge>ilmerge CabalMain.exe crckd.dll /out:me
    rged.exe
    An exception occurred during merging:
    ILMerge.Merge: Could not load assembly from the location 'C:\Program Files (x86)
    \Microsoft\ILMerge\CabalMain.exe'. Skipping and processing rest of arguments.
       at ILMerging.ILMerge.Merge()

   at ILMerging.ILMerge.Main(String[] args)

Czy ktoś może mi pomóc zrozumieć, co zrobiłem źle?

questionAnswers(1)

yourAnswerToTheQuestion