Hi,

  You also need version block with correct language-charset

   BLOCK "StringFileInfo"
   BEGIN
       BLOCK "040904E4"
       BEGIN
           ...
           VALUE "CompanyName",    VER_COMPANYNAME_STR
           ...
       END
   END


> Hi,
> 
> I made changes as per your suggestion; still I am unable to see the
> manufacturer name.
> 
> Regards,
> Pallavi.
> 
> -----Original Message-----
> From: Andriy Chernyayev [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 27, 2006 1:37 AM
> To: Pallavi Patrutkar
> Cc: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Manufacturer name in MSConfig utility
> 
> Hi,
> 
>   Looks like msconfig from Windows XP does not support unicoded version
> information. You should not use 1200 (0x4b0) codepage in VarFileInfo.
> 
>    BLOCK "VarFileInfo"
>    BEGIN
>        /* the following line should be extended for localized versions
> */
>        VALUE "Translation", 0x409, 1252
>    END
> 
> > Hello All,
> > 
> > I have found out the exact problem area.
> > 
> > The problem was not in my service. I had set all the required version
> > related information in the resource file.
> > 
> > I was using MSConfig.exe with the version 5.1. I installed the same
> > service on Windows Vista and Windows 2003, where it was showing the
> > manufacturer name properly.
> > So, I ran MSConfig.exe from Windows 2003 server (version 5.2) on
> Windows
> > XP and it showed the manufacturer name.
> > 
> > Hence, my observation is, the few services (the same problem I
> observed
> > in case of Anti-virus related services that are installed on my
> system),
> > if observed on MSConfig.exe with the version 5.2 or above, show actual
> > manufacturer name; while on version 5.1, they show manufacturer as
> > unknown.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to