[Bug 21466] AVG Free 8.x/9.x Antivirus Edition needs FileFsVolumeInformation class (ntdll.NtQueryVolumeInformationFile) for installer logging

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 12 15:17:39 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=21466

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://download.avgfree.com |http://dplus.en.softonic.co
                   |/filedir/inst/avg_free_stf_ |m/free-download/windows/avg
                   |en_90_730a1834.exe          |_free_stf_en_90_716a1803.ex
                   |                            |e
            Summary|implement                   |AVG Free 8.x/9.x Antivirus
                   |FileFsVolumeInformation     |Edition needs
                   |class for                   |FileFsVolumeInformation
                   |ntdll.NtQueryVolumeInformat |class
                   |ionFile                     |(ntdll.NtQueryVolumeInforma
                   |                            |tionFile) for installer
                   |                            |logging

--- Comment #3 from Anastasius Focht <focht at gmx.net> 2013-01-12 15:17:39 CST ---
Hello folks,

still present, correcting download link.

Source:
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/file.c#l2553

--- snip ---
2553 NTSTATUS WINAPI NtQueryVolumeInformationFile( HANDLE handle,
PIO_STATUS_BLOCK io,
2554                                               PVOID buffer, ULONG length,
2555                                               FS_INFORMATION_CLASS
info_class )
2556 {
...
2567     switch( info_class )
2568     {
2569     case FileFsVolumeInformation:
2570         if (!once++) FIXME( "%p: volume info not supported\n", handle );
2571         break;
...
--- snip ---

$ du -sh avg_free_stf_en_90_716a1803.exe 
76M    avg_free_stf_en_90_716a1803.exe

$ sha1sum avg_free_stf_en_90_716a1803.exe 
32678222e7889a4f47494a86242ad783c180eba5  avg_free_stf_en_90_716a1803.exe

$ wine --version
wine-1.5.21-181-g197041f

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list