]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Trim application manifests as much as MS' documentation and Owen's experiments
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 21 Mar 2005 01:51:22 +0000 (01:51 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 21 Mar 2005 01:51:22 +0000 (01:51 +0000)
on XP allow while still having the desired effect -- this allows removal of
some fibs.
Also, change version number to 0.0.0.0 in preparation for `win-versioninfo'
(not that we found anything that took any notice of the version number
declared here).

[originally from svn r5534]

windows/pageant.mft
windows/putty.mft
windows/puttygen.mft

index 0a768380d4ce38a3b1a8a75734dd7b7f26eaeac2..8bc4431c583f489f5f9ac03ccbb8fd2e6e43b178 100644 (file)
@@ -3,13 +3,13 @@
      See 20020104174954.A12067@imsa.edu. -->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <assemblyIdentity
-   version="1.0.0.0"
-   processorArchitecture="x86"
+   type="win32"
    name="Pageant"
-   type="win32" />
-   <description>SSH authentication agent for PuTTY.</description>
+   version="0.0.0.0"/>
    <dependency>
    <dependentAssembly>
+        <!-- Load Common Controls 6 instead of 5 to get WinXP native-
+             looking controls in the client area. -->
         <assemblyIdentity type="win32"
              name="Microsoft.Windows.Common-Controls"
              version="6.0.0.0" 
index b6de666a62f174c9ce67ecaa4a871d6bd3a913cc..9b34d641c3b0574a30742760c76258ed92387d65 100644 (file)
@@ -3,13 +3,13 @@
      See 20020104174954.A12067@imsa.edu. -->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <assemblyIdentity
-   version="1.0.0.0"
-   processorArchitecture="x86"
+   type="win32"
    name="PuTTY"
-   type="win32" />
-   <description>A free SSH and Telnet client.</description>
+   version="0.0.0.0"/>
    <dependency>
    <dependentAssembly>
+        <!-- Load Common Controls 6 instead of 5 to get WinXP native-
+             looking controls in the client area. -->
         <assemblyIdentity type="win32"
              name="Microsoft.Windows.Common-Controls"
              version="6.0.0.0" 
index 2b3854278a1f9902c224fc7b87765168b7adeda5..45ec531e2810a41000197b7d1e92761e3721d066 100644 (file)
@@ -3,13 +3,13 @@
      See 20020104174954.A12067@imsa.edu. -->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <assemblyIdentity
-   version="1.0.0.0"
-   processorArchitecture="x86"
+   type="win32"
    name="PuTTYgen"
-   type="win32" />
-   <description>SSH key generator for PuTTY.</description>
+   version="0.0.0.0"/>
    <dependency>
    <dependentAssembly>
+        <!-- Load Common Controls 6 instead of 5 to get WinXP native-
+             looking controls in the client area. -->
         <assemblyIdentity type="win32"
              name="Microsoft.Windows.Common-Controls"
              version="6.0.0.0"