Re: XP look and manifest files
- From: "Veign" <NOSPAMinveign@xxxxxxxxx>
- Date: Tue, 12 Jul 2005 11:05:53 -0400
If you are looking for a WinXP style installer than get away from PDW - See
options below...
Visual Installer from Microsoft (free):
http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/download.aspx
Innosetup from JR Software (free):
http://www.jrsoftware.org/
If using Inno Setup check out ISTool at http://www.istool.org/
What is ISTool?
"ISTool helps you create scripts for Jordan Russell's Inno Setup compiler.
Inno Setup is a great compiler for very professional looking setups, and the
only disadvantage is that you have to create fairly complex scripts by
hand."
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
"Dan Ritchie" <DanRitchie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:698870A3-A352-4A6C-9C09-8D04C8D4E88B@xxxxxxxxxxxxxxxx
> 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>
.
- References:
- XP look and manifest files
- From: Dan Ritchie
- XP look and manifest files
- Prev by Date: Re: XP look and manifest files
- Next by Date: Re: Custom Enumerator?
- Previous by thread: Re: XP look and manifest files
- Next by thread: RE: XP look and manifest files
- Index(es):
Relevant Pages
|