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

Темы:

Архив:

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

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

Wix-commits Digest, Vol 16, Issue 6

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. wix/src/melt melt.cs,1.1,1.2 (Rob Mensching)
2. wix/src/ext/VSExtension/wixext heatproject.cs, NONE, 1.1
WixVSExtension.csproj, 1.4, 1.5 (Rob Mensching)
3. wix/src/ext/PSExtension/wixext PSCompiler.cs, 1.2, 1.3
(Rob Mensching)
4. wix/src/ext/IIsExtension/wixext heatwebsite.cs, NONE, 1.1
WixIIsExtension.csproj, 1.4, 1.5 (Rob Mensching)


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

Message: 1
Date: Fri, 11 Jan 2008 06:15:58 +0000
From: Rob Mensching
Subject: [WiX-commits] wix/src/melt melt.cs,1.1,1.2
To:
Message-ID:

Update of /cvsroot/wix/wix/src/melt
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23102/src/melt

Modified Files:
melt.cs
Log Message:
PMarcu: Removed patch transform validation that causes false positives.
Added MessageEventHandler for PatchTransforms created by Pyro.
Made Pyro error out if errors are encountered while attaching
transforms. Previously a patch would still be produced.
Changed the order of filtering and validation of a patch so validation
now happens after filtering.

PMarcu: Bug: Identifiers longer than 72 characters are replaced with empty
string.

PMarcu: Fix command line handling when argument is missing at the end.
Add exception handling when a wxl is supplied on the command line
that does not exist.

MiCarls: Supporting multiple wxl files of the same culture in a wixlib.

A-prcher: Adding persistence of grouping constructs in wixout.

RobMen: Teach WixCop to fix WebSite/HttpHeader.

MGhazna: Updated the Votive code to make it localizable.

MilenL: Update DTE properties with current toolset support

AaronSte: Updating Votive WiX Project and WiX Merge Module Project and
item templates so they will build without errors by default.

MilenL: Remove DTE properties from the property window in the IDE

AaronSte: Making Votive project and item templates consistent.

JasonGin: Run MSBuild tool tasks in-process for faster repeated invocations.

A-MaFelt: SFBUG:1848762 NativeImage AppBase parameter incorrect

A-MaFelt: SFBUG:1853251 XmlFile/Permanent="yes" gives Compile error

JasonGin: Add MSBuild tasks for heat and heat extensions.

AaronSte: Marking wix.targets so Visual Studio will trust it and not prompt
the user with security warning dialogs when creating projects.

RobMen: Allow floating ComponentGroup in Product.

RobMen: Enable binder variables in Product/@Version and related fields.

JRock: Removed some debugging messages from wix.targets file that were left
in there inadvertently.

BobArnso: - Fix sfbug:1853854 - Restore non en-us loc strings to
WixUIExtension.
- Remove .NET 1.1 SDK checks (no longer required).


Index: melt.cs
===================================================================
RCS file: /cvsroot/wix/wix/src/melt/melt.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** melt.cs 27 Jun 2007 05:38:11 -0000 1.1
--- melt.cs 11 Jan 2008 06:15:56 -0000 1.2
***************
*** 276,280 ****
if ("ext" == parameter)
{
! if (args.Length < ++i || '/' == args[i][0] || '-' == args[i][0])
{
this.messageHandler.Display(this, WixErrors.TypeSpecificationForExtensionRequired("-ext"));
--- 276,280 ----
if ("ext" == parameter)
{
! if (args.Length