search for: cabarc

Displaying 17 results from an estimated 17 matches for "cabarc".

Did you mean: cabac
2008 May 09
1
archive file attribute
I am trying to use cabarc to create a cabinet file, but it is very important that the files added to the cabinet not have the archive attribute set. It seems that all files appear to have the archive flag set in wine, is it possible to turn off the archive flag? -- Daniel
2012 Dec 07
0
Wine release 1.5.19
...-style creation ("birth") time. Christian Costa (8): amstream: Fix return value of BasePinImp_GetMediaType. quartz: Fix case in some methods name. cabinet: Remove useless ERR and turn one ERR into a WARN. cabinet: Simplify concatenation of path and filename. cabarc: Add some debug messages. cabarc: Keep \ in the cab path as FDICopy expects it. cabarc: Handle fdintNEXT_CABINET notification to support multi-cab archive. cabarc: Handle fdintENUMERATE notification. Daniel Jelinski (2): wine.inf: Add registry info for lanmanserver service....
2004 Apr 29
0
Pxelinux/memdisk with Universal TCP/IP Network Bootdisk floppy
...Then I converted this disk image from 1.44MB to 2.88MB with winimage. Then I copied the files from the Universal TCP/IP Network bootdisk to the image, by mounting the file on a linux computer (mount -t vfat -o loop Win98tcp.img Win98tcp). I added mem.exe to the files.cab, using EXTRACT.EXE and CABARC.EXE from http://support.microsoft.com/default.aspx?scid=KB;en-us;310618 I also added ntfsdos.exe from http://www.sysinternals.com/files/ntfs30r.zip. I added emm386.exe to the floppy image, and added the following to CONFIG.SYS device=emm386.exe /noems I use pxegrub from grub 0.94 on my tftp s...
2011 Feb 04
0
Wine release 1.3.13
...Context for i386. ntdll: Add a helper function for checking stack frame limits. ntdll: Add support for longjmp in RtlUnwindEx. msvcrt: longjmp doesn't have a return value. msvcrt: Implement longjmp for x86_64. setupapi: Fix access rights for cabinet creation. cabarc: Initial version of the cabarc.exe tool, with support for creating a cabinet. cabarc: Add support for listing and extracting cabinets. cabinet: Use constants instead of hard-coded numbers for file open flags. cabinet: Replace the fci_set_error macro by a proper function. cab...
2012 Mar 07
0
Wine release 1.4
...This is needed for various Service Pack installers, particularly for the .NET ones. - Installing side-by-side assemblies is supported. - Rollbacks of failed installs is supported. - Installing services is better supported. - MSI installers can be created entirely under Wine, using the 'cabarc' and 'winemsibuilder' tools. *** Build environment - The IDL compiler (widl) can generate format strings for both old-style and new-style COM interpreted stubs. - Registrations for dlls and typelibs are based on scripts generated at compile time, for faster Wine prefix creation...
2013 Aug 02
0
Wine release 1.7.0
...o (installer of LOL) can't load FAQ 33880 Need For Speed: World launcher fails 33936 Jazz Jack Rabbit 2: Page fault upon finishing first level 34013 Altium Designer 10 and its installer crash in InternetQueryOptionW 34110 MS Excel 2010 escape/unescape problem in sheet names 34191 cabarc.c could not compile ---------------------------------------------------------------- Changes since 1.6: Akihiro Sagawa (3): Revert "gdi32: Use the default character when the glyph is missing.". gdi32: Add a helper function to get bitmap size. gdi32: Adjust bitmap font...
2013 Nov 15
0
Wine release 1.6.1
...162 CGDirectPaletteRef has been deprecated so winemac.drv can't be compiled in Mavericks. 34177 -pipe makes mingw-g++ work unreliably 34188 crash when creating a new wineprefix with winemac.drv 34190 number.c could not compile due to "dtoa" naming conflict in Cygwin 34191 cabarc.c could not compile 34209 fullscreen apps won't switch back to resolution after command-tabbing on OS X 34211 strncpy C library function doesn't compliant C standard. 34245 WMI query "select * from win32_Directory" via WMI crashes 34275 Louisiana Adventure Demo fails w...
2011 Feb 18
0
Wine release 1.3.14
...derItem::get_Path. Alexander Scott-Johns (2): comctl32: Fix read of uninitialized data in LISTVIEW_HeaderNotification and rename it to LISTVIEW_Notify (Valgrind). user32: Fix read of uninitialized data and a couple of typos in TrackMouseEvent (Valgrind). Alexandre Julliard (16): cabarc: Add support for specifying a maximum cabinet file. cabarc: Add support for starting a new folder with a '+' file name. cabinet: Store folders in a list in memory instead of in a temp file. cabinet: Store files in a list in memory instead of in a temp file. cabinet:...
2013 Jul 18
0
Wine release 1.6
...rean, Simplified Chinese, Romanian, Ukrainian, Thai, and Croatian code pages. This improves support for loading translated font names from Mac OS font files. *** Built-in applications - The new 'netstat' application displays information about active network connections. - The 'cabarc' application supports multi-cabinet archives. - The 'attrib' application supports recursing in sub-directories. - The 'ipconfig' application can display IPv6 addresses. - The 'start' application allows setting process priority and affinity. - The 'cmd' applic...
2013 Apr 12
0
Wine release 1.5.28
...pplication code. kernel32: Fetch the system information only once the memory limits are correct. msvcrt: Constify the arguments of execv functions. makefiles: Don't link against libport in the tests. libport: Rename spawnvp to _spawnvp to avoid the deprecated name. cabarc: Avoid some redefinition warnings. wineconsole: Fix a pointer cast warning. ddraw: De-duplicate display modes even when returning the refresh rate. icinfo: Fix vsnprintfW usage. kernel32: Make event/mutex/semaphore functions hotpatchable. server: Add a helper function...
2014 Feb 20
0
Wine release 1.7.13
...ng GUIDs. setupapi: Use BOOL type where appropriate. msi: Fix typo in a field name. winhlp32: Use BOOL type where appropriate. mscoree: Use BOOL type where appropriate. mscoree/tests: Use BOOL type where appropriate. user32: Use BOOL type where appropriate. cabarc: Use BOOL type where appropriate. Hans Leidekker (3): winhttp/tests: Fix a couple of test failures. winhttp/tests: Improve tracing. wbemprox: Don't list loopback network adapters. Henri Verbeet (31): dxgi/tests: Cleanup test_output(). dxgi/tests: Use D3D10CreateD...
2011 Mar 04
0
Wine release 1.3.15
..._TEXT is not set (Valgrind). comctl32: Fix read of uninitialized data in notify_itemactivate (Valgrind). Alexandre Goujon (1): ws2_32: Make gethostbyname fail if WSAStartup was not called before. Alexandre Julliard (39): cabinet: Fix the remaining todo_wine tests in fdi.c. cabarc: Set the initial cabinet number to 0. kernel32: Use debugstr_a to avoid overflow with user-specified string. ntdll: Improve the error reporting for invalid PE file architectures. wine.inf: Put some fake dlls in the right place for WoW64. cabinet: Preserve trailing slash on d...
2019 May 10
0
Wine release 4.8
...cheat) fails to start, reporting 'The procedure entry point K32GetWsChangesEx could not be located in the dynamic link library KERNEL32.dll' ---------------------------------------------------------------- Changes since 4.7: Alexandre Julliard (85): attrib: Build with msvcrt. cabarc: Build with msvcrt. clock: Build with msvcrt. control: Build with msvcrt. dxdiag: Build with msvcrt. eject: Build with msvcrt. expand: Build with msvcrt. extrac32: Build with msvcrt. hh: Build with msvcrt. hostname: Build with msvcrt. icinfo: Bu...
2019 May 24
0
Wine release 4.9
...ld flag. msvcirt: Use the standard -mno-cygwin build flag. msvcrt20: Use the standard -mno-cygwin build flag. msvcrt40: Use the standard -mno-cygwin build flag. makefiles: Remove the check for msvcr* imports. msvcrt: Update arguments for some forwarded functions. cabarc: Remove duplicate defines. cabinet/tests: Remove duplicate defines. winebuild: Support relay debugging for PE builtin dlls. makefiles: Don't depend on cross import library if not necessary. makefiles: Use -fshort-wchar when building with msvcrt. winebuild: Don'...
2019 Nov 29
0
Wine release 4.21
...GetNlsSectionPtr() and RtlInitCodePageTable(). kernelbase: Initialize codepage data using ntdll functions. kernel32: Move codepage functions to kernelbase. winhttp: Handle http_proxy variable entirely in Unicode. wininet: Handle http_proxy variable entirely in Unicode. cabarc: Avoid some conversion to Unix codepage. wineboot: Keep config directory path in Unicode. kernel32: Reimplement FoldStringW() to support composition. kernel32: Move FoldStringW() function to kernelbase. ntdll: Don't fail to load data file when the registry key is missing...
2020 Oct 09
0
Wine release 5.19
...xolehlp: Use wide-char string literals. combase: Use wide-char string literals. combase/tests: Use wide-char string literals. conhost: Correct whitespace placement in a TRACE(). packager: Use wide-char string literals. attrib: Use wide-char string literals. cabarc: Use wide-char string literals. clock: Use wide-char string literals. control: Use wide-char string literals. dxdiag: Use wide-char string literals. extrac32: Use wide-char string literals. hostname: Use wide-char string literals. net: Use wide-char string litera...
2014 Jan 17
0
Wine release 1.7.11
...ctor. wbemprox: Remove unused IUnknown *outer parameter from object constructors. wmiutils: Remove unused IUnknown *outer parameter from object constructors. ntdll: Remove shadow local variables. msxml3: Remove unused IUnknown *outer parameter from object constructors. cabarc: Fix printing of a not recognized compression type argument. advapi32/tests: Add tests for access 0 mapping. advapi32/tests: Add a test for opening a mutex with access 0. advapi32/tests: Add a test for opening an event with access 0. advapi32/tests: Add more file access test...