
Ящик для предложений: sales@blogslov.ru
Send Wix-commits mailing list submissions to
wix-commits@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wix-commits
or, via email, send a message with subject or body 'help' to
wix-commits-request@lists.sourceforge.net
You can reach the person managing the list at
wix-commits-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Wix-commits digest..."
Today's Topics:
1. wix/src/chm toc.xml,1.13,1.14 (Rob Mensching)
2. wix/src/ext/IIsExtension/wixext heatwebsite.cs, 1.1, 1.2
(Rob Mensching)
3. wix/src/ct/console ct.exe.manifest,1.1,1.2 (Rob Mensching)
4. wix/src/ct/ui ctui.exe.manifest,1.1,1.2 (Rob Mensching)
5. wix/src/ext/UIExtension UIExtension.build,1.6,1.7 (Rob Mensching)
6. wix/src/setupexe setup.exe.manifest,1.2,1.3 (Rob Mensching)
----------------------------------------------------------------------
Message: 1
Date: Fri, 25 Jan 2008 10:56:28 +0000
From: Rob Mensching
Subject: [WiX-commits] wix/src/chm toc.xml,1.13,1.14
To: wix-commits@lists.sourceforge.net
Message-ID:
Update of /cvsroot/wix/wix/src/chm
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25599/src/chm
Modified Files:
toc.xml
Log Message:
HeathS: SFBUG:1680503 - Invalid codepage generates invalid MSI
Added support for multiple main schemasin wix.chm
Added wixloc.xsd to wix.chm
MGhazna: Reverted the Version fields of .vstemplate files back to 2.0.0 to
make them compatible with VS 2005.
RobMen: Re-implement "document" support in XmlConfig.
MikeHo: Add check to Installation Directory select dialog to validate against
remote/subst/network share drive.
HeathS: Get proper code page for summary information stream at bind time.
JasonGin: SFBUG:1644783 - Votive icons lost in multi-project solution
MGhazna: Removed the "Calculate Code Metrics for Selected Projects(s)" menu
item for votive projects.
PMarcu: Adding Sections Id's for CustomTable Rows.
PMarcu: SFBUG:1835329 Supplying file when errors occur when calling
MsiGetFileInfo.
PMarcu: Including added directory tree when filtering an added component into
a patch.
JasonGin: Add -swall switch to candle/light/lit and -pedantic to lit.
HeathS: Persist code pages correctly through transform and patch build.
RobMen: Add SetDirectory and SetProperty elements.
JasonGin: Clean up static data structures in wix core, making AppDomain
management unnecessary in WixToolTask.
MikeHo: Add Manifest and App.Config to Wixcop. Change Wixcop to be x86
processor.
Index: toc.xml
===================================================================
RCS file: /cvsroot/wix/wix/src/chm/toc.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** toc.xml 21 Dec 2007 13:49:11 -0000 1.13
--- toc.xml 25 Jan 2008 10:56:26 -0000 1.14
***************
*** 9,12 ****
--- 9,13 ----
+
------------------------------
Message: 2
Date: Fri, 25 Jan 2008 10:56:29 +0000
From: Rob Mensching
Subject: [WiX-commits] wix/src/ext/IIsExtension/wixext heatwebsite.cs,
1.1, 1.2
To: wix-commits@lists.sourceforge.net
Message-ID:
Update of /cvsroot/wix/wix/src/ext/IIsExtension/wixext
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25599/src/ext/IIsExtension/wixext
Modified Files:
heatwebsite.cs
Log Message:
HeathS: SFBUG:1680503 - Invalid codepage generates invalid MSI
Added support for multiple main schemasin wix.chm
Added wixloc.xsd to wix.chm
MGhazna: Reverted the Version fields of .vstemplate files back to 2.0.0 to
make them compatible with VS 2005.
RobMen: Re-implement "document" support in XmlConfig.
MikeHo: Add check to Installation Directory select dialog to validate against
remote/subst/network share drive.
HeathS: Get proper code page for summary information stream at bind time.
JasonGin: SFBUG:1644783 - Votive icons lost in multi-project solution
MGhazna: Removed the "Calculate Code Metrics for Selected Projects(s)" menu
item for votive projects.
PMarcu: Adding Sections Id's for CustomTable Rows.
PMarcu: SFBUG:1835329 Supplying file when errors occur when calling
MsiGetFileInfo.
PMarcu: Including added directory tree when filtering an added component into
a patch.
JasonGin: Add -swall switch to candle/light/lit and -pedantic to lit.
HeathS: Persist code pages correctly through transform and patch build.
RobMen: Add SetDirectory and SetProperty elements.
JasonGin: Clean up static data structures in wix core, making AppDomain
management unnecessary in WixToolTask.
MikeHo: Add Manifest and App.Config to Wixcop. Change Wixcop to be x86
processor.
Index: heatwebsite.cs
===================================================================
RCS file: /cvsroot/wix/wix/src/ext/IIsExtension/wixext/heatwebsite.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** heatwebsite.cs 11 Jan 2008 06:15:54 -0000 1.1
--- heatwebsite.cs 25 Jan 2008 10:56:26 -0000 1.2
***************
*** 2,5 ****
--- 2,13 ----
//
// Copyright (c) Microsoft Corporation. All rights reserved.
+ //
+ // The use and distribution terms for this software are covered by the
+ // Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
+ // which can be found in the file CPL.TXT at the root of this distribution.
+ // By using this software in any fashion, you are agreeing to be bound by
+ // the terms of this license.
+ //
+ // You must not remove this notice, or any other, from this software.
//
//
------------------------------
Message: 3
Date: Fri, 25 Jan 2008 10:56:28 +0000
From: Rob Mensching
Subject: [WiX-commits] wix/src/ct/console ct.exe.manifest,1.1,1.2
To: wix-commits@lists.sourceforge.net
Message-ID:
Update of /cvsroot/wix/wix/src/ct/console
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25599/src/ct/console
Modified Files:
ct.exe.manifest
Log Message:
HeathS: SFBUG:1680503 - Invalid codepage generates invalid MSI
Added support for multiple main schemasin wix.chm
Added wixloc.xsd to wix.chm
MGhazna: Reverted the Version fields of .vstemplate files back to 2.0.0 to
make them compatible with VS 2005.
RobMen: Re-implement "document" support in XmlConfig.
MikeHo: Add check to Installation Directory select dialog to validate against
remote/subst/network share drive.
HeathS: Get proper code page for summary information stream at bind time.
JasonGin: SFBUG:1644783 - Votive icons lost in multi-project solution
MGhazna: Removed the "Calculate Code Metrics for Selected Projects(s)" menu
item for votive projects.
PMarcu: Adding Sections Id's for CustomTable Rows.
PMarcu: SFBUG:1835329 Supplying file when errors occur when calling
MsiGetFileInfo.
PMarcu: Including added directory tree when filtering an added component into
a patch.
JasonGin: Add -swall switch to candle/light/lit and -pedantic to lit.
HeathS: Persist code pages correctly through transform and patch build.
RobMen: Add SetDirectory and SetProperty elements.
JasonGin: Clean up static data structures in wix core, making AppDomain
management unnecessary in WixToolTask.
MikeHo: Add Manifest and App.Config to Wixcop. Change Wixcop to be x86
processor.
Index: ct.exe.manifest
===================================================================
RCS file: /cvsroot/wix/wix/src/ct/console/ct.exe.manifest,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ct.exe.manifest 13 Sep 2006 08:13:23 -0000 1.1
--- ct.exe.manifest 25 Jan 2008 10:56:26 -0000 1.2
***************
*** 2,6 ****
--- 8,12 ----
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
!
You must not remove this notice, or any other, from this software.
-->
------------------------------
Message: 4
Date: Fri, 25 Jan 2008 10:56:28 +0000
From: Rob Mensching
Subject: [WiX-commits] wix/src/ct/ui ctui.exe.manifest,1.1,1.2
To: wix-commits@lists.sourceforge.net
Message-ID:
Update of /cvsroot/wix/wix/src/ct/ui
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25599/src/ct/ui
Modified Files:
ctui.exe.manifest
Log Message:
HeathS: SFBUG:1680503 - Invalid codepage generates invalid MSI
Added support for multiple main schemasin wix.chm
Added wixloc.xsd to wix.chm
MGhazna: Reverted the Version fields of .vstemplate files back to 2.0.0 to
make them compatible with VS 2005.
RobMen: Re-implement "document" support in XmlConfig.
MikeHo: Add check to Installation Directory select dialog to validate against
remote/subst/network share drive.
HeathS: Get proper code page for summary information stream at bind time.
JasonGin: SFBUG:1644783 - Votive icons lost in multi-project solution
MGhazna: Removed the "Calculate Code Metrics for Selected Projects(s)" menu
item for votive projects.
PMarcu: Adding Sections Id's for CustomTable Rows.
PMarcu: SFBUG:1835329 Supplying file when errors occur when calling
MsiGetFileInfo.
PMarcu: Including added directory tree when filtering an added component into
a patch.
JasonGin: Add -swall switch to candle/light/lit and -pedantic to lit.
HeathS: Persist code pages correctly through transform and patch build.
RobMen: Add SetDirectory and SetProperty elements.
JasonGin: Clean up static data structures in wix core, making AppDomain
management unnecessary in WixToolTask.
MikeHo: Add Manifest and App.Config to Wixcop. Change Wixcop to be x86
processor.
Index: ctui.exe.manifest
===================================================================
RCS file: /cvsroot/wix/wix/src/ct/ui/ctui.exe.manifest,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ctui.exe.manifest 13 Sep 2006 08:13:24 -0000 1.1
--- ctui.exe.manifest 25 Jan 2008 10:56:26 -0000 1.2
***************
*** 2,5 ****
--- 2,13 ----
------------------------------
Message: 5
Date: Fri, 25 Jan 2008 10:56:29 +0000
From: Rob Mensching
Subject: [WiX-commits] wix/src/ext/UIExtension
UIExtension.build,1.6,1.7
To: wix-commits@lists.sourceforge.net
Message-ID:
Update of /cvsroot/wix/wix/src/ext/UIExtension
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25599/src/ext/UIExtension
Modified Files:
UIExtension.build
Log Message:
HeathS: SFBUG:1680503 - Invalid codepage generates invalid MSI
Added support for multiple main schemasin wix.chm
Added wixloc.xsd to wix.chm
MGhazna: Reverted the Version fields of .vstemplate files back to 2.0.0 to
make them compatible with VS 2005.
RobMen: Re-implement "document" support in XmlConfig.
MikeHo: Add check to Installation Directory select dialog to validate against
remote/subst/network share drive.
HeathS: Get proper code page for summary information stream at bind time.
JasonGin: SFBUG:1644783 - Votive icons lost in multi-project solution
MGhazna: Removed the "Calculate Code Metrics for Selected Projects(s)" menu
item for votive projects.
PMarcu: Adding Sections Id's for CustomTable Rows.
PMarcu: SFBUG:1835329 Supplying file when errors occur when calling
MsiGetFileInfo.
PMarcu: Including added directory tree when filtering an added component into
a patch.
JasonGin: Add -swall switch to candle/light/lit and -pedantic to lit.
HeathS: Persist code pages correctly through transform and patch build.
RobMen: Add SetDirectory and SetProperty elements.
JasonGin: Clean up static data structures in wix core, making AppDomain
management unnecessary in WixToolTask.
MikeHo: Add Manifest and App.Config to Wixcop. Change Wixcop to be x86
processor.
Index: UIExtension.build
===================================================================
RCS file: /cvsroot/wix/wix/src/ext/UIExtension/UIExtension.build,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** UIExtension.build 21 Dec 2007 13:50:55 -0000 1.6
--- UIExtension.build 25 Jan 2008 10:56:27 -0000 1.7
***************
*** 54,57 ****
--- 54,58 ----
+
***************
*** 61,65 ****
!
--- 62,67 ----
!
!
------------------------------
Message: 6
Date: Fri, 25 Jan 2008 10:56:30 +0000
From: Rob Mensching
Subject: [WiX-commits] wix/src/setupexe setup.exe.manifest,1.2,1.3
To: wix-commits@lists.sourceforge.net
Message-ID:
Update of /cvsroot/wix/wix/src/setupexe
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25599/src/setupexe
Modified Files:
setup.exe.manifest
Log Message:
HeathS: SFBUG:1680503 - Invalid codepage generates invalid MSI
Added support for multiple main schemasin wix.chm
Added wixloc.xsd to wix.chm
MGhazna: Reverted the Version fields of .vstemplate files back to 2.0.0 to
make them compatible with VS 2005.
RobMen: Re-implement "document" support in XmlConfig.
MikeHo: Add check to Installation Directory select dialog to validate against
remote/subst/network share drive.
HeathS: Get proper code page for summary information stream at bind time.
JasonGin: SFBUG:1644783 - Votive icons lost in multi-project solution
MGhazna: Removed the "Calculate Code Metrics for Selected Projects(s)" menu
item for votive projects.
PMarcu: Adding Sections Id's for CustomTable Rows.
PMarcu: SFBUG:1835329 Supplying file when errors occur when calling
MsiGetFileInfo.
PMarcu: Including added directory tree when filtering an added component into
a patch.
JasonGin: Add -swall switch to candle/light/lit and -pedantic to lit.
HeathS: Persist code pages correctly through transform and patch build.
RobMen: Add SetDirectory and SetProperty elements.
JasonGin: Clean up static data structures in wix core, making AppDomain
management unnecessary in WixToolTask.
MikeHo: Add Manifest and App.Config to Wixcop. Change Wixcop to be x86
processor.
Index: setup.exe.manifest
===================================================================
RCS file: /cvsroot/wix/wix/src/setupexe/setup.exe.manifest,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** setup.exe.manifest 27 Jun 2007 05:38:22 -0000 1.2
--- setup.exe.manifest 25 Jan 2008 10:56:28 -0000 1.3
***************
*** 1,7 ****
WiX Toolset Chainer/Bootstrapper
!
--- 1,18 ----
+
WiX Toolset Chainer/Bootstrapper
!
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Wix-commits mailing list
Wix-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-commits
End of Wix-commits Digest, Vol 16, Issue 19
*******************************************
P.S. И не забудьте послать роботу вашу рекламу :)
Обработано объявлений: 11772
Стас Давыдов & Outcorp © 2007