Trim application manifests as much as MS' documentation and Owen's experiments
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 21 Mar 2005 01:51:22 +0000 (01:51 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
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).

git-svn-id: svn://svn.tartarus.org/sgt/putty@5534 cda61777-01e9-0310-a592-d414129be87e

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

index 0a76838..8bc4431 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 b6de666..9b34d64 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 2b38542..45ec531 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"