Re: XP look and manifest files



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>


.



Relevant Pages

  • Re: Deployment wizard
    ... > Try one of these instead - produces a much more professional installer: ... > Visual Installer from Microsoft: ... > If using Inno Setup check out ISTool at http://www.istool.org/ ... > "ISTool helps you create scripts for Jordan Russell's Inno Setup compiler. ...
    (microsoft.public.vb.general.discussion)
  • Re: A user reported this error message on setup
    ... > I didn't know there was a Visual Installer from Microsoft. ... >> "ISTool helps you create scripts for Jordan Russell's Inno Setup ...
    (microsoft.public.vb.general.discussion)
  • Re: Removal/Install Office 2000
    ... verify that this is a valid Windows Installer patch package. ... This problem may occur if the registry contains Microsoft Windows Installer ... Microsoft Office XP Standard Edition ...
    (microsoft.public.office.setup)
  • Re: Removal/Install Office 2000
    ... > verify that this is a valid Windows Installer patch package. ... > This problem may occur if the registry contains Microsoft Windows Installer ... Microsoft Office XP Standard Edition ...
    (microsoft.public.office.setup)
  • RE: windows installer
    ... I am sorry the MPS Report you sent to me is not the correct one. ... 37894454-windows installer. ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ...
    (microsoft.public.windows.server.sbs)