Menu

Cannot add Dependency

Help
Anonymous
2011-12-01
2012-09-14
  • Anonymous

    Anonymous - 2011-12-01

    I'm trying to add dependecy on a .NET dll, so I added line:

    Dependency abc.dll /u

    But the resulting manifest does not contain dependency group and also
    abc.dll.manifest is not created.

    What do I miss there?

     
  • Vlad Vissoultchev

    You can try the latest 1.0.4 version to see if problem is fixed. Notice that
    you will need to have mt.exe either in the same folder as ummm.exe or in
    somewhere in your PATH.

    You can post your project ini file and resulting manifest here too.

    Basicly in the ini file you will need a single Identity command followed
    by Dependency and File commands. Something like this:

    Identity C:\Path_To_Project\MyApp.exe MyCompany.MyApp "My Special Application 1.0"
    Dependency "C:\Path_To_Assemblies\MyHelper.dll" /u
    File "C:\Path_To_OCX\My3rdParty.ocx"
    

    Paths in Dependency/File command can be absolute or relative to folder
    of the executabele in the Idenitty command. There are more options to both
    command that are described (somewhat briefly) in the included sample.ini
    file.

    cheers,

    </wqw>****

     

Log in to post a comment.