Hello I have tried a number of ways to get this dll to register. But I cannot get it to work.
If I run manually on the computer this command:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\reg asm" "C:\MyUtils\UL-VB\UL_DotNet.dll"
It works fine.
However in Setup Factory I have tried and all fail:
1. I tried using the "Register COM Interfaces" - It says "This file does not support DLLRegisterServer (AvticeX Self-Regisration)"
2. In the scripts "ON-Shutdown" I tried - result = File.Run("C:\Windows\Microsoft.NET\Framework\v4.0. 30319\regasm", "/s", "%AppFolder%\\UL_DotNet.dll", "%AppFolder%", true); --- This also failed.
I am sure there is a way to get this to run but I cannot get it to work. Please Help
If I run manually on the computer this command:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\reg asm" "C:\MyUtils\UL-VB\UL_DotNet.dll"
It works fine.
However in Setup Factory I have tried and all fail:
1. I tried using the "Register COM Interfaces" - It says "This file does not support DLLRegisterServer (AvticeX Self-Regisration)"
2. In the scripts "ON-Shutdown" I tried - result = File.Run("C:\Windows\Microsoft.NET\Framework\v4.0. 30319\regasm", "/s", "%AppFolder%\\UL_DotNet.dll", "%AppFolder%", true); --- This also failed.
I am sure there is a way to get this to run but I cannot get it to work. Please Help
Comment