Displaying 6 results from an estimated 6 matches for "duplicatefile".
2008 Dec 24
1
.Net 2 install problems
...mbly" table values
fixme:msi:msi_unimplemented_action_stub DeleteServices -> 4 ignored L"ServiceControl" table values
fixme:msi:msi_unimplemented_action_stub RemoveRegistryValues -> 4 ignored L"RemoveRegistry" table values
fixme:msi:msi_unimplemented_action_stub RemoveDuplicateFiles -> 7 ignored L"DuplicateFile" table values
fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 16 ignored L"CreateFolder" table values
fixme:msi:msi_unimplemented_action_stub BindImage -> 8 ignored L"BindImage" table values
fixme:ntdll:server_ioctl_file...
2008 Mar 25
9
Autodesk applications (AutoCAD & Civil 3D)
Hello,
My questions are about Autodesk applications (AutoCAD 2008 & Civil 3D 2008).
The main problem is that I can not install them to wine.
When I insert CD, and on terminal type:
Code:
wine setup.exe
I'm getting this messages:
Code:
zarko at zarko-pc:/media/cdrom$ wine setup.exe
fixme:process:IsWow64Process (0xffffffff 0x33feb4) stub!
zarko at zarko-pc:/media/cdrom$
2009 Jan 25
3
dotnet20 on ubuntu 8.10
...e values
> fixme:msi:msi_unimplemented_action_stub DeleteServices -> 4 ignored L"ServiceControl" table values
> fixme:msi:msi_unimplemented_action_stub RemoveRegistryValues -> 4 ignored L"RemoveRegistry" table values
> fixme:msi:msi_unimplemented_action_stub RemoveDuplicateFiles -> 7 ignored L"DuplicateFile" table values
> fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 16 ignored L"CreateFolder" table values
> fixme:mixer:ALSA_MixerInit No master control found on AK5370 , disabling mixer
> fixme:msi:msi_unimplemented_a...
2018 May 25
0
Wine release 3.9
...f StartServices and StopServices.
winedbg: Use gdb's default handling of breakpoints.
d3d11: Implement depth clip control.
vbscript: Add stub IActiveScriptDebug interface.
msi/tests: Avoid calling MsiSetTargetPath("TARGETDIR").
msi/tests: Test deferral of DuplicateFiles and RemoveDuplicateFiles.
msi/tests: Test deferral of InstallFiles and RemoveFiles.
odbccp32: Clean up SQLGetInstalledDrivers().
odbccp32/tests: Add tests for SQLGetInstalledDrivers().
msi/tests: Test installation of ODBC driver.
msi/tests: Test deferral of InstallODB...
2010 Mar 05
0
Wine release 1.1.40
...BCDriver and ITERATE_InstallODBCTranslator.
fusion: Add a stub implementation of CreateApplicationContext.
kernel32/tests: Fix a thread handle leak.
winhttp: Add support for resolve timeouts.
wininet: Fix handling of a response without headers.
msi: Implement the RemoveDuplicateFiles standard action.
msi: Add tests for creating and removing duplicate files.
wininet: Fix a memory leak.
msi: Implement the RemoveRegistryValues standard action.
msi: Add tests for removing registry values.
msi: Remove empty directories as part of the RemoveFiles action...
2020 Apr 20
2
clang-format sets executable permission on windows (openNativeFile ignores mode on Windows)
Mapping between Windows DACLs and Posix user-group-other file permissions
is complex, depends on externalities, and is necessarily lossy:
http://www.cygwin.com/cygwin-ug-net/using-filemodes.html
http://www.cygwin.com/cygwin-ug-net/ntsec.html
While there's a lot of information at those links, they don't completely
explain how the mapping works. (And who knows if GnuWin32 does the mapping