ActiveXPoshV3.zip
- Alexander Riedel
- Posts: 7601
- Joined: Tue May 29, 2007 4:43 pm
- Been upvoted: 6 times
ActiveXPoshV3.zip
Can you be more specific? Did you get an error message?
Alexander Riedel
SAPIEN Technologies, Inc.
SAPIEN Technologies, Inc.
ActiveXPoshV3.zip
Script: ActiveXPoshV3.vbs
Line: 31
Char: 2
Error: ActiveX component can't create object:
'SAPIEN.ActiveXPoshV3'
Code: 800A01AD
IMHO, MSI-file doesn't contain Registry's information
Line: 31
Char: 2
Error: ActiveX component can't create object:
'SAPIEN.ActiveXPoshV3'
Code: 800A01AD
IMHO, MSI-file doesn't contain Registry's information
- Alexander Riedel
- Posts: 7601
- Joined: Tue May 29, 2007 4:43 pm
- Been upvoted: 6 times
ActiveXPoshV3.zip
That's possible. Run .NET 4.0's RegAsm against the file. You need to run the 64 bit and the 32 bit version of regasm. I.e.
C:WindowsMicrosoft.NETFramework64v4.0.30319regasm activexposhv3.dll /codebase
C:WindowsMicrosoft.NETFrameworkv4.0.30319regasm activexposhv3.dll /codebase
if you are on a 64 bit machine.
C:WindowsMicrosoft.NETFramework64v4.0.30319regasm activexposhv3.dll /codebase
C:WindowsMicrosoft.NETFrameworkv4.0.30319regasm activexposhv3.dll /codebase
if you are on a 64 bit machine.
Alexander Riedel
SAPIEN Technologies, Inc.
SAPIEN Technologies, Inc.