adeel_aziz
Level 3
since ‎Sep 25, 2014
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,I need to use the DllGetClassObject function in InstallScript so that I can use .NET 5 COM DLL. The C++ syntax for DllGetClassObject function is:HRESULT DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID *ppv );I have declared it as follows: ...
Hi,I have a DLL originally compiled in .NET Framework 4.7.1 which exposed some classes and methods using COM. I used DotNetCoCreateObject to create an instance and it was working fine.However, I have recently migrated it to .NET 5 and not the Install...
HiI have an install script in which I want to open a file located at %ALLUSERSPROFILE%\MyFolderSo I used this code: set oDoc = CreateObject("Microsoft.XMLDOM"); . . . if (oDoc.load("[ALLUSERSPROFILE]\\MyFolder\\TestFile.xml")) then ...
Availability
Online status:
‎Mar 23, 2021
Date last visited: