Opened 22 years ago

Last modified 21 years ago

#1727 closed Feature request

Windows XP manifest

Reported by: fmarcia Owned by:
Priority: normal Component: Unknown
Keywords: Cc: fmarcia, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

If you put the attached file which must reside in the
same directory than filezilla.exe, you will get interface
enhancements on Windows XP:

<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-
com:asm.v1" manifestVersion="1.0">
<assemblyIdentity

version="1.0.0.0"
type="win32"
name="filezilla"
processorArchitecture="x86"

/>
<description>Filezilla</description>
<dependency>

<dependentAssembly>

<assemblyIdentity

type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
language="*"
processorArchitecture="x86"
publicKeyToken="6595b64144ccf1df"

/>

</dependentAssembly>

</dependency>
</assembly>

Franck

Change History (1)

comment:1 by Tim Kosse, 21 years ago

Implemented in 2.1.7

Note: See TracTickets for help on using tickets.