Hi, has anyone succeeded in running Miscrosoft's cabarc.exe on Linux? The "wine cabarc.exe n mycab.cab *.class *.gif *.au" fails with: Microsoft (R) Cabinet Tool - Version 5.1.2600.0 Copyright (c) Microsoft Corporation. All rights reserved.. Creating new cabinet 'MyApplet.cab' with compression 'MSZIP': FCICreate() failed: code 4 [Could not create a temporary file] I then look into my home dir and see many zero-sized ~/xx1234.tmp files. When I run strace, I notice error messages like: ioctl(9, VFAT_IOCTL_READDIR_BOTH, 0x40590850) = -1 ENOTTY (Inappropriate ioctl for device) But not sure if they are the reason. The full strace output and the binary can be found at http://pref.dyndns.org/cabarc/ I'm using RedHat and 2.4.20 kernel. Regards Alex
Ivan Leo Murray-Smith
2004-Feb-21 16:23 UTC
Running cabarc.exe under Wine: FCICreate() failed
> and the binary can be found at http://pref.dyndns.org/cabarc/Do you have a license to redistribute this software? Ivan.
Ivan Leo Murray-Smith
2004-Feb-22 11:16 UTC
Running cabarc.exe under Wine: FCICreate() failed
> Its available directly from Microsoft: > http://support.microsoft.com/default.aspx?scid=KB;en-us;310618then the link should be to the microsoft web site. You can usually only redistribute file in their original form, you can't just take out a exe and publish it on a web site, with no license information. Ivan.