XP look and manifest files

Tech-Archive recommends: Speed Up your PC by fixing your registry



I would like to use a manifest file to add the Xp look to my application.
However, my users tell me it no longer runs under Windows ME, and I would
assume 98 either.

The error message says that setup1.exe.manifest "cannot read source file.
The file could not be installed."

Is it possible to make a manifest file that won't keep the application from
running under OS's other than XP? I really would like to support the XP
look, but it's not worth breaking the software.

My manifest looks like this:

<?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"
processorArchitecture="X86"
name="SETUP.EXE"
type="win32"
/>
<description>Program Setup.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
.



Relevant Pages

  • Re: Visual Studio SP6
    ... LOL ... NotePad is my best friend! ... 'Windows XP enviroment. ... > I've set up a manifest file at: ...
    (microsoft.public.vb.bugs)
  • Re: Loosing XP style on execustion
    ... that, while editing forms in Visual Studio, they have a nice Windows ... we changed Embed Manifest to No and Output Manifest File to ... Automate your software builds with Visual Build Pro ...
    (microsoft.public.dotnet.languages.vc)
  • Re: include dll in a project
    ... I'm developing a simple software and I have to add a manifest file. ... When I try to test the same application to another sistem (Windows ... this file is not present on Vista system, so I think that the solution ...
    (microsoft.public.vc.mfc)
  • Re: Get System Icon for any file/folder
    ... manifest file to use icons with alpha channel. ... support for this you must include a manifest file. ... support, you ought to read the MSDN Article "Using Windows XP Visual Styles ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Get System Icon for any file/folder
    ... According to the "Notes" part on CodeProject article, we have to include a manifest file to use icons with alpha channel. ... For more information on including visual styles support, you ought to read the MSDN Article "Using Windows XP Visual Styles With Controls on Windows Forms". ...
    (microsoft.public.dotnet.languages.csharp)