[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3603: Clean up Language and Manufacturer in WiX files. (vidalia/trunk/pkg/win32)



Author: coderman
Date: 2009-03-09 07:55:23 -0400 (Mon, 09 Mar 2009)
New Revision: 3603

Modified:
   vidalia/trunk/pkg/win32/polipo.wxs.in
   vidalia/trunk/pkg/win32/thandy.wxs.in
   vidalia/trunk/pkg/win32/torbutton.wxs.in
Log:
Clean up Language and Manufacturer in WiX files.

Modified: vidalia/trunk/pkg/win32/polipo.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/polipo.wxs.in	2009-03-06 21:17:27 UTC (rev 3602)
+++ vidalia/trunk/pkg/win32/polipo.wxs.in	2009-03-09 11:55:23 UTC (rev 3603)
@@ -21,16 +21,15 @@
   <?define CurrLocalProgramsGUID="e0c517aa-5eb7-4909-a23f-7fccd7fddeef" ?>
 
   <Product Name="Polipo $(var.ThisProductVersionDisp)" Id="$(var.CurrProductGUID)"
-           Language="1033" Codepage="1252"
            Version="$(var.ThisProductVersion)"
            Manufacturer="mailto: coderman at gmail.com - test package for The Tor Project, Inc."
+           Language="$(loc.LCID)"
            UpgradeCode="$(var.UpgradeCode)">
     
     <Package Id="*" Keywords="Installer"
              Description="Polipo $(var.ThisProductVersionDisp) Installer"
              Manufacturer="mailto: coderman at gmail.com - test package for The Tor Project, Inc."
              InstallerVersion="100" Compressed="yes"
-             Languages="1033"  SummaryCodepage="1252"
              InstallPrivileges="limited" />
 
     <Media Id="1" Cabinet="Polipo.cab" CompressionLevel="high"

Modified: vidalia/trunk/pkg/win32/thandy.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/thandy.wxs.in	2009-03-06 21:17:27 UTC (rev 3602)
+++ vidalia/trunk/pkg/win32/thandy.wxs.in	2009-03-09 11:55:23 UTC (rev 3603)
@@ -13,16 +13,15 @@
   <?define CurrLocalProgramsGUID="c5971fba-b0bc-46e1-881c-a9139122a45d" ?>
 
   <Product Name="Thandy $(var.ThisProductVersionDisp)" Id="$(var.CurrProductGUID)"
-           Language="1033" Codepage="1252"
            Version="$(var.ThisProductVersion)"
-           Manufacturer="mailto: coderman at gmail.com - test package for The Tor Project, Inc."
+           Manufacturer="www.torproject.org"
+           Language="$(loc.LCID)"
            UpgradeCode="$(var.UpgradeCode)">
     
     <Package Id="*" Keywords="Installer"
              Description="Thandy $(var.ThisProductVersionDisp) Installer"
-             Manufacturer="mailto: coderman at gmail.com - test package for The Tor Project, Inc."
+             Manufacturer="www.torproject.org"
              InstallerVersion="100" Compressed="yes"
-             Languages="1033"  SummaryCodepage="1252"
              InstallPrivileges="limited" />
 
     <Media Id="1" Cabinet="Thandy.cab" CompressionLevel="high"

Modified: vidalia/trunk/pkg/win32/torbutton.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/torbutton.wxs.in	2009-03-06 21:17:27 UTC (rev 3602)
+++ vidalia/trunk/pkg/win32/torbutton.wxs.in	2009-03-09 11:55:23 UTC (rev 3603)
@@ -14,16 +14,15 @@
   <?define CurrDesktopGUID="c1352049-ec2e-4b72-ab34-313b20016e84" ?>
 
   <Product Name="TorButton $(var.ThisProductVersionDisp)" Id="$(var.CurrProductGUID)"
-           Language="1033" Codepage="1252"
            Version="$(var.ThisProductVersion)"
-           Manufacturer="mailto: coderman at gmail.com - test package for The Tor Project, Inc."
+           Manufacturer="www.torproject.org"
+           Language="$(loc.LCID)"
            UpgradeCode="$(var.UpgradeCode)">
     
     <Package Id="*" Keywords="Installer"
              Description="TorButton $(var.ThisProductVersionDisp) Installer"
-             Manufacturer="mailto: coderman at gmail.com - test package for The Tor Project, Inc."
+             Manufacturer="www.torproject.org"
              InstallerVersion="100" Compressed="yes"
-             Languages="1033"  SummaryCodepage="1252"
              InstallPrivileges="limited" />
 
     <Media Id="1" Cabinet="TorButton.cab" CompressionLevel="high"