Hello community,
we use an App-V package which works fine for years and now we need to add and register a DLL into this package. Thats the point where I am running into trouble.
When sequenzing I tried to modify the existing package and run the following command:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe" "C:\temp\GenerateBarcodeAutomation.dll" /tlb:GenerateBarcodeAutomation.tlb
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe" "C:\temp\GenerateBarcodeAutomation.dll" /tlb:GenerateBarcodeAutomation.tlb /codebase
This is working fine so far and when looking into the virtual file system I can see the DLL in
{AppVDrive}\temp\GenerateBarcodeAutomation.dll.
But when looking into the virtual registry I cannot find the related entries. Also the App is not working as expected when deployed to the clients.
Do you have any hints for me what would be the best way to add a DLL to the package?
Thank you and regards,
Jan