CAB File problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to make a CAB file for ActiveX control using the CABARC.EXE utility

i did like following

cabarc n Test.cab C:\DesktopSharing\Capture\BmpActiveXNET.dll
C:\DesktopSharing\Capture\CaptureScreen.DLL C:\DesktopSharing\STJ\STJAX.dll
C:\DesktopSharing\UnregisterParticipant.bat
C:\DesktopSharing\UnRegisterSpeaker.bat C:\Desk
topSharing\Participant.bat C:\DesktopSharing\Speaker.bat
C:\DesktopSharingMarkIt
Up.key C:\DesktopSharing\STJKey.key C:\DesktopSharing\RegAsm.exe
C:\DesktopSharing\gacutil.exe


but this error appeared
FCIAddFile() failed: code 1 [Failure opening file to be stored in cabinet]

what cause this problem?
 
If I had any on hand, I’d bet good money that one of the files you are trying
to include is in use by some application somewhere. What are the chances for
instance that the ActiveX component you are trying to include is registered
on the system? Try unregistering it and a clean reboot with nothing else
running except for what you need to build the package.

Brendan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top