As an example of what I need to be able to do:
Is there a way to do this using InstallLib, or should I just use Exec instead?regsvr32 /n /i:"2" "c:\temp\my.dll"
7 posts
Is there a way to do this using InstallLib, or should I just use Exec instead?regsvr32 /n /i:"2" "c:\temp\my.dll"
System::Call '"$InstDir\mylib.dll":😁llInstall(i 1, w "2")i.r0 ?u' ; result in $0System::Call only works if the .dll is the same bitness as the installer.