Бизнес-робот
Бизнес
робот

Темы:

Архив:

Каталог рекламы и объявлений

Ящик для предложений: sales@blogslov.ru

Wix-commits Digest, Vol 11, Issue 52

Send Wix-commits mailing list submissions to


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


You can reach the person managing the list at


When replying, please edit your Subject line so it is more specific
than "Re: Contents of Wix-commits digest..."


Today's Topics:

1. wix2.0/src/wix Compiler.cs,1.21,1.22 (Rob Mensching)
2. wix2.0/bin zip.build,1.13,1.14 (Rob Mensching)
3. wix2.0/src/ca/serverca/scawixlib sca.wxs,1.7,1.8 (Rob Mensching)
4. wix/src/ca/serverca/scaexec scacertexec.cpp, NONE, 1.1
scaperfexec.cpp, NONE, 1.1 precomp.h, 1.4, 1.5 scaexec.build,
1.3, 1.4 scaexec.cpp, 1.12, 1.13 scaexec.def, 1.2, 1.3
scaexec.vcproj, 1.2, 1.3 scasslexec.cpp, 1.3, NONE scasslexec.h,
1.2, NONE (Rob Mensching)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Jun 2007 05:42:55 +0000
From: Rob Mensching
Subject: [WiX-commits] wix2.0/src/wix Compiler.cs,1.21,1.22
To:
Message-ID:

Update of /cvsroot/wix/wix2.0/src/wix
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6008/src/wix

Modified Files:
Compiler.cs
Log Message:
RobMen: SFBUG:1680666 - Correctly modularize RemoveIniFile.DirProperites.

AaronSte: SFBUG:1675664 - Marking ComboBox value attribute as localizable.

BobArnso: sfbug:1680395 - emit File/@Source instead of src

RobMen: Make the Server CustomActions TSAware to handle TS correctly.

AaronSte: SFBUG:1687206 - Update Tallow so DllRegisterServer captures will work
on Windows Vista from an elevated cmd prompt.

RobMen: SFBUG:1690263 - make Directory (and Name) required, since they are.

BobArnso: Clarify error message that Express editions of Visual Studio aren't
supported, only Standard and above.

RobMen: SFBUG:1670978 - fix multiple IIS Filter install/uninstall.

FGrohn: Move to Windows Vista SDK.

RobMen: SFBUG:1712448 - remove dead CreateElement attribute.

RobMen: SFBUG:1710222 - fix modularization on certificate CustomActions.

RobMen: SFBUG:1707259 - fix nasty memory violation
RobMen: SFBUG:1710227 - update certificate CustomAction to handle modularized
BinaryKey and CertificatePaths.

RobMen: SFBUG:1716160 - fix string overflow error for XmlFile and XmlConfig


Index: Compiler.cs
===================================================================
RCS file: /cvsroot/wix/wix2.0/src/wix/Compiler.cs,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Compiler.cs 2 Mar 2007 12:18:10 -0000 1.21
--- Compiler.cs 27 Jun 2007 05:42:53 -0000 1.22
***************
*** 11249,11252 ****
--- 11249,11262 ----
}

+ if (null == directory)
+ {
+ this.core.OnMessage(WixErrors.ExpectedAttribute(sourceLineNumbers, node.Name, "Directory"));
+ }
+
+ if (null == name)
+ {
+ this.core.OnMessage(WixErrors.ExpectedAttribute(sourceLineNumbers, node.Name, "Name"));
+ }
+
if (null != descriptionResourceDll)
{




------------------------------

Message: 2
Date: Wed, 27 Jun 2007 05:42:54 +0000
From: Rob Mensching
Subject: [WiX-commits] wix2.0/bin zip.build,1.13,1.14
To:
Message-ID:

Update of /cvsroot/wix/wix2.0/bin
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6008/bin

Modified Files:
zip.build
Log Message:
RobMen: SFBUG:1680666 - Correctly modularize RemoveIniFile.DirProperites.

AaronSte: SFBUG:1675664 - Marking ComboBox value attribute as localizable.

BobArnso: sfbug:1680395 - emit File/@Source instead of src

RobMen: Make the Server CustomActions TSAware to handle TS correctly.

AaronSte: SFBUG:1687206 - Update Tallow so DllRegisterServer captures will work
on Windows Vista from an elevated cmd prompt.

RobMen: SFBUG:1690263 - make Directory (and Name) required, since they are.

BobArnso: Clarify error message that Express editions of Visual Studio aren't
supported, only Standard and above.

RobMen: SFBUG:1670978 - fix multiple IIS Filter install/uninstall.

FGrohn: Move to Windows Vista SDK.

RobMen: SFBUG:1712448 - remove dead CreateElement attribute.

RobMen: SFBUG:1710222 - fix modularization on certificate CustomActions.

RobMen: SFBUG:1707259 - fix nasty memory violation
RobMen: SFBUG:1710227 - update certificate CustomAction to handle modularized
BinaryKey and CertificatePaths.

RobMen: SFBUG:1716160 - fix string overflow error for XmlFile and XmlConfig


Index: zip.build
===================================================================
RCS file: /cvsroot/wix/wix2.0/bin/zip.build,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** zip.build 16 Feb 2007 09:35:45 -0000 1.13
--- zip.build 27 Jun 2007 05:42:52 -0000 1.14
***************
*** 97,100 ****
--- 97,101 ----


+






------------------------------

Message: 3
Date: Wed, 27 Jun 2007 05:42:54 +0000
From: Rob Mensching
Subject: [WiX-commits] wix2.0/src/ca/serverca/scawixlib
sca.wxs,1.7,1.8
To:
Message-ID:

Update of /cvsroot/wix/wix2.0/src/ca/serverca/scawixlib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6008/src/ca/serverca/scawixlib

Modified Files:
sca.wxs
Log Message:
RobMen: SFBUG:1680666 - Correctly modularize RemoveIniFile.DirProperites.

AaronSte: SFBUG:1675664 - Marking ComboBox value attribute as localizable.

BobArnso: sfbug:1680395 - emit File/@Source instead of src

RobMen: Make the Server CustomActions TSAware to handle TS correctly.

AaronSte: SFBUG:1687206 - Update Tallow so DllRegisterServer captures will work
on Windows Vista from an elevated cmd prompt.

RobMen: SFBUG:1690263 - make Directory (and Name) required, since they are.

BobArnso: Clarify error message that Express editions of Visual Studio aren't
supported, only Standard and above.

RobMen: SFBUG:1670978 - fix multiple IIS Filter install/uninstall.

FGrohn: Move to Windows Vista SDK.

RobMen: SFBUG:1712448 - remove dead CreateElement attribute.

RobMen: SFBUG:1710222 - fix modularization on certificate CustomActions.

RobMen: SFBUG:1707259 - fix nasty memory violation
RobMen: SFBUG:1710227 - update certificate CustomAction to handle modularized
BinaryKey and CertificatePaths.

RobMen: SFBUG:1716160 - fix string overflow error for XmlFile and XmlConfig


Index: sca.wxs
===================================================================
RCS file: /cvsroot/wix/wix2.0/src/ca/serverca/scawixlib/sca.wxs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** sca.wxs 2 Mar 2007 12:18:08 -0000 1.7
--- sca.wxs 27 Jun 2007 05:42:52 -0000 1.8
***************
*** 105,113 ****


!
!
!
!
!


--- 105,113 ----


!
!
!
!
!


***************
*** 120,131 ****


!
!
!
!
!
!
!
!